Home
last modified time | relevance | path

Searched refs:callee_graph (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc1704 void HInliner::SubstituteArguments(HGraph* callee_graph, in SubstituteArguments() argument
1708 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in SubstituteArguments()
1711 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments()
1718 current->ReplaceWith(callee_graph->GetNullConstant()); in SubstituteArguments()
1720 current->ReplaceWith(callee_graph->GetIntConstant(argument->AsIntConstant()->GetValue())); in SubstituteArguments()
1722 current->ReplaceWith(callee_graph->GetLongConstant(argument->AsLongConstant()->GetValue())); in SubstituteArguments()
1725 callee_graph->GetFloatConstant(argument->AsFloatConstant()->GetValue())); in SubstituteArguments()
1728 callee_graph->GetDoubleConstant(argument->AsDoubleConstant()->GetValue())); in SubstituteArguments()
1745 ReferenceTypePropagation(callee_graph, in SubstituteArguments()
1759 bool HInliner::CanInlineBody(const HGraph* callee_graph, in CanInlineBody() argument
[all …]
Dinliner.h97 void SubstituteArguments(HGraph* callee_graph,
104 void RunOptimizations(HGraph* callee_graph,
142 bool CanInlineBody(const HGraph* callee_graph,