Searched refs:NestedTimedHistogramScope (Results 1 – 7 of 7) sorted by relevance
120 class V8_NODISCARD NestedTimedHistogramScope : public BaseTimedHistogramScope {122 explicit NestedTimedHistogramScope(NestedTimedHistogram* histogram,127 ~NestedTimedHistogramScope() { Stop(); } in ~NestedTimedHistogramScope()185 NestedTimedHistogramScope* previous_scope_;210 NestedTimedHistogramScope* previous_scope_;
262 class NestedTimedHistogramScope; variable278 friend class NestedTimedHistogramScope; variable281 inline NestedTimedHistogramScope* Enter(NestedTimedHistogramScope* next) { in Enter()282 NestedTimedHistogramScope* previous = current_; in Enter()287 inline void Leave(NestedTimedHistogramScope* previous) { in Leave()291 NestedTimedHistogramScope* current_ = nullptr;624 friend class NestedTimedHistogramScope; variable
159 NestedTimedHistogramScope incremental_marking_scope( in Start()766 NestedTimedHistogramScope incremental_marking_scope( in AdvanceWithDeadline()872 NestedTimedHistogramScope incremental_marking_scope( in AdvanceOnAllocation()
3942 NestedTimedHistogramScope incremental_marking_scope( in FinalizeIncrementalMarkingIncrementally()4179 NestedTimedHistogramScope idle_notification_scope( in IdleNotification()
1450 NestedTimedHistogramScope timer(rate); in CompileToplevel()1917 NestedTimedHistogramScope timer( in CollectSourcePositions()2667 NestedTimedHistogramScope all_scripts_histogram_scope_; in Compile()3034 NestedTimedHistogramScope timer( in Compile()3177 NestedTimedHistogramScope timer(isolate->counters()->compile_deserialize()); in Compile()
55 NestedTimedHistogramScope histogram_timer( in Serialize()
2105 i::NestedTimedHistogramScope execute_timer(isolate->counters()->execute(), in Run()2411 i::NestedTimedHistogramScope execute_timer(isolate->counters()->execute(), in Evaluate()5145 i::NestedTimedHistogramScope execute_timer(isolate->counters()->execute(), in CallAsFunction()5165 i::NestedTimedHistogramScope execute_timer(isolate->counters()->execute(), in CallAsConstructor()5204 i::NestedTimedHistogramScope execute_timer(isolate->counters()->execute(), in NewInstanceWithSideEffectType()5255 i::NestedTimedHistogramScope execute_timer(isolate->counters()->execute(), in Call()9209 i::NestedTimedHistogramScope idle_notification_scope( in LowMemoryNotification()