Home
last modified time | relevance | path

Searched refs:DCHECK_ALIGNED (Results 1 – 25 of 64) sorted by relevance

123

/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2.cc60 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 Drelative_patcher_arm64.cc197 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 Dmanaged_stack.h88 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 Dlock_word-inl.h56 DCHECK_ALIGNED(mon, kMonitorIdAlignment); in LockWord()
H A Dthread-inl.h336 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
337 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
H A Doat.cc188 DCHECK_ALIGNED(executable_offset_, kPageSize); in GetExecutableOffset()
194 DCHECK_ALIGNED(executable_offset, kPageSize); in SetExecutableOffset()
H A Doat_quick_method_header.h131 DCHECK_ALIGNED(result, kStackAlignment); in GetFrameSizeInBytes()
H A Dindirect_reference_table.cc462 DCHECK_ALIGNED(release_end, kPageSize); in Trim()
463 DCHECK_ALIGNED(release_end - release_start, kPageSize); in Trim()
/aosp12/art/runtime/gc/space/
H A Dmalloc_space.cc187 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 Dregion_space-inl.h55 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 Dregion_space.cc301 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 Dlarge_object_space.cc277 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 Dbump_pointer_space-inl.h69 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtualWithoutAccounting()
/aosp12/art/libartbase/base/
H A Darena_allocator.h278 DCHECK_ALIGNED(ret, kAlignment);
286 DCHECK_ALIGNED(bytes, 16);
299 DCHECK_ALIGNED(ret, 16);
325 DCHECK_ALIGNED(ptr_, kAlignment);
H A Dmalloc_arena_pool.cc51 DCHECK_ALIGNED(unaligned_memory_, alignof(std::max_align_t)); in MallocArena()
63 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MallocArena()
H A Dmem_map.cc239 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 Darena_allocator.cc247 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 Dread_barrier_table.h58 DCHECK_ALIGNED(start_addr, kRegionSize); in Clear()
59 DCHECK_ALIGNED(end_addr, kRegionSize); in Clear()
/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.cc53 DCHECK_ALIGNED(adjustment, kPageSize); in StartOatFile()
/aosp12/art/runtime/mirror/
H A Dobject.cc86 DCHECK_ALIGNED(src_bytes, sizeof(uintptr_t)); in CopyObject()
87 DCHECK_ALIGNED(dst_bytes, sizeof(uintptr_t)); in CopyObject()
H A Ddex_cache.cc79 DCHECK_ALIGNED(types, alignof(StringDexCacheType)) << in InitializeNativeFields()
81 DCHECK_ALIGNED(strings, alignof(StringDexCacheType)) << in InitializeNativeFields()
/aosp12/art/runtime/gc/collector/
H A Dsemi_space.cc401 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 Dmem_map_arena_pool.cc51 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MemMapArena()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h747 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 Dcalling_convention.cc182 DCHECK_ALIGNED(return_value_offset, 4u); in ReturnValueSaveLocation()

123