Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dgc-tracer.cc94 previous_ = previous_mark_compactor_event_ = current_; in GCTracer()
109 previous_mark_compactor_event_ = current_; in Start()
165 previous_mark_compactor_event_.cumulative_incremental_marking_steps; in Stop()
168 previous_mark_compactor_event_.cumulative_incremental_marking_bytes; in Stop()
171 previous_mark_compactor_event_.cumulative_incremental_marking_duration; in Stop()
174 previous_mark_compactor_event_ in Stop()
Dgc-tracer.h351 Event previous_mark_compactor_event_; variable