Searched refs:non_moving_first_objs_count_ (Results 1 – 2 of 2) sorted by relevance
782 non_moving_first_objs_count_ = 0; in InitializePhase()1026 non_moving_first_objs_count_ = page_idx; in InitNonMovingSpaceFirstObjects()2679 uint8_t* page = non_moving_space_->Begin() + non_moving_first_objs_count_ * gPageSize; in UpdateNonMovingSpace()2680 for (ssize_t i = non_moving_first_objs_count_ - 1; i >= 0; i--) { in UpdateNonMovingSpace()2874 non_moving_first_objs_count_ = std::max(non_moving_first_objs_count_, idx); in UpdateNonMovingSpaceBlackAllocations()
792 size_t non_moving_first_objs_count_; variable