Searched refs:HInliner (Results 1 – 5 of 5) sorted by relevance
84 std::string HInliner::DepthString(int line) const { in DepthString()118 void HInliner::UpdateInliningBudget() { in UpdateInliningBudget()129 bool HInliner::Run() { in Run()323 HInliner::InlineCacheType HInliner::GetInlineCacheType( in GetInlineCacheType()615 HInliner::InlineCacheType HInliner::GetInlineCacheJIT( in GetInlineCacheJIT()636 HInliner::InlineCacheType HInliner::GetInlineCacheAOT( in GetInlineCacheAOT()741 bool HInliner::TryInlineMonomorphicCall( in TryInlineMonomorphicCall()908 bool HInliner::TryInlinePolymorphicCall( in TryInlinePolymorphicCall()1074 bool HInliner::TryInlinePolymorphicCallToSameTarget( in TryInlinePolymorphicCallToSameTarget()1300 const HInliner* current = this; in CountRecursiveCallsOf()[all …]
34 class HInliner : public HOptimization {36 HInliner(HGraph* outer_graph,44 HInliner* parent,315 const HInliner* const parent_;325 DISALLOW_COPY_AND_ASSIGN(HInliner);
84 return HInliner::kInlinerPassName; in OptimizationPassName()232 opt = new (allocator) HInliner(graph, // outer_graph in ConstructOptimizations()
732 || IsPass(HInliner::kInlinerPassName) in PrintInstruction()
884 friend class HInliner; // For the reverse post order. variable