Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc453 const char* AstPrinter::Print(AstNode* node) { in Print()
459 void AstPrinter::Init() { in Init()
470 void AstPrinter::Print(const char* format, ...) { in Print()
496 void AstPrinter::PrintLabels(ZoneList<const AstRawString*>* labels) { in PrintLabels()
505 void AstPrinter::PrintLiteral(Handle<Object> value, bool quote) { in PrintLiteral()
555 void AstPrinter::PrintLiteral(const AstRawString* value, bool quote) { in PrintLiteral()
564 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()
571 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()
583 AstPrinter* ast_printer_;
589 AstPrinter::AstPrinter(Isolate* isolate) in AstPrinter() function in v8::internal::AstPrinter
[all …]
Dprettyprinter.h55 class AstPrinter final : public AstVisitor<AstPrinter> {
57 explicit AstPrinter(Isolate* isolate);
58 ~AstPrinter();
Dast.cc54 AstPrinter::PrintOut(isolate, this); in Print()
/external/v8/src/
Dcodegen.cc112 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()