Home
last modified time | relevance | path

Searched refs:RuntimeCallTimerScope (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/
Dcounters-inl.h13 RuntimeCallTimerScope::RuntimeCallTimerScope( in RuntimeCallTimerScope() function
20 RuntimeCallTimerScope::RuntimeCallTimerScope( in RuntimeCallTimerScope() function
22 RuntimeCallTimerScope(heap_object->GetIsolate(), counter_id); in RuntimeCallTimerScope()
25 RuntimeCallTimerScope::RuntimeCallTimerScope( in RuntimeCallTimerScope() function
Dapi-arguments-inl.h22 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
46 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
65 RuntimeCallTimerScope timer( in FOR_EACH_CALLBACK_TABLE_MAPPING_1_INDEX()
80 RuntimeCallTimerScope timer( in Call()
95 RuntimeCallTimerScope timer(isolate, in Call()
110 RuntimeCallTimerScope timer( in Call()
124 RuntimeCallTimerScope timer(isolate, in Call()
Dapi-arguments.cc15 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::FunctionCallback); in Call()
26 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::PropertyCallback); in Call()
Dcompiler.cc540 RuntimeCallTimerScope runtimeTimer(isolate, in GetOptimizedCodeNow()
595 RuntimeCallTimerScope runtimeTimer(info->isolate(), in GetOptimizedCodeLater()
676 RuntimeCallTimerScope runtimeTimer(isolate, &RuntimeCallStats::OptimizeCode); in GetOptimizedCode()
733 RuntimeCallTimerScope runtimeTimer(isolate, in FinalizeOptimizedCompilationJob()
858 RuntimeCallTimerScope runtimeTimer(isolate, in GetLazyCode()
958 RuntimeCallTimerScope runtimeTimer(isolate, &RuntimeCallStats::CompileCode); in CompileToplevel()
983 RuntimeCallTimerScope runtimeTimer( in CompileToplevel()
1419 RuntimeCallTimerScope runtimeTimer(isolate, in GetSharedFunctionInfoForScript()
1492 RuntimeCallTimerScope runtimeTimer(isolate, in GetSharedFunctionInfoForScript()
1611 RuntimeCallTimerScope runtimeTimer(isolate, in GetSharedFunctionInfo()
Darguments.h89 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Name); \
Dcounters.h1303 class RuntimeCallTimerScope {
1305 inline RuntimeCallTimerScope(Isolate* isolate,
1309 inline RuntimeCallTimerScope(HeapObject* heap_object,
1311 inline RuntimeCallTimerScope(RuntimeCallStats* stats,
1314 inline ~RuntimeCallTimerScope() { in ~RuntimeCallTimerScope()
Daccessors.cc155 RuntimeCallTimerScope timer( in ArrayLengthGetter()
263 RuntimeCallTimerScope timer( in StringLengthGetter()
711 RuntimeCallTimerScope timer( in FunctionPrototypeGetter()
1086 RuntimeCallTimerScope timer( in BoundFunctionLengthGetter()
1123 RuntimeCallTimerScope timer( in BoundFunctionNameGetter()
Dexecution.cc138 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution); in Invoke()
Dlookup.cc425 RuntimeCallTimerScope stats_scope( in Delete()
Ddeoptimizer.cc343 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeAll()
364 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeMarkedCode()
397 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeFunction()
Disolate.cc995 RuntimeCallTimerScope runtimeTimer( in InvokeApiInterruptCallbacks()
Dapi.cc82 i::RuntimeCallTimerScope _runtime_timer( \
9786 RuntimeCallTimerScope timer(isolate, in InvokeAccessorGetterCallback()
9799 RuntimeCallTimerScope timer(isolate, in InvokeFunctionCallback()
Dobjects.cc9515 RuntimeCallTimerScope stats_scope( in TransitionToDataProperty()
9600 RuntimeCallTimerScope stats_scope( in TransitionToAccessorProperty()
12808 RuntimeCallTimerScope stats_scope(*map, &RuntimeCallStats::Map_SetPrototype); in SetPrototype()
/external/v8/src/parsing/
Dpreparser.cc89 RuntimeCallTimerScope runtime_timer( in PreParseFunction()
187 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral()
Dparser.cc669 RuntimeCallTimerScope runtime_timer( in ParseProgram()
834 RuntimeCallTimerScope runtime_timer(runtime_call_stats_, in ParseFunction()
2581 RuntimeCallTimerScope runtime_timer(runtime_call_stats_, in ParseFunctionLiteral()
Dparser-base.h3893 RuntimeCallTimerScope runtime_timer( in ParseArrowFunctionLiteral()
/external/v8/src/builtins/
Dbuiltins-utils.h85 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Builtin_##name); \
/external/v8/src/full-codegen/
Dfull-codegen.cc88 RuntimeCallTimerScope runtimeTimer(isolate, in MakeCode()
/external/v8/src/interpreter/
Dinterpreter.cc184 RuntimeCallTimerScope runtimeTimer(info()->isolate(), in ExecuteJobImpl()