Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_containers.h51 using ScopedArenaQueue = std::queue<T, ScopedArenaDeque<T>>; variable
/art/compiler/optimizing/
Dexecution_subgraph.cc278 ScopedArenaQueue<const HBasicBlock*> worklist(alloc.Adapter(kArenaAllocLSA)); in RecalculateExcludedCohort()