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

  /external/v8/src/
counters-inl.h 13 RuntimeCallTimerScope::RuntimeCallTimerScope(
api-arguments.cc 15 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::FunctionCallback);
26 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::PropertyCallback);
api-arguments-inl.h 22 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
46 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
65 RuntimeCallTimerScope timer(
80 RuntimeCallTimerScope timer(isolate,
94 RuntimeCallTimerScope timer(isolate,
arguments.h 89 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Name); \
compiler.cc 659 RuntimeCallTimerScope runtimeTimer(isolate,
712 RuntimeCallTimerScope runtimeTimer(info->isolate(),
781 RuntimeCallTimerScope runtimeTimer(isolate, &RuntimeCallStats::OptimizeCode);
    [all...]
counters.h 801 class RuntimeCallTimerScope {
803 inline RuntimeCallTimerScope(Isolate* isolate,
812 inline RuntimeCallTimerScope(HeapObject* heap_object,
815 inline ~RuntimeCallTimerScope() {
    [all...]
execution.cc 97 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution);
lookup.cc 351 RuntimeCallTimerScope stats_scope(
deoptimizer.cc 378 RuntimeCallTimerScope runtimeTimer(isolate,
399 RuntimeCallTimerScope runtimeTimer(isolate,
432 RuntimeCallTimerScope runtimeTimer(isolate,
    [all...]
api.cc 74 i::RuntimeCallTimerScope _runtime_timer( \
    [all...]
objects.cc     [all...]
builtins.cc 101 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Builtin_##name); \
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 31 RuntimeCallTimerScope runtimeTimer(isolate,
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 135 RuntimeCallTimerScope runtimeTimer(info->isolate(),
    [all...]
  /external/v8/src/parsing/
parser.cc 840 RuntimeCallTimerScope runtime_timer(isolate, &RuntimeCallStats::Parse);
    [all...]

Completed in 675 milliseconds