Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc1140 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()
1147 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()
1159 AstPrinter* ast_printer_;
1166 AstPrinter::AstPrinter(Isolate* isolate) : PrettyPrinter(isolate), indent_(0) {} in AstPrinter() function in v8::internal::AstPrinter
1169 AstPrinter::~AstPrinter() { in ~AstPrinter()
1174 void AstPrinter::PrintIndented(const char* txt) { in PrintIndented()
1182 void AstPrinter::PrintLiteralIndented(const char* info, in PrintLiteralIndented()
1192 void AstPrinter::PrintLiteralWithModeIndented(const char* info, in PrintLiteralWithModeIndented()
1207 void AstPrinter::PrintLabelsIndented(ZoneList<const AstRawString*>* labels) { in PrintLabelsIndented()
1215 void AstPrinter::PrintIndentedVisit(const char* s, AstNode* node) { in PrintIndentedVisit()
[all …]
Dprettyprinter.h103 class AstPrinter: public PrettyPrinter {
105 explicit AstPrinter(Isolate* isolate);
106 virtual ~AstPrinter();
Dast.cc40 AstPrinter::PrintOut(isolate, this); in AST_NODE_LIST()
/external/v8/src/
Dcodegen.cc115 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()
/external/v8/src/interpreter/
Dinterpreter.cc160 << AstPrinter(info->isolate()).PrintProgram(info->literal()) << std::endl in MakeBytecode()