Lines Matching full:logger
23 // Logger is used for collecting logging information from V8 during
71 v8::internal::Logger* logger = \
72 (isolate)->logger(); \
73 if (logger->is_logging()) \
74 logger->Call; \
79 v8::internal::Logger* logger = \
80 (isolate)->logger(); \
81 if (logger->is_logging_code_events()) \
82 logger->Call; \
152 class Logger {
191 // Static versions of the above, operate on current isolate's logger.
348 explicit Logger(Isolate* isolate);
349 ~Logger();
445 LogTimerEvent(Logger::START);
448 ~TimerEventScope() { LogTimerEvent(Logger::END); }
450 void LogTimerEvent(Logger::StartEnd se);
461 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
464 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
467 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
472 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
478 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
498 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
501 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
504 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
507 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
512 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,