Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters-inl.h64 RuntimeCallTimerScope::RuntimeCallTimerScope( in RuntimeCallTimerScope() function
71 RuntimeCallTimerScope::RuntimeCallTimerScope( in RuntimeCallTimerScope() function
73 RuntimeCallTimerScope(heap_object->GetIsolate(), counter_id); in RuntimeCallTimerScope()
76 RuntimeCallTimerScope::RuntimeCallTimerScope( in RuntimeCallTimerScope() function
Dapi-arguments-inl.h31 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
56 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Function); \
76 RuntimeCallTimerScope timer( in FOR_EACH_CALLBACK_TABLE_MAPPING_1_INDEX()
92 RuntimeCallTimerScope timer( in Call()
108 RuntimeCallTimerScope timer(isolate, in Call()
124 RuntimeCallTimerScope timer( in Call()
142 RuntimeCallTimerScope timer(isolate, in Call()
Dapi-arguments.cc21 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::FunctionCallback); in Call()
36 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::PropertyCallback); in Call()
Dcompiler.cc483 RuntimeCallTimerScope runtimeTimer(parse_info->isolate(), in Renumber()
530 RuntimeCallTimerScope runtimeTimer(isolate, in CompileUnoptimizedInnerFunctions()
649 RuntimeCallTimerScope runtimeTimer( in GetUnoptimizedCode()
687 RuntimeCallTimerScope runtimeTimer( in GetCodeFromOptimizedCodeMap()
738 RuntimeCallTimerScope runtimeTimer(isolate, in GetOptimizedCodeNow()
793 RuntimeCallTimerScope runtimeTimer(info->isolate(), in GetOptimizedCodeLater()
879 RuntimeCallTimerScope runtimeTimer(isolate, &RuntimeCallStats::OptimizeCode); in GetOptimizedCode()
933 RuntimeCallTimerScope runtimeTimer(isolate, in FinalizeOptimizedCompilationJob()
1055 RuntimeCallTimerScope runtimeTimer(isolate, in GetLazyCode()
1143 RuntimeCallTimerScope runtimeTimer( in CompileToplevel()
[all …]
Darguments.h90 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Name); \
Dcounters.h903 class RuntimeCallTimerScope {
905 inline RuntimeCallTimerScope(Isolate* isolate,
909 inline RuntimeCallTimerScope(HeapObject* heap_object,
911 inline RuntimeCallTimerScope(RuntimeCallStats* stats,
914 inline ~RuntimeCallTimerScope() { in ~RuntimeCallTimerScope()
Daccessors.cc155 RuntimeCallTimerScope timer( in ArrayLengthGetter()
285 RuntimeCallTimerScope timer( in StringLengthGetter()
705 RuntimeCallTimerScope timer( in FunctionPrototypeGetter()
1078 RuntimeCallTimerScope timer( in BoundFunctionLengthGetter()
1115 RuntimeCallTimerScope timer( in BoundFunctionNameGetter()
Dexecution.cc144 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution); in Invoke()
Dlookup.cc436 RuntimeCallTimerScope stats_scope( in Delete()
Ddeoptimizer.cc342 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeAll()
363 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeMarkedCode()
395 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeFunction()
Disolate.cc998 RuntimeCallTimerScope runtimeTimer( in InvokeApiInterruptCallbacks()
Dapi.cc85 i::RuntimeCallTimerScope _runtime_timer( \
10257 RuntimeCallTimerScope timer(isolate, in InvokeAccessorGetterCallback()
10270 RuntimeCallTimerScope timer(isolate, in InvokeFunctionCallback()
Dobjects.cc9133 RuntimeCallTimerScope stats_scope( in TransitionToDataProperty()
9221 RuntimeCallTimerScope stats_scope( in TransitionToAccessorProperty()
12375 RuntimeCallTimerScope stats_scope(*map, &RuntimeCallStats::Map_SetPrototype); in SetPrototype()
/external/v8/src/builtins/
Dbuiltins-utils.h90 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Builtin_##name); \
/external/v8/src/parsing/
Dpreparser.cc232 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral()
Dscanner-character-streams.cc342 RuntimeCallTimerScope scope(stats_, &RuntimeCallStats::GetMoreDataCallback); in FetchChunk()
482 RuntimeCallTimerScope scope(stats, &RuntimeCallStats::GetMoreDataCallback); in FindChunk()
Drewriter.cc362 RuntimeCallTimerScope runtimeTimer( in DECLARATION_NODE_LIST()
Dparser.cc595 RuntimeCallTimerScope runtime_timer( in ParseProgram()
767 RuntimeCallTimerScope runtime_timer(runtime_call_stats_, in ParseFunction()
2578 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral()
Dparser-base.h4127 RuntimeCallTimerScope runtime_timer( in ParseArrowFunctionLiteral()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc367 RuntimeCallTimerScope runtimeTimer( in WaitForJobIfRunningOnBackground()
/external/v8/src/heap/
Dheap.cc889 RuntimeCallTimerScope(isolate(), &RuntimeCallStats::GC_AllAvailableGarbage); in CollectAllAvailableGarbage()
972 RuntimeCallTimerScope(isolate(), &RuntimeCallStats::GC); in CollectGarbage()
1422 RuntimeCallTimerScope(isolate(), &RuntimeCallStats::GCPrologueCallback); in CallGCPrologueCallbacks()
1444 RuntimeCallTimerScope(isolate(), &RuntimeCallStats::GCEpilogueCallback); in CallGCEpilogueCallbacks()
/external/v8/src/full-codegen/
Dfull-codegen.cc91 RuntimeCallTimerScope runtimeTimer(isolate, in MakeCode()
/external/v8/src/ast/
Dscopes.cc586 RuntimeCallTimerScope runtimeTimer(info->isolate(), in Analyze()
/external/v8/src/interpreter/
Dinterpreter.cc264 RuntimeCallTimerScope runtimeTimer( in FinalizeJobImpl()