HomeSort by relevance Sort by last modified time
    Searched refs:bytes_promoted_since_last_whole_heap_collection_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
semi_space.cc 96 bytes_promoted_since_last_whole_heap_collection_(0),
761 bytes_promoted_since_last_whole_heap_collection_ += bytes_promoted_;
763 bytes_promoted_since_last_whole_heap_collection_ >= kBytesPromotedThreshold;
775 bytes_promoted_since_last_whole_heap_collection_ = bytes_promoted_;
    [all...]
semi_space.h 241 uint64_t bytes_promoted_since_last_whole_heap_collection_; member in class:art::gc::collector::SemiSpace

Completed in 27 milliseconds