Home | History | Annotate | Download | only in src

Lines Matching refs:TimerEventScope

1114   LOG(isolate, TimerEvent(START, TimerEventScope::v8_external));
1121 LOG(isolate, TimerEvent(END, TimerEventScope::v8_external));
1127 void Logger::TimerEventScope::LogTimerEvent(StartEnd se) {
1132 const char* Logger::TimerEventScope::v8_recompile_synchronous =
1134 const char* Logger::TimerEventScope::v8_recompile_concurrent =
1136 const char* Logger::TimerEventScope::v8_compile_full_code =
1138 const char* Logger::TimerEventScope::v8_execute = "V8.Execute";
1139 const char* Logger::TimerEventScope