Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dgc-tracer.cc85 cumulative_incremental_marking_bytes_(0), in GCTracer()
127 cumulative_incremental_marking_bytes_; in Start()
212 cumulative_incremental_marking_bytes_ += bytes; in AddIncrementalMarkingStep()
413 return static_cast<intptr_t>(cumulative_incremental_marking_bytes_ / in IncrementalMarkingSpeedInBytesPerMillisecond()
Dgc-tracer.h367 intptr_t cumulative_incremental_marking_bytes_; variable