/art/runtime/gc/accounting/ |
D | read_barrier_table.h | 56 DCHECK_ALIGNED(start_addr, kRegionSize); in Clear() 57 DCHECK_ALIGNED(end_addr, kRegionSize); in Clear()
|
/art/runtime/gc/space/ |
D | malloc_space.cc | 171 DCHECK_ALIGNED(begin_, accounting::CardTable::kCardSize); in CreateZygoteSpace() 172 DCHECK_ALIGNED(End(), accounting::CardTable::kCardSize); in CreateZygoteSpace() 173 DCHECK_ALIGNED(begin_, kPageSize); in CreateZygoteSpace() 174 DCHECK_ALIGNED(End(), kPageSize); in CreateZygoteSpace()
|
D | region_space-inl.h | 47 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtual() 95 DCHECK_ALIGNED(num_bytes, kAlignment); in Alloc() 243 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocLarge()
|
D | bump_pointer_space-inl.h | 67 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtualWithoutAccounting()
|
D | large_object_space.cc | 264 DCHECK_ALIGNED(size, FreeListSpace::kAlignment); in SetByteSize() 308 DCHECK_ALIGNED(bytes, FreeListSpace::kAlignment); in SetPrevFreeBytes() 406 DCHECK_ALIGNED(obj, kAlignment); in Free() 411 DCHECK_ALIGNED(allocation_size, kAlignment); in Free() 438 DCHECK_ALIGNED(next_next_info->ByteSize(), kAlignment); in Free()
|
/art/runtime/base/ |
D | arena_allocator.h | 301 DCHECK_ALIGNED(ret, kAlignment); 309 DCHECK_ALIGNED(bytes, 16); 322 DCHECK_ALIGNED(ret, 16); 348 DCHECK_ALIGNED(ptr_, kAlignment);
|
D | arena_allocator.cc | 205 DCHECK_ALIGNED(unaligned_memory_, alignof(std::max_align_t)); in MallocArena() 217 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MallocArena() 253 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MemMapArena() 428 DCHECK_ALIGNED(rounded_bytes, 8); // `bytes` is 16-byte aligned, red zone is 8-byte aligned. in AllocWithMemoryToolAlign16() 470 DCHECK_ALIGNED(begin_, kAlignment); in AllocFromNewArena()
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2.cc | 103 DCHECK_ALIGNED(patch_offset, 2u); in PatchBakerReadBarrierBranch() 105 DCHECK_ALIGNED(literal_offset, 2u); in PatchBakerReadBarrierBranch() 167 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch() 404 DCHECK_ALIGNED(offset, 2u); in SetInsn32() 414 DCHECK_ALIGNED(offset, 2u); in GetInsn32() 431 DCHECK_ALIGNED(offset, 2u); in GetInsn16()
|
/art/runtime/ |
D | obj_ptr-inl.h | 45 DCHECK_ALIGNED(ref, kObjectAlignment); in Encode()
|
D | lock_word-inl.h | 56 DCHECK_ALIGNED(mon, kMonitorIdAlignment); in LockWord()
|
D | art_field.cc | 39 DCHECK_ALIGNED(num_bytes.Uint32Value(), 8); in SetOffset()
|
D | mem_map.cc | 545 DCHECK_ALIGNED(begin_, kPageSize); in RemapAtEnd() 546 DCHECK_ALIGNED(base_begin_, kPageSize); in RemapAtEnd() 547 DCHECK_ALIGNED(reinterpret_cast<uint8_t*>(base_begin_) + base_size_, kPageSize); in RemapAtEnd() 548 DCHECK_ALIGNED(new_end, kPageSize); in RemapAtEnd() 563 DCHECK_ALIGNED(tail_base_size, kPageSize); in RemapAtEnd() 925 DCHECK_ALIGNED(length, kPageSize); in MapInternal()
|
D | thread-inl.h | 330 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack() 331 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
|
D | oat_quick_method_header.h | 162 DCHECK_ALIGNED(result, kStackAlignment); in GetFrameSizeInBytes()
|
D | type_lookup_table.cc | 75 DCHECK_ALIGNED(storage, alignof(Entry)); in TypeLookupTable()
|
D | oat.cc | 224 DCHECK_ALIGNED(executable_offset_, kPageSize); in GetExecutableOffset() 230 DCHECK_ALIGNED(executable_offset, kPageSize); in SetExecutableOffset()
|
D | monitor_pool.h | 49 DCHECK_ALIGNED(mon, LockWord::kMonitorIdAlignment); in CreateMonitor()
|
D | lock_word.h | 145 DCHECK_ALIGNED(target, (1 << kStateSize)); in FromForwardingAddress()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 114 DCHECK_ALIGNED(raw_arrays, alignof(StringDexCacheType)) << in InitializeDexCache() 116 DCHECK_ALIGNED(layout.StringsOffset(), alignof(StringDexCacheType)) << in InitializeDexCache() 118 DCHECK_ALIGNED(strings, alignof(StringDexCacheType)) << in InitializeDexCache()
|
D | object.cc | 85 DCHECK_ALIGNED(src_bytes, sizeof(uintptr_t)); in CopyObject() 86 DCHECK_ALIGNED(dst_bytes, sizeof(uintptr_t)); in CopyObject()
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher.cc | 39 DCHECK_ALIGNED(adjustment, kPageSize); in StartOatFile()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 422 DCHECK_ALIGNED(keys, 4); in DoPackedSwitch() 425 DCHECK_ALIGNED(targets, 4); in DoPackedSwitch() 450 DCHECK_ALIGNED(keys, 4); in DoSparseSwitch() 452 DCHECK_ALIGNED(entries, 4); in DoSparseSwitch()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 302 DCHECK_ALIGNED(patch_offset, 4u); in PatchBakerReadBarrierBranch() 304 DCHECK_ALIGNED(literal_offset, 4u); in PatchBakerReadBarrierBranch() 348 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch()
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 488 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), kPageSize); in CopyAvoidingDirtyingPages() 489 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), sizeof(uintptr_t)); in CopyAvoidingDirtyingPages() 490 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_src), sizeof(uintptr_t)); in CopyAvoidingDirtyingPages()
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 94 DCHECK_ALIGNED(reinterpret_cast<intptr_t>(art_quick_read_barrier_mark_introspection) - 1u, 256u); in UpdateReadBarrierEntrypoints()
|