Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.h326 static void TickEvent(TickSample* sample, bool overflow);
Dlog.cc316 LOG(TickEvent(&sample, overflow)); in Run()
1116 void Logger::TickEvent(TickSample* sample, bool overflow) { in TickEvent() function in v8::internal::Logger