/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.cc | 61 DCHECK_ALIGNED(patch_offset, 2u); in PatchCall() 90 DCHECK_ALIGNED(patch_offset, 2u); in PatchEntrypointCall() 93 DCHECK_ALIGNED(target_offset, 4u); in PatchEntrypointCall() 101 DCHECK_ALIGNED(patch_offset, 2u); in PatchBakerReadBarrierBranch() 103 DCHECK_ALIGNED(literal_offset, 2u); in PatchBakerReadBarrierBranch() 109 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch() 164 DCHECK_ALIGNED(offset, 2u); in SetInsn32() 174 DCHECK_ALIGNED(offset, 2u); in GetInsn32() 191 DCHECK_ALIGNED(offset, 2u); in GetInsn16()
|
/art/runtime/ |
D | managed_stack.h | 88 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrame() 94 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrameTagged() 132 DCHECK_ALIGNED(sp, 4u); in CreateNotTagged() 137 DCHECK_ALIGNED(sp, 4u); in CreateTagged()
|
D | lock_word-inl.h | 56 DCHECK_ALIGNED(mon, kMonitorIdAlignment); in LockWord()
|
D | oat_quick_method_header.h | 142 DCHECK_ALIGNED(result, kStackAlignment); in GetFrameSizeInBytes()
|
D | thread-inl.h | 335 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack() 336 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
|
D | oat.cc | 187 DCHECK_ALIGNED(executable_offset_, kPageSize); in GetExecutableOffset() 193 DCHECK_ALIGNED(executable_offset, kPageSize); in SetExecutableOffset()
|
D | monitor_pool.h | 52 DCHECK_ALIGNED(mon, LockWord::kMonitorIdAlignment); in CreateMonitor()
|
D | lock_word.h | 152 DCHECK_ALIGNED(target, (1 << kStateSize)); in FromForwardingAddress()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 195 DCHECK_ALIGNED(literal_offset, 4u); in PatchCall() 196 DCHECK_ALIGNED(patch_offset, 4u); in PatchCall() 197 DCHECK_ALIGNED(target_offset, 4u); in PatchCall() 206 DCHECK_ALIGNED(patch_offset, 4u); in PatchPcRelativeReference() 207 DCHECK_ALIGNED(target_offset, 4u); in PatchPcRelativeReference() 305 DCHECK_ALIGNED(patch_offset, 4u); in PatchEntrypointCall() 315 DCHECK_ALIGNED(patch_offset, 4u); in PatchBakerReadBarrierBranch() 321 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch() 365 DCHECK_ALIGNED(displacement, 4u); in PatchBl() 428 DCHECK_ALIGNED(offset, 4u); in SetInsn() [all …]
|
/art/runtime/gc/accounting/ |
D | read_barrier_table.h | 58 DCHECK_ALIGNED(start_addr, kRegionSize); in Clear() 59 DCHECK_ALIGNED(end_addr, kRegionSize); in Clear()
|
/art/runtime/gc/space/ |
D | malloc_space.cc | 187 DCHECK_ALIGNED(begin_, accounting::CardTable::kCardSize); in CreateZygoteSpace() 188 DCHECK_ALIGNED(End(), accounting::CardTable::kCardSize); in CreateZygoteSpace() 189 DCHECK_ALIGNED(begin_, kPageSize); in CreateZygoteSpace() 190 DCHECK_ALIGNED(End(), kPageSize); in CreateZygoteSpace()
|
D | region_space-inl.h | 55 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtual() 104 DCHECK_ALIGNED(num_bytes, kAlignment); in Alloc() 317 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocLarge() 463 DCHECK_ALIGNED(large_obj, kRegionSize); in FreeLarge()
|
D | bump_pointer_space-inl.h | 69 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtualWithoutAccounting()
|
D | region_space.cc | 301 DCHECK_ALIGNED(obj, kRegionSize); in ZeroLiveBytesForLargeObject() 308 DCHECK_ALIGNED(end_addr, kRegionSize); in ZeroLiveBytesForLargeObject() 650 DCHECK_ALIGNED(obj, kAlignment); in CheckLiveBytesAgainstRegionBitmap() 683 DCHECK_ALIGNED(begin, kPoisonDeadObjectSize); in PoisonUnevacuatedRange() 684 DCHECK_ALIGNED(end, kPoisonDeadObjectSize); in PoisonUnevacuatedRange() 704 DCHECK_ALIGNED(obj, kAlignment); in PoisonDeadObjectsInUnevacuatedRegion() 875 DCHECK_ALIGNED(start, kObjectAlignment); in AllocNewTlab()
|
D | large_object_space.cc | 277 DCHECK_ALIGNED(size, FreeListSpace::kAlignment); in SetByteSize() 321 DCHECK_ALIGNED(bytes, FreeListSpace::kAlignment); in SetPrevFreeBytes() 430 DCHECK_ALIGNED(obj, kAlignment); in Free() 435 DCHECK_ALIGNED(allocation_size, kAlignment); in Free() 471 DCHECK_ALIGNED(next_next_info->ByteSize(), kAlignment); in Free()
|
/art/libartbase/base/ |
D | malloc_arena_pool.cc | 51 DCHECK_ALIGNED(unaligned_memory_, alignof(std::max_align_t)); in MallocArena() 63 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MallocArena()
|
D | arena_allocator.h | 277 DCHECK_ALIGNED(ret, kAlignment); 285 DCHECK_ALIGNED(bytes, 16); 298 DCHECK_ALIGNED(ret, 16); 324 DCHECK_ALIGNED(ptr_, kAlignment);
|
D | mem_map.cc | 239 DCHECK_ALIGNED(reservation.Begin(), kPageSize); in CheckReservation() 726 DCHECK_ALIGNED(begin_, kPageSize); in RemapAtEnd() 727 DCHECK_ALIGNED(base_begin_, kPageSize); in RemapAtEnd() 728 DCHECK_ALIGNED(reinterpret_cast<uint8_t*>(base_begin_) + base_size_, kPageSize); in RemapAtEnd() 729 DCHECK_ALIGNED(new_end, kPageSize); in RemapAtEnd() 744 DCHECK_ALIGNED(tail_base_size, kPageSize); in RemapAtEnd() 795 DCHECK_ALIGNED(begin_, kPageSize); in ReleaseReservedMemory() 796 DCHECK_ALIGNED(size_, kPageSize); in ReleaseReservedMemory() 1154 DCHECK_ALIGNED(length, kPageSize); in MapInternal()
|
D | arena_allocator.cc | 246 DCHECK_ALIGNED(rounded_bytes, 8); // `bytes` is 16-byte aligned, red zone is 8-byte aligned. in AllocWithMemoryToolAlign16() 288 DCHECK_ALIGNED(begin_, kAlignment); in AllocFromNewArena()
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.cc | 53 DCHECK_ALIGNED(adjustment, kPageSize); in StartOatFile()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 112 DCHECK_ALIGNED(raw_arrays, alignof(StringDexCacheType)) << in InitializeDexCache() 114 DCHECK_ALIGNED(layout.StringsOffset(), alignof(StringDexCacheType)) << in InitializeDexCache() 116 DCHECK_ALIGNED(strings, alignof(StringDexCacheType)) << in InitializeDexCache()
|
D | object.cc | 86 DCHECK_ALIGNED(src_bytes, sizeof(uintptr_t)); in CopyObject() 87 DCHECK_ALIGNED(dst_bytes, sizeof(uintptr_t)); in CopyObject()
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 51 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MemMapArena()
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 401 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), kPageSize); in CopyAvoidingDirtyingPages() 402 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), sizeof(uintptr_t)); in CopyAvoidingDirtyingPages() 403 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_src), sizeof(uintptr_t)); in CopyAvoidingDirtyingPages()
|
/art/libdexfile/dex/ |
D | type_lookup_table.cc | 94 DCHECK_ALIGNED(raw_data, alignof(Entry)); in Open()
|