Home
last modified time | relevance | path

Searched refs:FunctionLoggingParserRecorder (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dpreparse-data.h83 class FunctionLoggingParserRecorder : public ParserRecorder {
85 FunctionLoggingParserRecorder();
86 virtual ~FunctionLoggingParserRecorder() {} in ~FunctionLoggingParserRecorder()
148 class PartialParserRecorder : public FunctionLoggingParserRecorder {
150 PartialParserRecorder() : FunctionLoggingParserRecorder() { } in PartialParserRecorder()
163 class CompleteParserRecorder: public FunctionLoggingParserRecorder {
Dpreparse-data.cc43 FunctionLoggingParserRecorder::FunctionLoggingParserRecorder() in FunctionLoggingParserRecorder() function in v8::internal::FunctionLoggingParserRecorder
62 void FunctionLoggingParserRecorder::LogMessage(int start_pos, in LogMessage()
82 void FunctionLoggingParserRecorder::WriteString(Vector<const char> str) { in WriteString()
112 : FunctionLoggingParserRecorder(), in CompleteParserRecorder()