HomeSort by relevance Sort by last modified time
    Searched refs:PrintIndented (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
prettyprinter.h 93 void PrintIndented(const char* txt);
141 void PrintIndented(const char* text) { Print("%*s%s", indent_, "", text); }
prettyprinter.cc 598 ast_printer_->PrintIndented(txt);
649 void AstPrinter::PrintIndented(const char* txt) {
660 PrintIndented(info);
694 PrintIndented("LABELS ");
696 PrintIndented(info);
701 PrintIndented(info);
792 PrintIndented("FUNCTION ");
807 PrintIndented("EMPTY\n");
841 PrintIndented("WITH EXIT\n");
1000 PrintIndented("SLOT ")
    [all...]

Completed in 13 milliseconds