/external/v8/src/ |
D | api-arguments-inl.h | 66 RuntimeCallTimerScope timer( \ 88 RuntimeCallTimerScope timer( \ 108 RuntimeCallTimerScope timer(isolate, RuntimeCallCounterId::kFunctionCallback); in FOR_EACH_CALLBACK() 127 RuntimeCallTimerScope timer(isolate(), in CallNamedEnumerator() 136 RuntimeCallTimerScope timer(isolate(), in CallIndexedEnumerator() 145 RuntimeCallTimerScope timer(isolate, in CallNamedGetter() 158 RuntimeCallTimerScope timer(isolate, in CallNamedDescriptor() 185 RuntimeCallTimerScope timer(isolate, in CallNamedSetter() 201 RuntimeCallTimerScope timer(isolate, in CallNamedDefiner() 218 RuntimeCallTimerScope timer(isolate, in CallIndexedSetter() [all …]
|
D | counters-inl.h | 60 RuntimeCallTimerScope::RuntimeCallTimerScope(Isolate* isolate, in RuntimeCallTimerScope() function 63 : RuntimeCallTimerScope(isolate, counter_id) {} in RuntimeCallTimerScope()
|
D | accessors.cc | 107 RuntimeCallTimerScope stats_scope( in ReconfigureToDataProperty() 154 RuntimeCallTimerScope timer(isolate, in ArrayLengthGetter() 167 RuntimeCallTimerScope timer(isolate, in ArrayLengthSetter() 283 RuntimeCallTimerScope timer(isolate, in StringLengthGetter() 325 RuntimeCallTimerScope timer(isolate, in FunctionPrototypeGetter() 339 RuntimeCallTimerScope timer(isolate, in FunctionPrototypeSetter() 365 RuntimeCallTimerScope timer(isolate, in FunctionLengthGetter() 742 RuntimeCallTimerScope timer(isolate, in BoundFunctionLengthGetter() 769 RuntimeCallTimerScope timer(isolate, in BoundFunctionNameGetter()
|
D | compiler.cc | 535 RuntimeCallTimerScope runtimeTimer( in GetCodeFromOptimizedCodeCache() 595 RuntimeCallTimerScope runtimeTimer( in GetOptimizedCodeNow() 642 RuntimeCallTimerScope runtimeTimer( in GetOptimizedCodeLater() 730 RuntimeCallTimerScope runtimeTimer(isolate, in GetOptimizedCode() 773 RuntimeCallTimerScope runtimeTimer( in FinalizeOptimizedCompilationJob() 879 RuntimeCallTimerScope runtimeTimer( in CompileToplevel() 918 RuntimeCallTimerScope runtimeTimer( in CompileTopLevelOnBackgroundThread() 1025 RuntimeCallTimerScope runtimeTimer( in Analyze() 1057 RuntimeCallTimerScope runtimeTimer(isolate, in Compile() 1629 RuntimeCallTimerScope runtimeTimer( in GetSharedFunctionInfoForScript() [all …]
|
D | counters.h | 1092 class RuntimeCallTimerScope { 1094 inline RuntimeCallTimerScope(Isolate* isolate, 1098 inline RuntimeCallTimerScope(Isolate* isolate, HeapObject* heap_object, 1100 inline RuntimeCallTimerScope(RuntimeCallStats* stats, in RuntimeCallTimerScope() function 1107 inline ~RuntimeCallTimerScope() { in ~RuntimeCallTimerScope() 1117 DISALLOW_COPY_AND_ASSIGN(RuntimeCallTimerScope); 1612 RuntimeCallTimerScope::RuntimeCallTimerScope(Isolate* isolate, in RuntimeCallTimerScope() function
|
D | arguments.h | 86 RuntimeCallTimerScope timer(isolate, RuntimeCallCounterId::k##Name); \
|
D | execution.cc | 154 RuntimeCallTimerScope timer(isolate, RuntimeCallCounterId::kJS_Execution); in Invoke()
|
D | deoptimizer.cc | 382 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeAll() 404 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeMarkedCode() 435 RuntimeCallTimerScope runtimeTimer(isolate, in DeoptimizeFunction()
|
D | lookup.cc | 670 RuntimeCallTimerScope stats_scope( in Delete()
|
D | isolate.cc | 1054 RuntimeCallTimerScope runtimeTimer( in InvokeApiInterruptCallbacks()
|
D | api.cc | 121 i::RuntimeCallTimerScope _runtime_timer( \ 10764 RuntimeCallTimerScope timer(isolate, in InvokeAccessorGetterCallback() 10776 RuntimeCallTimerScope timer(isolate, in InvokeFunctionCallback()
|
D | objects.cc | 9941 RuntimeCallTimerScope stats_scope( in TransitionToDataProperty() 10056 RuntimeCallTimerScope stats_scope( in TransitionToAccessorProperty() 12959 RuntimeCallTimerScope stats_scope(isolate, *map, in SetPrototype()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 176 RuntimeCallTimerScope runtimeTimerScope( in ExecuteJobImpl() 198 RuntimeCallTimerScope runtimeTimerScope( in FinalizeJobImpl()
|
/external/v8/src/builtins/ |
D | builtins-utils.h | 76 RuntimeCallTimerScope timer(isolate, \
|
/external/v8/src/parsing/ |
D | scanner-character-streams.cc | 149 RuntimeCallTimerScope scope(stats_, in FetchChunk() 565 RuntimeCallTimerScope scope(stats_, in FetchChunk()
|
D | preparser.cc | 281 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral()
|
D | rewriter.cc | 366 RuntimeCallTimerScope runtimeTimer( in DECLARATION_NODE_LIST()
|
D | parser.cc | 499 RuntimeCallTimerScope runtime_timer( in ParseProgram() 693 RuntimeCallTimerScope runtime_timer(runtime_call_stats_, in ParseFunction() 2545 RuntimeCallTimerScope runtime_timer( in ParseFunctionLiteral() 3443 RuntimeCallTimerScope runtimeTimer( in ParseOnBackground()
|
D | parser-base.h | 4370 RuntimeCallTimerScope runtime_timer( in ParseArrowFunctionLiteral()
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher.cc | 302 RuntimeCallTimerScope runtimeTimer( in WaitForJobIfRunningOnBackground()
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 45 RuntimeCallTimerScope runtimeTimer(isolate, in Serialize()
|
/external/v8/src/heap/ |
D | incremental-marking.cc | 38 RuntimeCallTimerScope runtime_timer( in Step()
|
D | heap.cc | 1216 RuntimeCallTimerScope runtime_timer( in CollectAllAvailableGarbage() 1827 RuntimeCallTimerScope runtime_timer( in CallGCPrologueCallbacks() 1838 RuntimeCallTimerScope runtime_timer( in CallGCEpilogueCallbacks()
|
D | spaces.cc | 3247 RuntimeCallTimerScope runtime_timer( in AllocateChunk()
|
/external/v8/src/ast/ |
D | scopes.cc | 658 RuntimeCallTimerScope runtimeTimer( in Analyze()
|