Home
last modified time | relevance | path

Searched refs:GenerateCodeForTesting (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dpipeline.h47 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info);
51 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
62 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
Dpipeline.cc1553 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info) { in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
1568 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
1573 return GenerateCodeForTesting(info, call_descriptor, graph, schedule); in GenerateCodeForTesting()
1577 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
Dwasm-compiler.cc3012 Pipeline::GenerateCodeForTesting(&info, incoming, &graph); in CompileJSToWasmWrapper()
3085 code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr); in CompileWasmToJSWrapper()
/external/v8/test/cctest/compiler/
Dfunction-tester.h227 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info); in Compile()
258 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, graph); in CompileGraph()
Dtest-multiple-return.cc90 Pipeline::GenerateCodeForTesting(&info, desc, m.graph(), m.Export()); in TEST()
Dgraph-builder-tester.h281 code_ = Pipeline::GenerateCodeForTesting(&info, desc, graph()); in Generate()
Dcodegen-tester.h69 code_ = Pipeline::GenerateCodeForTesting(&info, call_descriptor, graph, in Generate()
Dtest-run-native-calls.cc260 Pipeline::GenerateCodeForTesting(&info, desc, graph, schedule); in CompileGraph()
Dtest-run-bytecode-graph-builder.cc132 Handle<Code> code = Pipeline::GenerateCodeForTesting(&compilation_info); in GetFunction()
/external/v8/test/cctest/wasm/
Dwasm-run-utils.h400 Pipeline::GenerateCodeForTesting(&info, descriptor, graph(), nullptr); in GetWrapperCode()