Searched refs:GenerateCodeForTesting (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/compiler/ |
| D | pipeline.h | 48 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info); 52 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info, 63 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
|
| D | pipeline.cc | 1675 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
|
| D | wasm-compiler.cc | 3213 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph); in CompileJSToWasmWrapper() 3285 code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr); in CompileWasmToJSWrapper()
|