Searched refs:PrintProgram (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dprettyprinter.h47 const char* PrintProgram(FunctionLiteral* program);
85 const char* PrintProgram(FunctionLiteral* program);
H A Dcodegen.cc175 PrettyPrinter().PrintProgram(info->function()));
180 AstPrinter().PrintProgram(info->function()));
H A Dprettyprinter.cc427 const char* PrettyPrinter::PrintProgram(FunctionLiteral* program) { function in class:v8::internal::PrettyPrinter
713 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { function in class:v8::internal::AstPrinter
915 // will be printed via PrintProgram when the code for it is

Completed in 95 milliseconds