Home
last modified time | relevance | path

Searched refs:RuntimeCallTimerScope (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats-scope.h23 v8::internal::RuntimeCallTimerScope CONCAT(rcs_timer_scope, \
26 RuntimeCallTimerScope::RuntimeCallTimerScope(Isolate* isolate, in RuntimeCallTimerScope() function in v8::internal::RuntimeCallTimerScope
33 RuntimeCallTimerScope::RuntimeCallTimerScope( in RuntimeCallTimerScope() function in v8::internal::RuntimeCallTimerScope
H A Druntime-call-stats.h723 class V8_NODISCARD RuntimeCallTimerScope { class
725 inline RuntimeCallTimerScope(Isolate* isolate,
727 inline RuntimeCallTimerScope(LocalIsolate* isolate,
731 inline RuntimeCallTimerScope(RuntimeCallStats* stats, in RuntimeCallTimerScope() function in v8::internal::RuntimeCallTimerScope
748 inline ~RuntimeCallTimerScope() { in ~RuntimeCallTimerScope()
754 RuntimeCallTimerScope(const RuntimeCallTimerScope&) = delete;
755 RuntimeCallTimerScope& operator=(const RuntimeCallTimerScope&) = delete;
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc805 RuntimeCallTimerScope runtime_call_timer_scope;

Completed in 9 milliseconds