Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc55 runtime_stats_ = tracer_->heap_->isolate()->counters()->runtime_call_stats(); in Scope()
56 runtime_stats_->Enter(&timer_, GCTracer::RCSCounterFromScope(scope)); in Scope()
62 if (V8_LIKELY(runtime_stats_ == nullptr)) return; in ~Scope()
63 runtime_stats_->Leave(&timer_); in ~Scope()
68 : tracer_(tracer), scope_(scope), runtime_stats_(runtime_stats) { in BackgroundScope()
71 runtime_stats_->Enter(&timer_, in BackgroundScope()
79 if (V8_LIKELY(runtime_stats_ == nullptr)) return; in ~BackgroundScope()
80 runtime_stats_->Leave(&timer_); in ~BackgroundScope()
Dgc-tracer.h102 RuntimeCallStats* runtime_stats_ = nullptr; variable
132 RuntimeCallStats* runtime_stats_; variable