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

  /external/vixl/src/vixl/
code-buffer.cc 74 byte* end = AlignUp(cursor_, 4);
utils.h 256 T AlignUp(T pointer, size_t alignment) {
  /art/runtime/gc/accounting/
card_table-inl.h 59 uint8_t* card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
141 uint8_t* card_end = CardFromAddr(AlignUp(scan_end, kCardSize));
card_table.cc 122 uint8_t* round_start = AlignUp(start_card, kPageSize);
card_table_test.cc 135 for (uint8_t* cur = start; cur < AlignUp(end, CardTable::kCardSize);
mod_union_table.cc 508 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize);
520 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize);
531 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize);
mod_union_table_test.cc 245 for (auto* ptr = space->Begin(); ptr < AlignUp(space->End(), CardTable::kCardSize);
  /art/runtime/base/
bit_utils.h 141 static inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
144 static inline T* AlignUp(T* x, uintptr_t n) {
  /art/runtime/
indirect_reference_table.cc 267 auto* release_start = AlignUp(reinterpret_cast<uint8_t*>(&table_[top_index]), kPageSize);
class_linker.cc     [all...]
  /art/runtime/gc/space/
region_space.cc 293 uint8_t* end_addr = AlignUp(reinterpret_cast<uint8_t*>(large_obj) + bytes_allocated, kRegionSize);
  /art/imgdiag/
imgdiag.cc 322 const uint8_t* image_end = AlignUp(image_end_unaligned, kPageSize);
    [all...]
  /art/runtime/gc/collector/
semi_space.cc 494 size_t page_remain = AlignUp(byte_dest, kPageSize) - byte_dest;
    [all...]
mark_sweep.cc     [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 641 /*! @function AlignUp
646 #define AlignUp( X, Y ) ( ( ( X ) + ( ( Y ) - 1 ) ) & ~( ( Y ) - 1 ) )
    [all...]
  /art/runtime/gc/
heap.cc 302 requested_alloc_space_begin = AlignUp(oat_file_end_addr, kPageSize);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc     [all...]
  /external/vixl/test/
test-assembler-a64.cc     [all...]

Completed in 436 milliseconds