Searched refs:callee_graph (Results 1 – 2 of 2) sorted by relevance
1799 void HInliner::SubstituteArguments(HGraph* callee_graph, in SubstituteArguments() argument1803 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in SubstituteArguments()1806 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments()1813 current->ReplaceWith(callee_graph->GetNullConstant()); in SubstituteArguments()1815 current->ReplaceWith(callee_graph->GetIntConstant(argument->AsIntConstant()->GetValue())); in SubstituteArguments()1817 current->ReplaceWith(callee_graph->GetLongConstant(argument->AsLongConstant()->GetValue())); in SubstituteArguments()1820 callee_graph->GetFloatConstant(argument->AsFloatConstant()->GetValue())); in SubstituteArguments()1823 callee_graph->GetDoubleConstant(argument->AsDoubleConstant()->GetValue())); in SubstituteArguments()1840 ReferenceTypePropagation(callee_graph, in SubstituteArguments()1855 bool HInliner::CanInlineBody(const HGraph* callee_graph, in CanInlineBody() argument[all …]
109 void SubstituteArguments(HGraph* callee_graph,116 void RunOptimizations(HGraph* callee_graph,154 bool CanInlineBody(const HGraph* callee_graph,