Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.h86 ScopedArenaSafeMap<uint32_t, uint32_t> quicken_index_for_dex_pc_;
Dloop_optimization.h292 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_;
316 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_map_;
320 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_permanent_map_;
Dblock_builder.cc227 const ScopedArenaSafeMap<uint32_t, const dex::TryItem*>& try_block_info) { in GetTryItem()
239 const ScopedArenaSafeMap<uint32_t, HBasicBlock*>& catch_blocks) { in LinkToCatchBlocks()
282 ScopedArenaSafeMap<uint32_t, const dex::TryItem*> try_block_info( in InsertTryBoundaryBlocks()
307 ScopedArenaSafeMap<uint32_t, HBasicBlock*> catch_blocks( in InsertTryBoundaryBlocks()
Dselect_generator.cc99 ScopedArenaSafeMap<HInstruction*, HSelect*> cache( in Run()
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()
1910 ScopedArenaVector<ScopedArenaSafeMap<int, ValueRange*>> maps_;
1914 ScopedArenaSafeMap<int, HBoundsCheck*> first_index_bounds_check_map_;
1917 ScopedArenaSafeMap<uint32_t, bool> early_exit_loop_;
1920 ScopedArenaSafeMap<uint32_t, HBasicBlock*> taken_test_loop_;
Dinstruction_builder.h339 ScopedArenaSafeMap<dex::TypeIndex, Handle<mirror::Class>> class_cache_;
Dloop_optimization.cc539 ScopedArenaSafeMap<HInstruction*, HInstruction*> reds( in LocalRun()
542 ScopedArenaSafeMap<HInstruction*, HInstruction*> map( in LocalRun()
544 ScopedArenaSafeMap<HInstruction*, HInstruction*> perm( in LocalRun()
Dcode_generator.cc216 ScopedArenaSafeMap<StringReference, uint64_t, StringReferenceValueComparator> jit_string_roots_;
221 ScopedArenaSafeMap<TypeReference, uint64_t, TypeReferenceValueComparator> jit_class_roots_;
/art/libartbase/base/
Dscoped_arena_containers.h64 using ScopedArenaSafeMap = variable
/art/runtime/verifier/
Dregister_line.h69 using RegToLockDepthsMap = ScopedArenaSafeMap<uint32_t, RegisterStackMask>;