Searched refs:GenerateCodeForTesting (Results 1 – 9 of 9) sorted by relevance
| /external/v8/src/compiler/ |
| D | pipeline.h | 43 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info, 54 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
|
| D | pipeline.cc | 1248 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
|
| D | wasm-compiler.cc | 1856 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/ |
| D | test-multiple-return.cc | 89 Pipeline::GenerateCodeForTesting(&info, desc, m.graph(), m.Export()); in TEST()
|
| D | function-tester.h | 239 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, graph); in CompileGraph()
|
| D | graph-builder-tester.h | 281 code_ = Pipeline::GenerateCodeForTesting(&info, desc, graph()); in Generate()
|
| D | codegen-tester.h | 66 code_ = Pipeline::GenerateCodeForTesting(&info, call_descriptor, graph, in Generate()
|
| D | test-run-native-calls.cc | 260 Pipeline::GenerateCodeForTesting(&info, desc, graph, schedule); in CompileGraph()
|
| /external/v8/test/cctest/wasm/ |
| D | wasm-run-utils.h | 263 Pipeline::GenerateCodeForTesting(&info, descriptor_, this->graph()); in Compile()
|