/external/v8/src/ |
D | counters-inl.h | 64 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
|
D | api-arguments-inl.h | 31 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()
|
D | api-arguments.cc | 21 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::FunctionCallback); in Call() 36 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::PropertyCallback); in Call()
|
D | compiler.cc | 483 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 …]
|
D | arguments.h | 90 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Name); \
|
D | counters.h | 903 class RuntimeCallTimerScope { 905 inline RuntimeCallTimerScope(Isolate* isolate, 909 inline RuntimeCallTimerScope(HeapObject* heap_object, 911 inline RuntimeCallTimerScope(RuntimeCallStats* stats, 914 inline ~RuntimeCallTimerScope() { in ~RuntimeCallTimerScope()
|
D | accessors.cc | 155 RuntimeCallTimerScope timer( in ArrayLengthGetter() 285 RuntimeCallTimerScope timer( in StringLengthGetter() 705 RuntimeCallTimerScope timer( in FunctionPrototypeGetter() 1078 RuntimeCallTimerScope timer( in BoundFunctionLengthGetter() 1115 RuntimeCallTimerScope timer( in BoundFunctionNameGetter()
|
D | execution.cc | 144 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::JS_Execution); in Invoke()
|
D | lookup.cc | 436 RuntimeCallTimerScope stats_scope( in Delete()
|
D | deoptimizer.cc | 342 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeAll() 363 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeMarkedCode() 395 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeFunction()
|
D | isolate.cc | 998 RuntimeCallTimerScope runtimeTimer( in InvokeApiInterruptCallbacks()
|
D | api.cc | 85 i::RuntimeCallTimerScope _runtime_timer( \ 10257 RuntimeCallTimerScope timer(isolate, in InvokeAccessorGetterCallback() 10270 RuntimeCallTimerScope timer(isolate, in InvokeFunctionCallback()
|
D | objects.cc | 9133 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/ |
D | builtins-utils.h | 90 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Builtin_##name); \
|
/external/v8/src/parsing/ |
D | preparser.cc | 232 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral()
|
D | scanner-character-streams.cc | 342 RuntimeCallTimerScope scope(stats_, &RuntimeCallStats::GetMoreDataCallback); in FetchChunk() 482 RuntimeCallTimerScope scope(stats, &RuntimeCallStats::GetMoreDataCallback); in FindChunk()
|
D | rewriter.cc | 362 RuntimeCallTimerScope runtimeTimer( in DECLARATION_NODE_LIST()
|
D | parser.cc | 595 RuntimeCallTimerScope runtime_timer( in ParseProgram() 767 RuntimeCallTimerScope runtime_timer(runtime_call_stats_, in ParseFunction() 2578 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral()
|
D | parser-base.h | 4127 RuntimeCallTimerScope runtime_timer( in ParseArrowFunctionLiteral()
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher.cc | 367 RuntimeCallTimerScope runtimeTimer( in WaitForJobIfRunningOnBackground()
|
/external/v8/src/heap/ |
D | heap.cc | 889 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/ |
D | full-codegen.cc | 91 RuntimeCallTimerScope runtimeTimer(isolate, in MakeCode()
|
/external/v8/src/ast/ |
D | scopes.cc | 586 RuntimeCallTimerScope runtimeTimer(info->isolate(), in Analyze()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 264 RuntimeCallTimerScope runtimeTimer( in FinalizeJobImpl()
|