Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.h48 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info);
52 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
63 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
Dpipeline.cc1675 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info) { in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
1690 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
1695 return GenerateCodeForTesting(info, call_descriptor, graph, schedule); in GenerateCodeForTesting()
1699 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
Dwasm-compiler.cc3213 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph); in CompileJSToWasmWrapper()
3285 code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr); in CompileWasmToJSWrapper()