Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc105 bytes_promoted_since_last_whole_heap_collection_(0), in SemiSpace()
829 bytes_promoted_since_last_whole_heap_collection_ += bytes_promoted_; in FinishPhase()
831 bytes_promoted_since_last_whole_heap_collection_ >= kBytesPromotedThreshold; in FinishPhase()
843 bytes_promoted_since_last_whole_heap_collection_ = bytes_promoted_; in FinishPhase()
Dsemi_space.h242 uint64_t bytes_promoted_since_last_whole_heap_collection_; variable