Searched refs:HInliner (Results 1 – 5 of 5) sorted by relevance
33 class HInliner : public HOptimization {35 HInliner(HGraph* outer_graph,44 HInliner* parent,285 const HInliner* const parent_;296 DISALLOW_COPY_AND_ASSIGN(HInliner);
84 std::string HInliner::DepthString(int line) const { in DepthString()118 void HInliner::UpdateInliningBudget() { in UpdateInliningBudget()129 bool HInliner::Run() { in Run()350 HInliner::InlineCacheType HInliner::GetInlineCacheType( in GetInlineCacheType()377 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization()468 bool HInliner::TryInline(HInvoke* invoke_instruction) { in TryInline()560 bool HInliner::UseOnlyPolymorphicInliningWithNoDeopt() { in UseOnlyPolymorphicInliningWithNoDeopt()587 bool HInliner::TryInlineFromInlineCache(const DexFile& caller_dex_file, in TryInlineFromInlineCache()655 HInliner::InlineCacheType HInliner::GetInlineCacheJIT( in GetInlineCacheJIT()684 HInliner::InlineCacheType HInliner::GetInlineCacheAOT( in GetInlineCacheAOT()[all …]
90 return HInliner::kInlinerPassName; in OptimizationPassName()255 opt = new (allocator) HInliner(graph, // outer_graph in ConstructOptimizations()
678 || IsPass(HInliner::kInlinerPassName)) in PrintInstruction()
779 friend class HInliner; // For the reverse post order. variable