Home
last modified time | relevance | path

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

123

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc61 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/
Dmanaged_stack.h88 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()
Dlock_word-inl.h56 DCHECK_ALIGNED(mon, kMonitorIdAlignment); in LockWord()
Doat_quick_method_header.h142 DCHECK_ALIGNED(result, kStackAlignment); in GetFrameSizeInBytes()
Dthread-inl.h335 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
336 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
Doat.cc187 DCHECK_ALIGNED(executable_offset_, kPageSize); in GetExecutableOffset()
193 DCHECK_ALIGNED(executable_offset, kPageSize); in SetExecutableOffset()
Dmonitor_pool.h52 DCHECK_ALIGNED(mon, LockWord::kMonitorIdAlignment); in CreateMonitor()
Dlock_word.h152 DCHECK_ALIGNED(target, (1 << kStateSize)); in FromForwardingAddress()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc195 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/
Dread_barrier_table.h58 DCHECK_ALIGNED(start_addr, kRegionSize); in Clear()
59 DCHECK_ALIGNED(end_addr, kRegionSize); in Clear()
/art/runtime/gc/space/
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()
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()
Dbump_pointer_space-inl.h69 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtualWithoutAccounting()
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()
875 DCHECK_ALIGNED(start, kObjectAlignment); in AllocNewTlab()
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()
/art/libartbase/base/
Dmalloc_arena_pool.cc51 DCHECK_ALIGNED(unaligned_memory_, alignof(std::max_align_t)); in MallocArena()
63 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MallocArena()
Darena_allocator.h277 DCHECK_ALIGNED(ret, kAlignment);
285 DCHECK_ALIGNED(bytes, 16);
298 DCHECK_ALIGNED(ret, 16);
324 DCHECK_ALIGNED(ptr_, kAlignment);
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()
Darena_allocator.cc246 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/
Dmulti_oat_relative_patcher.cc53 DCHECK_ALIGNED(adjustment, kPageSize); in StartOatFile()
/art/runtime/mirror/
Ddex_cache.cc112 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()
Dobject.cc86 DCHECK_ALIGNED(src_bytes, sizeof(uintptr_t)); in CopyObject()
87 DCHECK_ALIGNED(dst_bytes, sizeof(uintptr_t)); in CopyObject()
/art/runtime/base/
Dmem_map_arena_pool.cc51 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MemMapArena()
/art/runtime/gc/collector/
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()
/art/libdexfile/dex/
Dtype_lookup_table.cc94 DCHECK_ALIGNED(raw_data, alignof(Entry)); in Open()

123