Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.h58 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info);
62 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
73 static Handle<Code> GenerateCodeForTesting(
Dpipeline.cc1699 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info) { in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
1714 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
1719 return GenerateCodeForTesting(info, call_descriptor, graph, schedule); in GenerateCodeForTesting()
1723 Handle<Code> Pipeline::GenerateCodeForTesting( in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
Dwasm-compiler.cc3783 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph); in CompileJSToWasmWrapper()
3862 code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr, in CompileWasmToJSWrapper()
3936 code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr); in CompileWasmInterpreterEntry()