Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.h43 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
54 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
Dpipeline.cc1248 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
1253 return GenerateCodeForTesting(info, call_descriptor, graph, schedule); in GenerateCodeForTesting()
1257 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
Dwasm-compiler.cc1856 Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr); in CompileJSToWasmWrapper()
1930 code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr); in CompileWasmToJSWrapper()
2009 Pipeline::GenerateCodeForTesting(&info, descriptor, &graph); in CompileWasmFunction()
/external/v8/test/cctest/compiler/
Dtest-multiple-return.cc89 Pipeline::GenerateCodeForTesting(&info, desc, m.graph(), m.Export()); in TEST()
Dfunction-tester.h239 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, graph); in CompileGraph()
Dgraph-builder-tester.h281 code_ = Pipeline::GenerateCodeForTesting(&info, desc, graph()); in Generate()
Dcodegen-tester.h66 code_ = Pipeline::GenerateCodeForTesting(&info, call_descriptor, graph, in Generate()
Dtest-run-native-calls.cc260 Pipeline::GenerateCodeForTesting(&info, desc, graph, schedule); in CompileGraph()
/external/v8/test/cctest/wasm/
Dwasm-run-utils.h263 Pipeline::GenerateCodeForTesting(&info, descriptor_, this->graph()); in Compile()