Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc255 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()
[all …]
Dfunction-tester.h42 CompileGraph(graph); in FunctionTester()
228 Handle<JSFunction> CompileGraph(Graph* graph) { in CompileGraph() function