HomeSort by relevance Sort by last modified time
    Searched refs:counter_id (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
counters-inl.h 65 Isolate* isolate, RuntimeCallStats::CounterId counter_id) {
67 Initialize(isolate->counters()->runtime_call_stats(), counter_id);
72 HeapObject* heap_object, RuntimeCallStats::CounterId counter_id) {
73 RuntimeCallTimerScope(heap_object->GetIsolate(), counter_id);
77 RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id) {
79 Initialize(stats, counter_id);
counters.cc 332 CounterId counter_id) {
333 RuntimeCallCounter* counter = &(stats->*counter_id);
355 for (const RuntimeCallStats::CounterId counter_id :
357 RuntimeCallCounter* counter = &(this->*counter_id);
358 RuntimeCallCounter* other_counter = &(other->*counter_id);
365 CounterId counter_id) {
369 timer->set_counter(&(stats->*counter_id));
377 for (const RuntimeCallStats::CounterId counter_id :
379 RuntimeCallCounter* counter = &(this->*counter_id);
396 for (const RuntimeCallStats::CounterId counter_id
    [all...]
counters.h     [all...]
  /external/v8/src/builtins/
builtins-promise.cc 1132 Node* const counter_id = local
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 52 TimerScope(RuntimeCallStats* stats, RuntimeCallStats::CounterId counter_id)
55 RuntimeCallStats::Enter(stats_, &timer_, counter_id);
    [all...]

Completed in 1248 milliseconds