Home
last modified time | relevance | path

Searched refs:RuntimeCallCounterId (Results 1 - 25 of 44) sorted by relevance

12

/third_party/node/deps/v8/src/api/
H A Dapi-arguments-inl.h96 RCS_SCOPE(isolate, RuntimeCallCounterId::kNamed##FUNCTION##Callback); \
117 RCS_SCOPE(isolate, RuntimeCallCounterId::kIndexed##FUNCTION##Callback); \
135 RCS_SCOPE(isolate, RuntimeCallCounterId::kFunctionCallback); in Call()
154 RCS_SCOPE(isolate(), RuntimeCallCounterId::kNamedEnumeratorCallback); in CallNamedEnumerator()
161 RCS_SCOPE(isolate(), RuntimeCallCounterId::kIndexedEnumeratorCallback); in CallIndexedEnumerator()
168 RCS_SCOPE(isolate(), RuntimeCallCounterId::kNamedGetterCallback); in CallNamedGetter()
177 RCS_SCOPE(isolate(), RuntimeCallCounterId::kNamedDescriptorCallback); in CallNamedDescriptor()
202 RCS_SCOPE(isolate, RuntimeCallCounterId::kNamedSetterCallback); in CallNamedSetter()
214 RCS_SCOPE(isolate, RuntimeCallCounterId::kNamedDefinerCallback); in CallNamedDefiner()
227 RCS_SCOPE(isolate, RuntimeCallCounterId in CallIndexedSetter()
[all...]
H A Dapi-natives.cc189 RCS_SCOPE(isolate, RuntimeCallCounterId::kConfigureInstance); in ConfigureInstance()
396 RCS_SCOPE(isolate, RuntimeCallCounterId::kInstantiateObject); in InstantiateObject()
489 RCS_SCOPE(isolate, RuntimeCallCounterId::kInstantiateFunction); in InstantiateFunction()
680 RCS_SCOPE(isolate, RuntimeCallCounterId::kCreateApiFunction); in CreateApiFunction()
H A Dapi-macros.h40 i::RuntimeCallCounterId::kAPI_##class_name##_##function_name);
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc470 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in Unload()
479 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in OnInstrumentationBreak()
491 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in Break()
609 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in IsBreakOnInstrumentation()
642 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in CheckBreakPoints()
660 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in IsMutedAtCurrentLocation()
670 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in GetHitBreakpointsAtCurrentStatement()
689 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in CheckBreakPoint()
726 RCS_SCOPE(isolate_, RuntimeCallCounterId::kDebugger); in SetBreakpoint()
753 RCS_SCOPE(isolate_, RuntimeCallCounterId in SetBreakPointForScript()
[all...]
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.h550 enum RuntimeCallCounterId { enum
590 RuntimeCallCounterId counter_id);
600 RuntimeCallCounterId counter_id, CounterMode mode = kExact);
616 RuntimeCallCounterId id);
618 RuntimeCallCounterId id);
623 RuntimeCallCounterId CounterIdForThread(RuntimeCallCounterId id) { in CounterIdForThread()
628 ? static_cast<RuntimeCallCounterId>(id + 1) in CounterIdForThread()
632 bool IsCounterAppropriateForThread(RuntimeCallCounterId id) { in IsCounterAppropriateForThread()
642 static_cast<int>(RuntimeCallCounterId
[all...]
H A Druntime-call-stats.cc167 constexpr RuntimeCallCounterId FirstCounter(RuntimeCallCounterId first, ...) { in FirstCounter()
172 constexpr RuntimeCallCounterId kFirstThreadVariantCounter =
181 constexpr auto kLastThreadVariantCounter = static_cast<RuntimeCallCounterId>(
186 RuntimeCallCounterId id) { in HasThreadSpecificCounterVariants()
193 RuntimeCallCounterId id) { in IsBackgroundThreadSpecificVariant()
199 RuntimeCallCounterId counter_id) { in Enter()
225 void RuntimeCallStats::CorrectCurrentCounterId(RuntimeCallCounterId counter_id, in CorrectCurrentCounterId()
H A Druntime-call-stats-scope.h27 RuntimeCallCounterId counter_id) { in RuntimeCallTimerScope()
34 LocalIsolate* isolate, RuntimeCallCounterId counter_id, in RuntimeCallTimerScope()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer-inl.h154 RuntimeCallCounterId GCTracer::RCSCounterFromScope(Scope::ScopeId id) { in RCSCounterFromScope()
156 return static_cast<RuntimeCallCounterId>( in RCSCounterFromScope()
157 static_cast<int>(RuntimeCallCounterId::kGC_MC_INCREMENTAL) + in RCSCounterFromScope()
H A Dgc-tracer.h230 V8_INLINE static RuntimeCallCounterId RCSCounterFromScope(Scope::ScopeId id);
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc115 RCS_SCOPE(isolate, RuntimeCallCounterId::kReconfigureToDataProperty); in ReconfigureToDataProperty()
156 RCS_SCOPE(isolate, RuntimeCallCounterId::kArrayLengthGetter); in ArrayLengthGetter()
168 RCS_SCOPE(isolate, RuntimeCallCounterId::kArrayLengthSetter); in ArrayLengthSetter()
286 RCS_SCOPE(isolate, RuntimeCallCounterId::kStringLengthGetter); in StringLengthGetter()
333 RCS_SCOPE(isolate, RuntimeCallCounterId::kFunctionPrototypeGetter); in FunctionPrototypeGetter()
346 RCS_SCOPE(isolate, RuntimeCallCounterId::kFunctionPrototypeSetter); in FunctionPrototypeSetter()
368 RCS_SCOPE(isolate, RuntimeCallCounterId::kFunctionLengthGetter); in FunctionLengthGetter()
723 RCS_SCOPE(isolate, RuntimeCallCounterId::kBoundFunctionLengthGetter); in BoundFunctionLengthGetter()
749 RCS_SCOPE(isolate, RuntimeCallCounterId::kBoundFunctionNameGetter); in BoundFunctionNameGetter()
773 RCS_SCOPE(isolate, RuntimeCallCounterId in WrappedFunctionLengthGetter()
[all...]
H A Dbuiltins-api.cc26 RCS_SCOPE(isolate, RuntimeCallCounterId::kGetCompatibleReceiver); in GetCompatibleReceiver()
173 RCS_SCOPE(isolate, RuntimeCallCounterId::kInvokeApiFunction); in InvokeApiFunction()
H A Dbuiltins-utils.h89 RCS_SCOPE(isolate, RuntimeCallCounterId::kBuiltin_##name); \
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc904 RCS_SCOPE(isolate, RuntimeCallCounterId::kCompileGetFromOptimizedCodeMap); in Get()
988 RCS_SCOPE(isolate, RuntimeCallCounterId::kOptimizeNonConcurrent); in CompileTurbofan_NotConcurrent()
1046 RCS_SCOPE(isolate, RuntimeCallCounterId::kOptimizeConcurrentPrepare); in CompileTurbofan_Concurrent()
1099 RCS_SCOPE(isolate, RuntimeCallCounterId::kOptimizeCode); in CompileTurbofan()
1434 ? RuntimeCallCounterId::kCompileEval in CompileToplevel()
1435 : RuntimeCallCounterId::kCompileScript); in CompileToplevel()
1486 RuntimeCallCounterId RuntimeCallCounterIdForCompile(ParseInfo* parse_info) { in RuntimeCallCounterIdForCompile()
1489 return RuntimeCallCounterId::kCompileEval; in RuntimeCallCounterIdForCompile()
1491 return RuntimeCallCounterId::kCompileScript; in RuntimeCallCounterIdForCompile()
1493 return RuntimeCallCounterId in RuntimeCallCounterIdForCompile()
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline.cc61 RCS_SCOPE(isolate, RuntimeCallCounterId::kCompileBaseline); in GenerateBaselineCode()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter.cc190 RuntimeCallCounterId::kCompileIgnition, in ExecuteJobImpl()
253 RuntimeCallCounterId::kCompileIgnitionFinalization); in FinalizeJobImpl()
261 RCS_SCOPE(isolate, RuntimeCallCounterId::kCompileIgnitionFinalization, in FinalizeJobImpl()
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc280 RCS_SCOPE(isolate, RuntimeCallCounterId::kInvoke); in Invoke()
424 RCS_SCOPE(isolate, RuntimeCallCounterId::kJS_Execution); in Invoke()
440 RCS_SCOPE(isolate, RuntimeCallCounterId::kJS_Execution); in Invoke()
642 RCS_SCOPE(isolate, RuntimeCallCounterId::kJS_Execution); in CallWasm()
H A Darguments.h122 RCS_SCOPE(isolate, RuntimeCallCounterId::k##Name); \
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc157 RCS_SCOPE(isolate, RuntimeCallCounterId::kCompileEnqueueOnDispatcher); in Enqueue()
205 RCS_SCOPE(isolate_, RuntimeCallCounterId::kCompileWaitForDispatcher); in WaitForJobIfRunningOnBackground()
254 RCS_SCOPE(isolate_, RuntimeCallCounterId::kCompileFinishNowOnDispatcher); in FinishNow()
H A Doptimizing-compile-dispatcher.cc51 RuntimeCallCounterId::kOptimizeBackgroundDispatcherJob);
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1349 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize); in Deserialize()
1443 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Strings); in DeserializeStrings()
1494 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Maps); in DeserializeMaps()
1597 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Contexts); in DeserializeContexts()
1806 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Functions); in DeserializeFunctions()
1874 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Classes); in DeserializeClasses()
1933 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Objects); in DeserializeObjects()
2013 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Arrays); in DeserializeArrays()
2045 RCS_SCOPE(isolate_, RuntimeCallCounterId::kWebSnapshotDeserialize_Exports); in DeserializeExports()
/third_party/node/deps/v8/src/objects/
H A Dtemplates.cc64 RuntimeCallCounterId::kIsTemplateFor); in IsTemplateFor()
H A Dlookup-inl.h225 RCS_SCOPE(isolate, RuntimeCallCounterId::kUpdateProtector); in UpdateProtector()
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.cc126 RCS_SCOPE(isolate, RuntimeCallCounterId::kSnapshotDecompress); in MaybeDecompress()
164 RCS_SCOPE(isolate, RuntimeCallCounterId::kDeserializeIsolate); in Initialize()
200 RCS_SCOPE(isolate, RuntimeCallCounterId::kDeserializeContext); in NewContextFromSnapshot()
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.cc277 RuntimeCallCounterId::kPreParseWithVariableResolution, in ParseFunctionLiteral()
H A Dparser.cc540 ? RuntimeCallCounterId::kParseEval in ParseProgram()
541 : RuntimeCallCounterId::kParseProgram); in ParseProgram()
714 RCS_SCOPE(info->runtime_call_stats(), RuntimeCallCounterId::kCompileAnalyse, in PostProcessParseResult()
836 RCS_SCOPE(runtime_call_stats_, RuntimeCallCounterId::kParseFunction); in ParseFunction()
2693 RCS_SCOPE(runtime_call_stats_, RuntimeCallCounterId::kParseFunctionLiteral, in ParseFunctionLiteral()
2787 RuntimeCallCounterId::kPreParseWithVariableResolution, in ParseFunctionLiteral()
3418 RCS_SCOPE(isolate, RuntimeCallCounterId::kParseProgram, in ParseOnBackground()

Completed in 30 milliseconds

12