Home
last modified time | relevance | path

Searched defs:IncrementalMarkingInfos (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.h109 struct IncrementalMarkingInfos { struct
110 IncrementalMarkingInfos() : duration(0), longest_step(0), steps(0) {} in IncrementalMarkingInfos() function
112 void Update(double duration) { in Update()
120 void ResetCurrentCycle() { in ResetCurrentCycle()
126 double duration;
127 double longest_step;
128 int steps;