Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.h163 /*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,
Dgraph_checker.h146 ScopedArenaSafeMap<int, ScopedArenaSet<const art::HUseListNode<art::HInstruction*>*>>
151 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> instructions_per_block_;
152 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> phis_per_block_;
Dcode_generation_data.h113 ScopedArenaSafeMap<StringReference, uint64_t, StringReferenceValueComparator> jit_string_roots_;
118 ScopedArenaSafeMap<TypeReference, uint64_t, TypeReferenceValueComparator> jit_class_roots_;
Dselect_generator.h79 ScopedArenaSafeMap<HInstruction*, HSelect*>* cache);
Dloop_optimization.h515 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_;
542 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_map_;
546 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_permanent_map_;
562 ScopedArenaSafeMap<HBasicBlock*, BlockPredicateInfo*>* predicate_info_map_;
Dblock_builder.cc214 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()
Dselect_generator.cc91 HBasicBlock* block, ScopedArenaSafeMap<HInstruction*, HSelect*>* cache) { in TryGenerateSelectSimpleDiamondPattern()
314 ScopedArenaSafeMap<HInstruction*, HSelect*> cache(std::less<HInstruction*>(), in Run()
Dinduction_var_analysis.cc248 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()
Dbounds_check_elimination.cc516 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_;
Dinstruction_builder.h340 ScopedArenaSafeMap<dex::TypeIndex, Handle<mirror::Class>> class_cache_;
Dloop_optimization.cc587 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()
Dgraph_checker.cc531 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>>& instruction_set = in ContainedInItsBlockList()
/art/runtime/
Dtransaction.h228 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/
Dscoped_arena_containers.h70 using ScopedArenaSafeMap = variable
/art/runtime/verifier/
Dregister_line.h70 using RegToLockDepthsMap = ScopedArenaSafeMap<uint32_t, RegisterStackMask>;