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

/external/v8/src/
H A Dpreparse-data.h81 // FunctionLoggingParserRecorder - Record only function entries
83 class FunctionLoggingParserRecorder : public ParserRecorder { class in namespace:v8::internal
85 FunctionLoggingParserRecorder();
86 virtual ~FunctionLoggingParserRecorder() {}
148 class PartialParserRecorder : public FunctionLoggingParserRecorder {
150 PartialParserRecorder() : FunctionLoggingParserRecorder() { }
163 class CompleteParserRecorder: public FunctionLoggingParserRecorder {
H A Dpreparse-data.cc41 // FunctionLoggingParserRecorder
43 FunctionLoggingParserRecorder::FunctionLoggingParserRecorder() function in class:v8::internal::FunctionLoggingParserRecorder
62 void FunctionLoggingParserRecorder::LogMessage(int start_pos,
82 void FunctionLoggingParserRecorder::WriteString(Vector<const char> str) {
112 : FunctionLoggingParserRecorder(),

Completed in 123 milliseconds