Searched refs:ScopedArenaSafeMap (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.h | 306 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_; 333 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_map_; 337 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_permanent_map_;
|
D | block_builder.h | 86 ScopedArenaSafeMap<uint32_t, uint32_t> quicken_index_for_dex_pc_;
|
D | block_builder.cc | 227 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()
|
D | select_generator.cc | 97 ScopedArenaSafeMap<HInstruction*, HSelect*> cache( in Run()
|
D | bounds_check_elimination.cc | 516 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() 2011 ScopedArenaVector<ScopedArenaSafeMap<int, ValueRange*>> maps_; 2015 ScopedArenaSafeMap<int, HBoundsCheck*> first_index_bounds_check_map_; 2018 ScopedArenaSafeMap<uint32_t, bool> early_exit_loop_; 2021 ScopedArenaSafeMap<uint32_t, HBasicBlock*> taken_test_loop_;
|
D | instruction_builder.h | 339 ScopedArenaSafeMap<dex::TypeIndex, Handle<mirror::Class>> class_cache_;
|
D | loop_optimization.cc | 540 ScopedArenaSafeMap<HInstruction*, HInstruction*> reds( in LocalRun() 543 ScopedArenaSafeMap<HInstruction*, HInstruction*> map( in LocalRun() 545 ScopedArenaSafeMap<HInstruction*, HInstruction*> perm( in LocalRun()
|
D | code_generator.cc | 218 ScopedArenaSafeMap<StringReference, uint64_t, StringReferenceValueComparator> jit_string_roots_; 223 ScopedArenaSafeMap<TypeReference, uint64_t, TypeReferenceValueComparator> jit_class_roots_;
|
/art/libartbase/base/ |
D | scoped_arena_containers.h | 66 using ScopedArenaSafeMap = variable
|
/art/runtime/verifier/ |
D | register_line.h | 69 using RegToLockDepthsMap = ScopedArenaSafeMap<uint32_t, RegisterStackMask>;
|