Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h151 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> instructions_per_block_;
152 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> phis_per_block_;
Dssa_builder.cc422 ScopedArenaHashSet<size_t> seen_users( in HasAliasInEnvironments()
Dgraph_checker.cc531 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>>& instruction_set = in ContainedInItsBlockList()
537 {block, ScopedArenaHashSet<HInstruction*>(allocator_.Adapter(kArenaAllocGraphChecker))}) in ContainedInItsBlockList()
/art/libartbase/base/
Dscoped_arena_containers.h77 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>; variable
/art/runtime/
Dclass_linker.cc6914 const ScopedArenaHashSet<mirror::Class*>& classes, in NotSubinterfaceOfAny()
7007 ScopedArenaHashSet<mirror::Class*> classes_in_iftable(buffer, kBufferSize, allocator->Adapter()); in FindNewIfTableInterfaces()
7631 ScopedArenaHashSet<uint32_t, MethodIndexEmptyFn, VTableSignatureHash, VTableSignatureEqual>;
7679 using DeclaredVirtualSignatureSet = ScopedArenaHashSet<uint32_t,
8030 using CopiedMethodRecordSet = ScopedArenaHashSet<CopiedMethodRecord,