Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc550 const char* AstPrinter::Print(AstNode* node) { in Print()
556 void AstPrinter::Init() { in Init()
567 void AstPrinter::Print(const char* format, ...) { in Print()
593 void AstPrinter::PrintLabels(ZonePtrList<const AstRawString>* labels) { in PrintLabels()
602 void AstPrinter::PrintLiteral(Literal* literal, bool quote) { in PrintLiteral()
643 void AstPrinter::PrintLiteral(const AstRawString* value, bool quote) { in PrintLiteral()
656 void AstPrinter::PrintLiteral(const AstConsString* value, bool quote) { in PrintLiteral()
671 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()
678 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()
690 AstPrinter* ast_printer_;
[all …]
Dprettyprinter.h69 class AstPrinter final : public AstVisitor<AstPrinter> {
71 explicit AstPrinter(uintptr_t stack_limit);
72 ~AstPrinter();
Dast.cc56 AstPrinter::PrintOut(isolate, this); in Print()
/external/v8/src/interpreter/
Dinterpreter.cc144 << AstPrinter(parse_info->stack_limit()) in MaybePrintAst()