Home
last modified time | relevance | path

Searched refs:AstPrinter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dprettyprinter.cc618 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()
630 AstPrinter* ast_printer_;
637 AstPrinter::AstPrinter(Zone* zone) : PrettyPrinter(zone), indent_(0) { in AstPrinter() function in v8::internal::AstPrinter
641 AstPrinter::~AstPrinter() { in ~AstPrinter()
646 void AstPrinter::PrintIndented(const char* txt) { in PrintIndented()
654 void AstPrinter::PrintLiteralIndented(const char* info, in PrintLiteralIndented()
664 void AstPrinter::PrintLiteralWithModeIndented(const char* info, in PrintLiteralWithModeIndented()
679 void AstPrinter::PrintLabelsIndented(ZoneStringList* labels) { in PrintLabelsIndented()
687 void AstPrinter::PrintIndentedVisit(const char* s, AstNode* node) { in PrintIndentedVisit()
693 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { in PrintProgram()
[all …]
Dprettyprinter.h60 class AstPrinter: public PrettyPrinter {
62 explicit AstPrinter(Zone* zone);
63 virtual ~AstPrinter();
Dcodegen.cc133 AstPrinter(info->zone()).PrintProgram(info->function())); in MakeCodePrologue()