Home
last modified time | relevance | path

Searched refs:BasicBlockCounterEvent (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dbasic-block-profiler.cc189 isolate->logger()->BasicBlockCounterEvent(function_name_.c_str(), in Log()
/third_party/node/deps/v8/src/logging/
Dlog.h238 void BasicBlockCounterEvent(const char* name, int block_id, uint32_t count);
Dlog.cc1134 void Logger::BasicBlockCounterEvent(const char* name, int block_id, in BasicBlockCounterEvent() function in v8::internal::Logger