Searched refs:AstPrinter (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dprettyprinter.cc616 explicit IndentedScope(AstPrinter* printer) : ast_printer_(printer) {
620 IndentedScope(AstPrinter* printer, const char* txt, AstNode* node = NULL)
632 AstPrinter* ast_printer_;
639 AstPrinter::AstPrinter() : indent_(0) { function in class:v8::internal::AstPrinter
643 AstPrinter::~AstPrinter() {
648 void AstPrinter::PrintIndented(const char* txt) {
656 void AstPrinter::PrintLiteralIndented(const char* info,
666 void AstPrinter
[all...]
H A Dprettyprinter.h81 class AstPrinter: public PrettyPrinter { class in namespace:v8::internal
83 AstPrinter();
84 virtual ~AstPrinter();
H A Dcodegen.cc90 AstPrinter().PrintProgram(info->function()));
H A Dfull-codegen.cc440 AstPrinter printer;

Completed in 69 milliseconds