Home
last modified time | relevance | path

Searched refs:counter_id (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcounters-inl.h65 Isolate* isolate, RuntimeCallStats::CounterId counter_id) { in RuntimeCallTimerScope() argument
67 Initialize(isolate->counters()->runtime_call_stats(), counter_id); in RuntimeCallTimerScope()
72 HeapObject* heap_object, RuntimeCallStats::CounterId counter_id) { in RuntimeCallTimerScope() argument
73 RuntimeCallTimerScope(heap_object->GetIsolate(), counter_id); in RuntimeCallTimerScope()
77 RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id) { in RuntimeCallTimerScope() argument
79 Initialize(stats, counter_id); in RuntimeCallTimerScope()
Dcounters.cc332 CounterId counter_id) { in Enter() argument
333 RuntimeCallCounter* counter = &(stats->*counter_id); in Enter()
355 for (const RuntimeCallStats::CounterId counter_id : in Add() local
357 RuntimeCallCounter* counter = &(this->*counter_id); in Add()
358 RuntimeCallCounter* other_counter = &(other->*counter_id); in Add()
365 CounterId counter_id) { in CorrectCurrentCounterId() argument
369 timer->set_counter(&(stats->*counter_id)); in CorrectCurrentCounterId()
377 for (const RuntimeCallStats::CounterId counter_id : in Print() local
379 RuntimeCallCounter* counter = &(this->*counter_id); in Print()
396 for (const RuntimeCallStats::CounterId counter_id : in Reset() local
[all …]
Dcounters.h855 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() argument
924 RuntimeCallStats::Enter(stats_, &timer_, counter_id); in Initialize()
/external/v8/src/builtins/
Dbuiltins-promise.cc1144 Node* const counter_id = in TF_BUILTIN() local
1146 CallRuntime(Runtime::kIncrementUseCounter, context, counter_id); in TF_BUILTIN()
/external/v8/src/interpreter/
Dinterpreter.cc52 TimerScope(RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id) in TimerScope() argument
55 RuntimeCallStats::Enter(stats_, &timer_, counter_id); in TimerScope()