Searched refs:ScopedArenaSafeMap (Results 1 – 15 of 15) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis.h | 163 /*inout*/ ScopedArenaSafeMap<HInstruction*, NodeInfo>* visited_instructions); 197 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle); 201 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, 209 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, 226 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, 319 ScopedArenaSafeMap<HPhi*, int>& cached_values,
|
D | graph_checker.h | 146 ScopedArenaSafeMap<int, ScopedArenaSet<const art::HUseListNode<art::HInstruction*>*>> 151 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> instructions_per_block_; 152 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> phis_per_block_;
|
D | code_generation_data.h | 113 ScopedArenaSafeMap<StringReference, uint64_t, StringReferenceValueComparator> jit_string_roots_; 118 ScopedArenaSafeMap<TypeReference, uint64_t, TypeReferenceValueComparator> jit_class_roots_;
|
D | select_generator.h | 79 ScopedArenaSafeMap<HInstruction*, HSelect*>* cache);
|
D | loop_optimization.h | 515 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_; 542 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_map_; 546 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_permanent_map_; 562 ScopedArenaSafeMap<HBasicBlock*, BlockPredicateInfo*>* predicate_info_map_;
|
D | block_builder.cc | 214 const ScopedArenaSafeMap<uint32_t, const dex::TryItem*>& try_block_info) { in GetTryItem() 226 const ScopedArenaSafeMap<uint32_t, HBasicBlock*>& catch_blocks) { in LinkToCatchBlocks() 269 ScopedArenaSafeMap<uint32_t, const dex::TryItem*> try_block_info( in InsertTryBoundaryBlocks() 294 ScopedArenaSafeMap<uint32_t, HBasicBlock*> catch_blocks( in InsertTryBoundaryBlocks()
|
D | select_generator.cc | 91 HBasicBlock* block, ScopedArenaSafeMap<HInstruction*, HSelect*>* cache) { in TryGenerateSelectSimpleDiamondPattern() 314 ScopedArenaSafeMap<HInstruction*, HSelect*> cache(std::less<HInstruction*>(), in Run()
|
D | induction_var_analysis.cc | 248 ScopedArenaSafeMap<HInstruction*, NodeInfo> visited_instructions( in VisitLoop() 277 /*inout*/ ScopedArenaSafeMap<HInstruction*, NodeInfo>* visited_instructions) { in TryVisitNodes() 496 ScopedArenaSafeMap<HInstruction*, InductionInfo*> cycle( in ClassifyNonTrivial() 765 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle) { in SolvePhi() 787 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolvePhiAllInputs() 821 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolveAddSub() 967 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolveConversion() 1589 ScopedArenaSafeMap<HPhi*, int>& cached_values, in CalculateLoopHeaderPhisInARow() 1638 ScopedArenaSafeMap<HPhi*, int> cached_values( in IsPathologicalCase()
|
D | bounds_check_elimination.cc | 516 ScopedArenaSafeMap<int, ValueRange*>( in BCEVisitor() 584 ScopedArenaSafeMap<int, ValueRange*>* GetValueRangeMap(HBasicBlock* basic_block) { in GetValueRangeMap() 595 ScopedArenaSafeMap<int, ValueRange*>* map = GetValueRangeMap(basic_block); in LookupValueRange() 2034 ScopedArenaVector<ScopedArenaSafeMap<int, ValueRange*>> maps_; 2038 ScopedArenaSafeMap<int, HBoundsCheck*> first_index_bounds_check_map_; 2041 ScopedArenaSafeMap<uint32_t, bool> early_exit_loop_; 2044 ScopedArenaSafeMap<uint32_t, HBasicBlock*> taken_test_loop_;
|
D | instruction_builder.h | 340 ScopedArenaSafeMap<dex::TypeIndex, Handle<mirror::Class>> class_cache_;
|
D | loop_optimization.cc | 587 ScopedArenaSafeMap<HInstruction*, HInstruction*> reds( in LocalRun() 590 ScopedArenaSafeMap<HInstruction*, HInstruction*> map( in LocalRun() 592 ScopedArenaSafeMap<HInstruction*, HInstruction*> perm( in LocalRun() 595 ScopedArenaSafeMap<HBasicBlock*, BlockPredicateInfo*> pred( in LocalRun()
|
D | graph_checker.cc | 531 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>>& instruction_set = in ContainedInItsBlockList()
|
/art/runtime/ |
D | transaction.h | 228 ScopedArenaSafeMap<uint32_t, FieldValue> field_values_; 270 ScopedArenaSafeMap<size_t, uint64_t> array_values_; 371 ScopedArenaSafeMap<mirror::Object*, ObjectLog> object_logs_; 372 ScopedArenaSafeMap<mirror::Array*, ArrayLog> array_logs_;
|
/art/libartbase/base/ |
D | scoped_arena_containers.h | 70 using ScopedArenaSafeMap = variable
|
/art/runtime/verifier/ |
D | register_line.h | 70 using RegToLockDepthsMap = ScopedArenaSafeMap<uint32_t, RegisterStackMask>;
|