Searched refs:RuntimeCallTimerScope (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/ |
D | counters-inl.h | 13 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
|
D | api-arguments-inl.h | 22 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()
|
D | api-arguments.cc | 15 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::FunctionCallback); in Call() 26 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::PropertyCallback); in Call()
|
D | compiler.cc | 540 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()
|
D | arguments.h | 89 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Name); \
|
D | counters.h | 1303 class RuntimeCallTimerScope { 1305 inline RuntimeCallTimerScope(Isolate* isolate, 1309 inline RuntimeCallTimerScope(HeapObject* heap_object, 1311 inline RuntimeCallTimerScope(RuntimeCallStats* stats, 1314 inline ~RuntimeCallTimerScope() { in ~RuntimeCallTimerScope()
|
D | accessors.cc | 155 RuntimeCallTimerScope timer( in ArrayLengthGetter() 263 RuntimeCallTimerScope timer( in StringLengthGetter() 711 RuntimeCallTimerScope timer( in FunctionPrototypeGetter() 1086 RuntimeCallTimerScope timer( in BoundFunctionLengthGetter() 1123 RuntimeCallTimerScope timer( in BoundFunctionNameGetter()
|
D | execution.cc | 138 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution); in Invoke()
|
D | lookup.cc | 425 RuntimeCallTimerScope stats_scope( in Delete()
|
D | deoptimizer.cc | 343 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeAll() 364 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeMarkedCode() 397 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeFunction()
|
D | isolate.cc | 995 RuntimeCallTimerScope runtimeTimer( in InvokeApiInterruptCallbacks()
|
D | api.cc | 82 i::RuntimeCallTimerScope _runtime_timer( \ 9786 RuntimeCallTimerScope timer(isolate, in InvokeAccessorGetterCallback() 9799 RuntimeCallTimerScope timer(isolate, in InvokeFunctionCallback()
|
D | objects.cc | 9515 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/ |
D | preparser.cc | 89 RuntimeCallTimerScope runtime_timer( in PreParseFunction() 187 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral()
|
D | parser.cc | 669 RuntimeCallTimerScope runtime_timer( in ParseProgram() 834 RuntimeCallTimerScope runtime_timer(runtime_call_stats_, in ParseFunction() 2581 RuntimeCallTimerScope runtime_timer(runtime_call_stats_, in ParseFunctionLiteral()
|
D | parser-base.h | 3893 RuntimeCallTimerScope runtime_timer( in ParseArrowFunctionLiteral()
|
/external/v8/src/builtins/ |
D | builtins-utils.h | 85 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Builtin_##name); \
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 88 RuntimeCallTimerScope runtimeTimer(isolate, in MakeCode()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 184 RuntimeCallTimerScope runtimeTimer(info()->isolate(), in ExecuteJobImpl()
|