Home
last modified time | relevance | path

Searched refs:incremental_scopes (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc447 current_.incremental_scopes[i] = incremental_scopes_[i]; in FinalizeCurrentEvent()
1540 current_.incremental_scopes[Scope::MC_INCREMENTAL_LAYOUT_CHANGE] in ReportFullCycleToRecorder()
1542 current_.incremental_scopes[Scope::MC_INCREMENTAL_START].duration + in ReportFullCycleToRecorder()
1544 current_.incremental_scopes[Scope::MC_INCREMENTAL_FINALIZE].duration; in ReportFullCycleToRecorder()
1546 current_.incremental_scopes[Scope::MC_INCREMENTAL_SWEEPING].duration; in ReportFullCycleToRecorder()
Dgc-tracer.h202 incremental_scopes[Scope::NUMBER_OF_INCREMENTAL_SCOPES]; variable