Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc1801 void HInliner::SubstituteArguments(HGraph* callee_graph, in SubstituteArguments() argument
1805 ArtMethod* const resolved_method = callee_graph->GetArtMethod(); in SubstituteArguments()
1808 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments()
1815 current->ReplaceWith(callee_graph->GetNullConstant()); in SubstituteArguments()
1817 current->ReplaceWith(callee_graph->GetIntConstant(argument->AsIntConstant()->GetValue())); in SubstituteArguments()
1819 current->ReplaceWith(callee_graph->GetLongConstant(argument->AsLongConstant()->GetValue())); in SubstituteArguments()
1822 callee_graph->GetFloatConstant(argument->AsFloatConstant()->GetValue())); in SubstituteArguments()
1825 callee_graph->GetDoubleConstant(argument->AsDoubleConstant()->GetValue())); in SubstituteArguments()
1842 ReferenceTypePropagation(callee_graph, in SubstituteArguments()
1856 bool HInliner::CanInlineBody(const HGraph* callee_graph, in CanInlineBody() argument
[all …]
Dinliner.h107 void SubstituteArguments(HGraph* callee_graph,
114 void RunOptimizations(HGraph* callee_graph,
152 bool CanInlineBody(const HGraph* callee_graph,