Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc1831 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in MaterializeNonLoopPhis() local
2048 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in TryReplacingLoopPhiPlaceholderWithDefault() local
2138 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in TryReplacingLoopPhiPlaceholderWithSingleInput() local
2200 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in FindLoopPhisToMaterialize() local
2761 ScopedArenaVector<uint32_t> work_queue(allocator_.Adapter(kArenaAllocLSE)); in SearchPhiPlaceholdersForKeptStores() local
/art/dex2oat/linker/
Dimage_writer.cc1434 WorkQueue work_queue; in ProcessCollectedClasses() local