Searched refs:ByteSize (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc137 size_t fpr_byte_size = fpr->ByteSize(this);
155 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0));
164 DCHECK_EQ(fpr->ByteSize(this) % kPageSize, static_cast<size_t>(0));
182 last_free_page_run_size = last_free_page_run->ByteSize(this);
203 DCHECK_EQ(last_free_page_run_size, last_free_page_run->ByteSize(this));
205 DCHECK_EQ(last_free_page_run->ByteSize(this) % kPageSize, static_cast<size_t>(0));
214 DCHECK_EQ(new_free_page_run->ByteSize(this) % kPageSize, static_cast<size_t>(0));
238 size_t fpr_byte_size = fpr->ByteSize(this);
253 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0));
261 DCHECK_EQ(fpr->ByteSize(thi
[all...]
H A Drosalloc.h55 size_t ByteSize(RosAlloc* rosalloc) const REQUIRES(rosalloc->lock_) {
75 uint8_t* end = fpr_base + ByteSize(rosalloc);
80 return ByteSize(rosalloc) >= rosalloc->page_release_size_threshold_;
84 return reinterpret_cast<uint8_t*>(this) + ByteSize(rosalloc) == rosalloc->base_ + rosalloc->footprint_;
105 size_t byte_size = ByteSize(rosalloc);
/art/runtime/gc/space/
H A Dlarge_object_space.cc260 size_t ByteSize() const { function in class:art::gc::space::AllocationInfo
385 size_t alloc_size = cur_info->ByteSize();
411 const size_t allocation_size = info->ByteSize();
440 DCHECK_ALIGNED(next_next_info->ByteSize(), kAlignment);
467 size_t alloc_size = info->ByteSize();
541 size_t size = cur_info->ByteSize();

Completed in 96 milliseconds