Home
last modified time | relevance | path

Searched refs:ArenaSet (Results 1 – 14 of 14) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.h291 ArenaSet<HInstruction*>* LookupCycle(HPhi* phi);
331 ArenaSafeMap<HPhi*, ArenaSet<HInstruction*>> cycles_;
Dcode_generator_utils.cc119 ArenaSet<HInstruction*> seen_values_;
Dinduction_var_range.h150 ArenaSet<HInstruction*>* LookupCycle(HPhi* phi) const { in LookupCycle()
Dblock_builder.cc389 ArenaSet<uint32_t> targets(allocator_->Adapter(kArenaAllocGraphBuilder)); in InsertSynthesizedLoopsForOsr()
Dinduction_var_analysis.cc1449 ArenaSet<HInstruction*>* set = &cycles_.Put(phi, ArenaSet<HInstruction*>( in AssignCycle()
1456 ArenaSet<HInstruction*>* HInductionVarAnalysis::LookupCycle(HPhi* phi) { in LookupCycle()
Doptimizing_compiler.cc1299 ArenaSet<ArtMethod*, std::less<ArtMethod*>> cha_single_implementation_list( in JitCompile()
Dloop_optimization.cc2872 ArenaSet<HInstruction*>* set = induction_range_.LookupCycle(phi); in TrySetPhiInduction()
Dnodes.h684 ArenaSet<ArtMethod*>& GetCHASingleImplementationList() { in GetCHASingleImplementationList()
911 ArenaSet<ArtMethod*> cha_single_implementation_list_;
/art/libprofile/profile/
Dprofile_compilation_info.h164 ArenaSet<dex::TypeIndex> classes;
592 const ArenaSet<dex::TypeIndex>* GetClasses(
894 ArenaSet<dex::TypeIndex> class_set;
942 static void WriteClassSet(SafeBuffer& buffer, const ArenaSet<dex::TypeIndex>& class_set);
Dprofile_compilation_info.cc2031 const ArenaSet<dex::TypeIndex>& other_class_set = other_ic_it.second.classes; in MergeWith()
2230 const ArenaSet<dex::TypeIndex>* ProfileCompilationInfo::GetClasses( in GetClasses()
2795 const ArenaSet<dex::TypeIndex>& classes = dex_pc_data.classes; in WriteMethods()
2995 const ArenaSet<dex::TypeIndex>& class_set) { in WriteClassSet()
/art/libartbase/base/
Darena_containers.h69 using ArenaSet = std::set<T, Comparator, ArenaAllocatorAdapter<T>>; variable
/art/runtime/jit/
Djit_code_cache.h279 const ArenaSet<ArtMethod*>& cha_single_implementation_list)
Djit_code_cache.cc663 const ArenaSet<ArtMethod*>& cha_single_implementation_list) { in Commit()
/art/runtime/
Druntime_image.cc454 const ArenaSet<const DexFile*>& dex_files, in PruneVisitor()
572 const ArenaSet<const DexFile*>& dex_files_;
580 ArenaSet<const DexFile*> dex_files(allocator_.Adapter()); in EmitClasses()
1043 const ArenaSet<dex::TypeIndex>* class_types = profile_info.GetClasses(*dex_file); in LoadClassesFromReferenceProfile()