Lines Matching refs:Graph
38 FunctionTester(Graph* graph, int param_count)
42 CompileGraph(graph);
193 static Handle<JSFunction> ForMachineGraph(Graph* graph, int param_count) {
196 FunctionTester f(graph, param_count);
248 // Compile the given machine graph instead of the source of the function
250 Handle<JSFunction> CompileGraph(Graph* graph) {
258 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, graph);