Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstructor_fence_redundancy_elimination.cc245 ScopedArenaHashSet<HInstruction*> candidate_fence_targets_;
/art/runtime/base/
Dscoped_arena_containers.h71 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>; variable