Searched refs:ScopedArenaHashSet (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | graph_checker.h | 151 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> instructions_per_block_; 152 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> phis_per_block_;
|
D | ssa_builder.cc | 422 ScopedArenaHashSet<size_t> seen_users( in HasAliasInEnvironments()
|
D | graph_checker.cc | 531 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>>& instruction_set = in ContainedInItsBlockList() 537 {block, ScopedArenaHashSet<HInstruction*>(allocator_.Adapter(kArenaAllocGraphChecker))}) in ContainedInItsBlockList()
|
/art/libartbase/base/ |
D | scoped_arena_containers.h | 77 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>; variable
|
/art/runtime/ |
D | class_linker.cc | 6914 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,
|