Home
last modified time | relevance | path

Searched defs:counter_id (Results 1 – 5 of 5) 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.cc332 CounterId counter_id) { in Enter()
355 for (const RuntimeCallStats::CounterId counter_id : in Add() local
365 CounterId counter_id) { in CorrectCurrentCounterId()
377 for (const RuntimeCallStats::CounterId counter_id : in Print() local
396 for (const RuntimeCallStats::CounterId counter_id : in Reset() local
406 for (const RuntimeCallStats::CounterId counter_id : in Dump() local
Dcounters.h922 RuntimeCallStats::CounterId counter_id) { in Initialize()
/external/v8/src/builtins/
Dbuiltins-promise.cc1144 Node* const counter_id = in TF_BUILTIN() local
/external/v8/src/interpreter/
Dinterpreter.cc52 TimerScope(RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id) in TimerScope()