Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/src/
H A Dthread.cc48 fixed_queue_t* work_queue; member
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc1693 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in MaterializeNonLoopPhis() local
1911 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in TryReplacingLoopPhiPlaceholderWithDefault() local
1995 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in TryReplacingLoopPhiPlaceholderWithSingleInput() local
2051 ScopedArenaVector<PhiPlaceholder> work_queue(allocator.Adapter(kArenaAllocLSE)); in FindLoopPhisToMaterialize() local
2615 ScopedArenaVector<uint32_t> work_queue(allocator_.Adapter(kArenaAllocLSE)); in SearchPhiPlaceholdersForKeptStores() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1583 WorkQueue work_queue; in ProcessCollectedClasses() local