Searched refs:CounterId (Results 1 – 7 of 7) sorted by relevance
65 Isolate* isolate, RuntimeCallStats::CounterId counter_id) { in RuntimeCallTimerScope()72 HeapObject* heap_object, RuntimeCallStats::CounterId counter_id) { in RuntimeCallTimerScope()77 RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id) { in RuntimeCallTimerScope()
307 const RuntimeCallStats::CounterId RuntimeCallStats::counters[] = {332 CounterId counter_id) { in Enter()355 for (const RuntimeCallStats::CounterId counter_id : in Add()365 CounterId counter_id) { in CorrectCurrentCounterId()377 for (const RuntimeCallStats::CounterId counter_id : in Print()396 for (const RuntimeCallStats::CounterId counter_id : in Reset()406 for (const RuntimeCallStats::CounterId counter_id : in Dump()
825 typedef RuntimeCallCounter RuntimeCallStats::*CounterId; typedef848 static const CounterId counters[];855 CounterId counter_id);866 CounterId counter_id);906 RuntimeCallStats::CounterId counter_id);910 RuntimeCallStats::CounterId counter_id);912 RuntimeCallStats::CounterId counter_id);922 RuntimeCallStats::CounterId counter_id) { in Initialize()
126 static Counter getCounter(unsigned CounterId) { in getCounter()127 return Counter(CounterValueReference, CounterId); in getCounter()
227 const RuntimeCallStats::CounterId counters[2][2] = { in ParseFunctionLiteral()
4122 const RuntimeCallStats::CounterId counters[2][2] = { in ParseArrowFunctionLiteral()
52 TimerScope(RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id) in TimerScope()