Searched refs:PrintIndented (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprettyprinter.h95 void PrintIndented(const char* txt);
H A Dprettyprinter.cc622 ast_printer_->PrintIndented(txt);
648 void AstPrinter::PrintIndented(const char* txt) { function in class:v8::internal::AstPrinter
659 PrintIndented(info);
683 PrintIndented(info == NULL ? "LABELS" : info);
688 PrintIndented(info);
775 PrintIndented("FUNCTION ");
831 PrintIndented("EMPTY\n");

Completed in 75 milliseconds