Searched refs:DotPrint (Results 1 – 3 of 3) sorted by relevance
17 static void DotPrint(const char* label, RegExpNode* node);
244 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint() function in v8::internal::DotPrinter
835 DotPrinter::DotPrint(label, node); in DotPrintForTesting()905 if (FLAG_trace_regexp_graph) DotPrinter::DotPrint("Start", data->node); in Compile()