Searched refs:GenerateCodeForTesting (Results 1 – 10 of 10) sorted by relevance
| /external/v8/src/compiler/ |
| D | pipeline.h | 47 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info); 51 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info, 62 static Handle<Code> GenerateCodeForTesting(CompilationInfo* info,
|
| D | pipeline.cc | 1553 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info) { in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline 1568 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline 1573 return GenerateCodeForTesting(info, call_descriptor, graph, schedule); in GenerateCodeForTesting() 1577 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
|
| D | wasm-compiler.cc | 3012 Pipeline::GenerateCodeForTesting(&info, incoming, &graph); in CompileJSToWasmWrapper() 3085 code = Pipeline::GenerateCodeForTesting(&info, incoming, &graph, nullptr); in CompileWasmToJSWrapper()
|
| /external/v8/test/cctest/compiler/ |
| D | function-tester.h | 227 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info); in Compile() 258 Handle<Code> code = Pipeline::GenerateCodeForTesting(&info, graph); in CompileGraph()
|
| D | test-multiple-return.cc | 90 Pipeline::GenerateCodeForTesting(&info, desc, m.graph(), m.Export()); in TEST()
|
| D | graph-builder-tester.h | 281 code_ = Pipeline::GenerateCodeForTesting(&info, desc, graph()); in Generate()
|
| D | codegen-tester.h | 69 code_ = Pipeline::GenerateCodeForTesting(&info, call_descriptor, graph, in Generate()
|
| D | test-run-native-calls.cc | 260 Pipeline::GenerateCodeForTesting(&info, desc, graph, schedule); in CompileGraph()
|
| D | test-run-bytecode-graph-builder.cc | 132 Handle<Code> code = Pipeline::GenerateCodeForTesting(&compilation_info); in GetFunction()
|
| /external/v8/test/cctest/wasm/ |
| D | wasm-run-utils.h | 400 Pipeline::GenerateCodeForTesting(&info, descriptor, graph(), nullptr); in GetWrapperCode()
|