Searched refs:v8_duration (Results 1 – 3 of 3) sorted by relevance
475 void ReportIncrementalMarkingStepToRecorder(double v8_duration);476 void ReportIncrementalSweepingStepToRecorder(double v8_duration);
1620 void GCTracer::ReportIncrementalMarkingStepToRecorder(double v8_duration) { in ReportIncrementalMarkingStepToRecorder() argument1642 static_cast<int64_t>(v8_duration * in ReportIncrementalMarkingStepToRecorder()1649 void GCTracer::ReportIncrementalSweepingStepToRecorder(double v8_duration) { in ReportIncrementalSweepingStepToRecorder() argument1658 static_cast<int64_t>(v8_duration * in ReportIncrementalSweepingStepToRecorder()
964 const double v8_duration = in Step() local966 heap_->tracer()->AddIncrementalMarkingStep(v8_duration, v8_bytes_processed); in Step()