Home
last modified time | relevance | path

Searched refs:work_queue (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc1651 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in MaterializeNonLoopPhis() local
1652 work_queue.push_back(phi_placeholder); in MaterializeNonLoopPhis()
1653 while (!work_queue.empty()) { in MaterializeNonLoopPhis()
1654 PhiPlaceholder current_phi_placeholder = work_queue.back(); in MaterializeNonLoopPhis()
1659 work_queue.pop_back(); in MaterializeNonLoopPhis()
1681 work_queue.push_back(pred_value.GetPhiPlaceholder()); in MaterializeNonLoopPhis()
1695 DCHECK_EQ(current_phi_placeholder, work_queue.back()); in MaterializeNonLoopPhis()
1696 work_queue.pop_back(); in MaterializeNonLoopPhis()
1873 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in TryReplacingLoopPhiPlaceholderWithDefault() local
1879 work_queue.push_back(phi_placeholder); in TryReplacingLoopPhiPlaceholderWithDefault()
[all …]
/art/dex2oat/linker/
Dimage_writer.cc1686 WorkQueue work_queue; in ProcessCollectedClasses() local
1701 work_queue.emplace_back(entry.klass, last_oat_index); in ProcessCollectedClasses()
1745 for (const auto& pair : work_queue) { in ProcessCollectedClasses()
1786 return work_queue; in ProcessCollectedClasses()