Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.cc428 AstGraphBuilder graph_builder(local_zone_, &info, &jsgraph); in ReduceJSCall() local
429 graph_builder.CreateGraph(false); in ReduceJSCall()
Dpipeline.cc513 BytecodeGraphBuilder graph_builder(temp_zone, data->info(), in Run() local
515 succeeded = graph_builder.CreateGraph(stack_check); in Run()
517 AstGraphBuilderWithPositions graph_builder( in Run() local
520 succeeded = graph_builder.CreateGraph(stack_check); in Run()