/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2.cc | 60 DCHECK_ALIGNED(patch_offset, 2u); in PatchCall() 89 DCHECK_ALIGNED(patch_offset, 2u); in PatchEntrypointCall() 92 DCHECK_ALIGNED(target_offset, 4u); in PatchEntrypointCall() 100 DCHECK_ALIGNED(patch_offset, 2u); in PatchBakerReadBarrierBranch() 102 DCHECK_ALIGNED(literal_offset, 2u); in PatchBakerReadBarrierBranch() 108 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch() 163 DCHECK_ALIGNED(offset, 2u); in SetInsn32() 173 DCHECK_ALIGNED(offset, 2u); in GetInsn32() 190 DCHECK_ALIGNED(offset, 2u); in GetInsn16()
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 197 DCHECK_ALIGNED(literal_offset, 4u); in PatchCall() 198 DCHECK_ALIGNED(patch_offset, 4u); in PatchCall() 199 DCHECK_ALIGNED(target_offset, 4u); in PatchCall() 208 DCHECK_ALIGNED(patch_offset, 4u); in PatchPcRelativeReference() 209 DCHECK_ALIGNED(target_offset, 4u); in PatchPcRelativeReference() 312 DCHECK_ALIGNED(patch_offset, 4u); in PatchEntrypointCall() 322 DCHECK_ALIGNED(patch_offset, 4u); in PatchBakerReadBarrierBranch() 328 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch() 372 DCHECK_ALIGNED(displacement, 4u); in PatchBl() 435 DCHECK_ALIGNED(offset, 4u); in SetInsn() [all …]
|
/aosp12/art/runtime/ |
H A D | managed_stack.h | 88 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrame() 94 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrameTagged() 128 DCHECK_ALIGNED(sp, 4u); in CreateNotTagged() 133 DCHECK_ALIGNED(sp, 4u); in CreateTagged()
|
H A D | lock_word-inl.h | 56 DCHECK_ALIGNED(mon, kMonitorIdAlignment); in LockWord()
|
H A D | thread-inl.h | 336 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack() 337 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
|
H A D | oat.cc | 188 DCHECK_ALIGNED(executable_offset_, kPageSize); in GetExecutableOffset() 194 DCHECK_ALIGNED(executable_offset, kPageSize); in SetExecutableOffset()
|
H A D | oat_quick_method_header.h | 131 DCHECK_ALIGNED(result, kStackAlignment); in GetFrameSizeInBytes()
|
H A D | indirect_reference_table.cc | 462 DCHECK_ALIGNED(release_end, kPageSize); in Trim() 463 DCHECK_ALIGNED(release_end - release_start, kPageSize); in Trim()
|
/aosp12/art/runtime/gc/space/ |
H A 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()
|
H A 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()
|
H A 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() 883 DCHECK_ALIGNED(start, kObjectAlignment); in AllocNewTlab()
|
H A 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()
|
H A D | bump_pointer_space-inl.h | 69 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtualWithoutAccounting()
|
/aosp12/art/libartbase/base/ |
H A D | arena_allocator.h | 278 DCHECK_ALIGNED(ret, kAlignment); 286 DCHECK_ALIGNED(bytes, 16); 299 DCHECK_ALIGNED(ret, 16); 325 DCHECK_ALIGNED(ptr_, kAlignment);
|
H A 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()
|
H A 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()
|
H A D | arena_allocator.cc | 247 DCHECK_ALIGNED(rounded_bytes, 8); // `bytes` is 16-byte aligned, red zone is 8-byte aligned. in AllocWithMemoryToolAlign16() 289 DCHECK_ALIGNED(begin_, kAlignment); in AllocFromNewArena()
|
/aosp12/art/runtime/gc/accounting/ |
H A D | read_barrier_table.h | 58 DCHECK_ALIGNED(start_addr, kRegionSize); in Clear() 59 DCHECK_ALIGNED(end_addr, kRegionSize); in Clear()
|
/aosp12/art/dex2oat/linker/ |
H A D | multi_oat_relative_patcher.cc | 53 DCHECK_ALIGNED(adjustment, kPageSize); in StartOatFile()
|
/aosp12/art/runtime/mirror/ |
H A D | object.cc | 86 DCHECK_ALIGNED(src_bytes, sizeof(uintptr_t)); in CopyObject() 87 DCHECK_ALIGNED(dst_bytes, sizeof(uintptr_t)); in CopyObject()
|
H A D | dex_cache.cc | 79 DCHECK_ALIGNED(types, alignof(StringDexCacheType)) << in InitializeNativeFields() 81 DCHECK_ALIGNED(strings, alignof(StringDexCacheType)) << in InitializeNativeFields()
|
/aosp12/art/runtime/gc/collector/ |
H A 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()
|
/aosp12/art/runtime/base/ |
H A D | mem_map_arena_pool.cc | 51 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MemMapArena()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_common.h | 747 DCHECK_ALIGNED(keys, 4); in DoPackedSwitch() 750 DCHECK_ALIGNED(targets, 4); in DoPackedSwitch() 775 DCHECK_ALIGNED(keys, 4); in DoSparseSwitch() 777 DCHECK_ALIGNED(entries, 4); in DoSparseSwitch()
|
/aosp12/art/compiler/jni/quick/ |
H A D | calling_convention.cc | 182 DCHECK_ALIGNED(return_value_offset, 4u); in ReturnValueSaveLocation()
|