Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2423 HInstruction* HGraph::InlineInto(HGraph* outer_graph, HInvoke* invoke) { in InlineInto() argument
2437 outer_graph->GetAllocator(), invoke->GetEnvironment()); in InlineInto()
2442 outer_graph->UpdateMaximumNumberOfOutVRegs(GetMaximumNumberOfOutVRegs()); in InlineInto()
2445 outer_graph->SetHasBoundsChecks(true); in InlineInto()
2448 outer_graph->SetHasLoops(true); in InlineInto()
2451 outer_graph->SetHasIrreducibleLoops(true); in InlineInto()
2454 outer_graph->SetHasTryCatch(true); in InlineInto()
2457 outer_graph->SetHasSIMD(true); in InlineInto()
2490 ArenaAllocator* allocator = outer_graph->GetAllocator(); in InlineInto()
2520 size_t index_of_at = IndexOfElement(outer_graph->reverse_post_order_, at); in InlineInto()
[all …]
Dinliner.h35 HInliner(HGraph* outer_graph,
47 : HOptimization(outer_graph, name, stats), in HOptimization() argument
Dnodes.h402 HInstruction* InlineInto(HGraph* outer_graph, HInvoke* invoke);