Searched refs:numOfPages (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc40 size_t RosAlloc::numOfPages[kNumOfSizeBrackets]; member in class:art::gc::allocator::RosAlloc
539 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun));
1121 DCHECK_EQ(slot_base + num_slots * bracket_size, reinterpret_cast<byte*>(this) + numOfPages[idx] * kPageSize);
1421 << " numOfPages=" << numOfPages[idx]
1608 size_t num_pages = numOfPages[run->size_bracket_idx_];
1770 // numOfPages.
1773 numOfPages[i] = 1;
1775 numOfPages[i] = 1;
1777 numOfPages[
1788 LOG(INFO) << "numOfPages[" << i << "]=" << numOfPages[i]; local
[all...]
H A Drosalloc.h190 return reinterpret_cast<byte*>(this) + kPageSize * numOfPages[size_bracket_idx_];
271 static size_t numOfPages[kNumOfSizeBrackets]; member in class:art::gc::allocator::RosAlloc

Completed in 53 milliseconds