Searched defs:GenerateCodeForTesting (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | pipeline.cc | 1553 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info) { function in class:v8::internal::compiler::Pipeline 1568 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, function in class:v8::internal::compiler::Pipeline 1573 return GenerateCodeForTesting(info, call_descriptor, graph, schedule); 1577 Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info, function in class:v8::internal::compiler::Pipeline |
Completed in 1415 milliseconds