Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.h110 IncrementalMarkingInfos() : duration(0), longest_step(0), steps(0) {} in IncrementalMarkingInfos()
115 if (duration > longest_step) { in Update()
116 longest_step = duration; in Update()
122 longest_step = 0; in ResetCurrentCycle()
127 double longest_step; member
Dgc-tracer.cc410 current_.incremental_marking_scopes[Scope::MC_INCREMENTAL].longest_step, in Print()
677 .longest_step, in PrintNVP()
680 .longest_step, in PrintNVP()
685 .longest_step, in PrintNVP()