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

  /art/runtime/gc/accounting/
card_table-inl.h 58 byte* card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
131 byte* card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
card_table_test.cc 127 for (byte* cur = start; cur < AlignUp(end, kCardSize); cur += kCardSize) {
  /art/runtime/
indirect_reference_table.cc 237 auto* release_start = AlignUp(reinterpret_cast<uint8_t*>(&table_[top_index]), kPageSize);
utils.h 211 static inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
214 static inline T* AlignUp(T* x, uintptr_t n) {
  /external/vixl/src/
utils-vixl.h 169 T AlignUp(T pointer, size_t alignment) {
  /art/runtime/gc/collector/
semi_space.cc 449 size_t page_remain = AlignUp(byte_dest, kPageSize) - byte_dest;
    [all...]
mark_sweep.cc 753 card_end = AlignUp(card_end, accounting::CardTable::kCardSize);
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 641 /*! @function AlignUp
646 #define AlignUp( X, Y ) ( ( ( X ) + ( ( Y ) - 1 ) ) & ~( ( Y ) - 1 ) )
    [all...]
  /external/vixl/src/a64/
assembler-a64.h     [all...]
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /art/runtime/gc/
heap.cc 232 requested_alloc_space_begin = AlignUp(oat_file_end_addr, kPageSize);
    [all...]

Completed in 180 milliseconds