Home
last modified time | relevance | path

Searched refs:outer_graph (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc2657 HInstruction* HGraph::InlineInto(HGraph* outer_graph, HInvoke* invoke) { in InlineInto() argument
2671 outer_graph->GetAllocator(), invoke->GetEnvironment()); in InlineInto()
2676 outer_graph->UpdateMaximumNumberOfOutVRegs(GetMaximumNumberOfOutVRegs()); in InlineInto()
2679 outer_graph->SetHasBoundsChecks(true); in InlineInto()
2682 outer_graph->SetHasLoops(true); in InlineInto()
2685 outer_graph->SetHasIrreducibleLoops(true); in InlineInto()
2688 outer_graph->SetHasDirectCriticalNativeCall(true); in InlineInto()
2691 outer_graph->SetHasTryCatch(true); in InlineInto()
2694 outer_graph->SetHasMonitorOperations(true); in InlineInto()
2697 outer_graph->SetHasTraditionalSIMD(true); in InlineInto()
[all …]
Dinliner.h37 HInliner(HGraph* outer_graph,
50 : HOptimization(outer_graph, name, stats), in HOptimization() argument
Dnodes.h487 HInstruction* InlineInto(HGraph* outer_graph, HInvoke* invoke);