Home
last modified time | relevance | path

Searched refs:CounterId (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcounters-inl.h65 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()
Dcounters.cc307 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()
Dcounters.h825 typedef RuntimeCallCounter RuntimeCallStats::*CounterId; typedef
848 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()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h126 static Counter getCounter(unsigned CounterId) { in getCounter()
127 return Counter(CounterValueReference, CounterId); in getCounter()
/external/v8/src/parsing/
Dpreparser.cc227 const RuntimeCallStats::CounterId counters[2][2] = { in ParseFunctionLiteral()
Dparser-base.h4122 const RuntimeCallStats::CounterId counters[2][2] = { in ParseArrowFunctionLiteral()
/external/v8/src/interpreter/
Dinterpreter.cc52 TimerScope(RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id) in TimerScope()