Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.h48 IncrementalMarkingInfos() : duration(0), longest_step(0), steps(0) {} in IncrementalMarkingInfos()
53 if (duration > longest_step) { in Update()
54 longest_step = duration; in Update()
60 longest_step = 0; in ResetCurrentCycle()
65 double longest_step; member
Dgc-tracer.cc522 current_.incremental_marking_scopes[Scope::MC_INCREMENTAL].longest_step, in Print()
875 .longest_step, in PrintNVP()
878 .longest_step, in PrintNVP()
883 .longest_step, in PrintNVP()