Searched defs:GenerateCodeForTesting (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dpipeline.cc1553 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