Lines Matching refs:CompileGraph
255 Handle<Code> CompileGraph(const char* name, CallDescriptor* desc, Graph* graph, in CompileGraph() function
304 return CompileGraph("wrapper", cdesc, caller.graph()); in WrapWithCFunction()
444 inner = CompileGraph("Compute", desc, &graph, raw.Export()); in Run()
470 CompileGraph("Compute-wrapper-const", cdesc, &graph, raw.Export()); in Run()
502 wrapper = CompileGraph("Compute-wrapper", cdesc, &graph, raw.Export()); in Run()
539 Handle<Code> inner_code = CompileGraph("Int32Sub", desc, inner.graph()); in TestInt32Sub()
576 inner = CompileGraph("CopyTwentyInt32", desc, &graph, raw.Export()); in CopyTwentyInt32()
598 CompileGraph("CopyTwentyInt32-wrapper", cdesc, &graph, raw.Export()); in CopyTwentyInt32()
979 inner = CompileGraph("Select-indirection", desc, &graph, raw.Export()); in Build_Select_With_Call()
1086 select = CompileGraph("Compute", desc, &graph, raw.Export()); in MixedParamTest()
1141 wrapper = CompileGraph("Select-mixed-wrapper-const", cdesc, &graph, in MixedParamTest()