Home | History | Annotate | Download | only in src

Lines Matching defs:Logger

39 // Logger is used for collecting logging information from V8 during
88 v8::internal::Logger* logger = \
89 (isolate)->logger(); \
90 if (logger->is_logging()) \
91 logger->Call; \
96 v8::internal::Logger* logger = \
97 (isolate)->logger(); \
98 if (logger->is_logging_code_events()) \
99 logger->Call; \
162 class Logger {
199 // Static versions of the above, operate on current isolate's logger.
383 explicit Logger(Isolate* isolate);
384 ~Logger();
462 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
465 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
468 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
473 virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
479 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,