Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc103 bytes_promoted_(0), in SemiSpace()
225 bytes_promoted_ = 0; in MarkingPhase()
530 bytes_promoted_ += bytes_allocated; in MarkNonForwardedObject()
826 bytes_promoted_since_last_whole_heap_collection_ += bytes_promoted_; in FinishPhase()
840 bytes_promoted_since_last_whole_heap_collection_ = bytes_promoted_; in FinishPhase()
Dsemi_space.h236 uint64_t bytes_promoted_; variable