Searched refs:RuntimeCallCounter (Results 1 – 4 of 4) sorted by relevance
43 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()
32 class RuntimeCallCounter final {34 RuntimeCallCounter() : RuntimeCallCounter(nullptr) {} in RuntimeCallCounter() function35 explicit RuntimeCallCounter(const char* name) in RuntimeCallCounter() function39 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 …]
1716 RuntimeCallCounter* counter = stats->current_counter(); in RuntimeCallTimerEvent()
399 RuntimeCallCounter* counter = rcs->GetCounter(i); in CreateEntriesForRuntimeCallStats()