Home
last modified time | relevance | path

Searched refs:ScopedArenaSafeMap (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dblock_builder.h81 ScopedArenaSafeMap<uint32_t, uint32_t> quicken_index_for_dex_pc_;
Dloop_optimization.h257 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_;
281 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_map_;
285 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_permanent_map_;
Dblock_builder.cc227 const ScopedArenaSafeMap<uint32_t, const DexFile::TryItem*>& try_block_info) { in GetTryItem()
239 const ScopedArenaSafeMap<uint32_t, HBasicBlock*>& catch_blocks) { in LinkToCatchBlocks()
282 ScopedArenaSafeMap<uint32_t, const DexFile::TryItem*> try_block_info( in InsertTryBoundaryBlocks()
307 ScopedArenaSafeMap<uint32_t, HBasicBlock*> catch_blocks( in InsertTryBoundaryBlocks()
Dstack_map_stream.h251 ScopedArenaSafeMap<uint32_t, ScopedArenaVector<uint32_t>> dex_map_hash_to_stack_map_indices_;
Dbounds_check_elimination.cc516 ScopedArenaSafeMap<int, ValueRange*>( in BCEVisitor()
571 ScopedArenaSafeMap<int, ValueRange*>* GetValueRangeMap(HBasicBlock* basic_block) { in GetValueRangeMap()
582 ScopedArenaSafeMap<int, ValueRange*>* map = GetValueRangeMap(basic_block); in LookupValueRange()
1908 ScopedArenaVector<ScopedArenaSafeMap<int, ValueRange*>> maps_;
1912 ScopedArenaSafeMap<int, HBoundsCheck*> first_index_bounds_check_map_;
1915 ScopedArenaSafeMap<uint32_t, bool> early_exit_loop_;
1918 ScopedArenaSafeMap<uint32_t, HBasicBlock*> taken_test_loop_;
Dloop_optimization.cc482 ScopedArenaSafeMap<HInstruction*, HInstruction*> reds( in LocalRun()
485 ScopedArenaSafeMap<HInstruction*, HInstruction*> map( in LocalRun()
487 ScopedArenaSafeMap<HInstruction*, HInstruction*> perm( in LocalRun()
Dcode_generator.cc224 ScopedArenaSafeMap<StringReference, uint64_t, StringReferenceValueComparator> jit_string_roots_;
229 ScopedArenaSafeMap<TypeReference, uint64_t, TypeReferenceValueComparator> jit_class_roots_;
/art/runtime/verifier/
Dregister_line.h65 using RegToLockDepthsMap = ScopedArenaSafeMap<uint32_t, uint32_t>;
/art/runtime/base/
Dscoped_arena_containers.h64 using ScopedArenaSafeMap = variable