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

  /art/runtime/gc/collector/
semi_space.cc 95 bytes_promoted_(0),
213 bytes_promoted_ = 0;
496 bytes_promoted_ += bytes_allocated;
761 bytes_promoted_since_last_whole_heap_collection_ += bytes_promoted_;
775 bytes_promoted_since_last_whole_heap_collection_ = bytes_promoted_;
    [all...]
semi_space.h 236 uint64_t bytes_promoted_; member in class:art::gc::collector::SemiSpace

Completed in 112 milliseconds