Searched refs:RuntimeCallCounter (Results 1 – 7 of 7) sorted by relevance
333 V8_NOINLINE void Add(RuntimeCallCounter* counter) { in Add()391 void RuntimeCallCounter::Reset() { in Reset()396 void RuntimeCallCounter::Dump(v8::tracing::TracedValue* value) { in Dump()403 void RuntimeCallCounter::Add(RuntimeCallCounter* other) { in Add()443 this->counters_[i] = RuntimeCallCounter(kNames[i]); in RuntimeCallStats()450 RuntimeCallCounter* counter = GetCounter(counter_id); in Enter()479 RuntimeCallCounter* counter = GetCounter(counter_id); in CorrectCurrentCounterId()
649 class RuntimeCallCounter final {651 RuntimeCallCounter() : RuntimeCallCounter(nullptr) {} in RuntimeCallCounter() function652 explicit RuntimeCallCounter(const char* name) in RuntimeCallCounter() function656 void Add(RuntimeCallCounter* other);679 RuntimeCallCounter* counter() { return counter_; } in counter()680 void set_counter(RuntimeCallCounter* counter) { counter_ = counter; } in set_counter()687 inline void Start(RuntimeCallCounter* counter, RuntimeCallTimer* parent);699 RuntimeCallCounter* counter_ = nullptr;1054 RuntimeCallCounter* current_counter() { return current_counter_.Value(); } in current_counter()1060 RuntimeCallCounter* GetCounter(RuntimeCallCounterId counter_id) { in GetCounter()[all …]
13 void RuntimeCallTimer::Start(RuntimeCallCounter* counter, in Start()
1631 RuntimeCallCounter* counter = stats->current_counter(); in RuntimeCallTimerEvent()
126 RuntimeCallCounter counter_;322 RuntimeCallCounter* runtime_call_counter);345 RuntimeCallCounter runtime_call_counter;
169 background_counter_[i].runtime_call_counter = RuntimeCallCounter(nullptr); in GCTracer()1087 RuntimeCallCounter* runtime_call_counter) { in AddBackgroundScopeSample()
329 RuntimeCallCounter* counter = rcs->GetCounter(i); in CreateEntriesForRuntimeCallStats()