HomeSort by relevance Sort by last modified time
    Searched refs:CompileGraph (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 255 Handle<Code> CompileGraph(const char* name, CallDescriptor* desc, Graph* graph,
304 return CompileGraph("wrapper", cdesc, caller.graph());
444 inner = CompileGraph("Compute", desc, &graph, raw.Export());
470 CompileGraph("Compute-wrapper-const", cdesc, &graph, raw.Export());
502 wrapper = CompileGraph("Compute-wrapper", cdesc, &graph, raw.Export());
539 Handle<Code> inner_code = CompileGraph("Int32Sub", desc, inner.graph());
576 inner = CompileGraph("CopyTwentyInt32", desc, &graph, raw.Export());
598 CompileGraph("CopyTwentyInt32-wrapper", cdesc, &graph, raw.Export());
963 inner = CompileGraph("Select-indirection", desc, &graph, raw.Export());
    [all...]
function-tester.h 42 CompileGraph(graph);
250 Handle<JSFunction> CompileGraph(Graph* graph) {

Completed in 249 milliseconds