Home
last modified time | relevance | path

Searched refs:RuntimeCallCounter (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc43 V8_NOINLINE void Add(RuntimeCallCounter* counter) { in Add()
101 void RuntimeCallCounter::Reset() { in Reset()
106 void RuntimeCallCounter::Dump(v8::tracing::TracedValue* value) { in Dump()
113 void RuntimeCallCounter::Add(RuntimeCallCounter* other) { in Add()
157 this->counters_[i] = RuntimeCallCounter(kNames[i]); in RuntimeCallStats()
201 RuntimeCallCounter* counter = GetCounter(counter_id); in Enter()
235 RuntimeCallCounter* counter = GetCounter(counter_id); in CorrectCurrentCounterId()
Druntime-call-stats.h32 class RuntimeCallCounter final {
34 RuntimeCallCounter() : RuntimeCallCounter(nullptr) {} in RuntimeCallCounter() function
35 explicit RuntimeCallCounter(const char* name) in RuntimeCallCounter() function
39 void Add(RuntimeCallCounter* other);
62 RuntimeCallCounter* counter() { return counter_; } in counter()
63 void set_counter(RuntimeCallCounter* counter) { counter_ = counter; } in set_counter()
70 inline void Start(RuntimeCallCounter* counter, RuntimeCallTimer* parent) { in Start()
123 RuntimeCallCounter* counter_ = nullptr;
611 RuntimeCallCounter* current_counter() { return current_counter_.Value(); } in current_counter()
643 RuntimeCallCounter* GetCounter(RuntimeCallCounterId counter_id) { in GetCounter()
[all …]
Dlog.cc1716 RuntimeCallCounter* counter = stats->current_counter(); in RuntimeCallTimerEvent()
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc399 RuntimeCallCounter* counter = rcs->GetCounter(i); in CreateEntriesForRuntimeCallStats()