Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc1510 optional_cppgc_event = in ReportFullCycleToRecorder() local
1512 DCHECK(optional_cppgc_event.has_value()); in ReportFullCycleToRecorder()
1515 optional_cppgc_event.value(); in ReportFullCycleToRecorder()
1682 optional_cppgc_event = metric_recorder->ExtractLastYoungGcEvent(); in ReportYoungCycleToRecorder() local
1685 if (optional_cppgc_event) { in ReportYoungCycleToRecorder()
1688 optional_cppgc_event.value(); in ReportYoungCycleToRecorder()