Searched refs:outer_graph (Results 1 – 3 of 3) sorted by relevance
2423 HInstruction* HGraph::InlineInto(HGraph* outer_graph, HInvoke* invoke) { in InlineInto() argument2437 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 …]
35 HInliner(HGraph* outer_graph,47 : HOptimization(outer_graph, name, stats), in HOptimization() argument
402 HInstruction* InlineInto(HGraph* outer_graph, HInvoke* invoke);