Searched refs:AlignUp (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/accounting/
H A Dcard_table-inl.h58 byte* card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
131 byte* card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
H A Dcard_table_test.cc127 for (byte* cur = start; cur < AlignUp(end, kCardSize); cur += kCardSize) {
/art/runtime/
H A Dutils.h199 static inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
202 static inline T* AlignUp(T* x, uintptr_t n) { function in namespace:art
/art/runtime/gc/collector/
H A Dsemi_space.cc449 size_t page_remain = AlignUp(byte_dest, kPageSize) - byte_dest;
H A Dmark_sweep.cc760 card_end = AlignUp(card_end, accounting::CardTable::kCardSize);
/art/runtime/gc/allocator/
H A Drosalloc.cc1509 byte* madvise_begin = AlignUp(zero_begin, kPageSize);
/art/runtime/gc/
H A Dheap.cc221 requested_alloc_space_begin = AlignUp(oat_file_end_addr, kPageSize);

Completed in 490 milliseconds