Home
last modified time | relevance | path

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

123

/art/runtime/gc/accounting/
Dread_barrier_table.h56 DCHECK_ALIGNED(start_addr, kRegionSize); in Clear()
57 DCHECK_ALIGNED(end_addr, kRegionSize); in Clear()
/art/runtime/gc/space/
Dmalloc_space.cc171 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()
Dregion_space-inl.h47 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtual()
95 DCHECK_ALIGNED(num_bytes, kAlignment); in Alloc()
243 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocLarge()
Dbump_pointer_space-inl.h67 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtualWithoutAccounting()
Dlarge_object_space.cc264 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/
Darena_allocator.h301 DCHECK_ALIGNED(ret, kAlignment);
309 DCHECK_ALIGNED(bytes, 16);
322 DCHECK_ALIGNED(ret, 16);
348 DCHECK_ALIGNED(ptr_, kAlignment);
Darena_allocator.cc205 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/
Drelative_patcher_thumb2.cc103 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/
Dobj_ptr-inl.h45 DCHECK_ALIGNED(ref, kObjectAlignment); in Encode()
Dlock_word-inl.h56 DCHECK_ALIGNED(mon, kMonitorIdAlignment); in LockWord()
Dart_field.cc39 DCHECK_ALIGNED(num_bytes.Uint32Value(), 8); in SetOffset()
Dmem_map.cc545 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()
Dthread-inl.h330 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
331 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
Doat_quick_method_header.h162 DCHECK_ALIGNED(result, kStackAlignment); in GetFrameSizeInBytes()
Dtype_lookup_table.cc75 DCHECK_ALIGNED(storage, alignof(Entry)); in TypeLookupTable()
Doat.cc224 DCHECK_ALIGNED(executable_offset_, kPageSize); in GetExecutableOffset()
230 DCHECK_ALIGNED(executable_offset, kPageSize); in SetExecutableOffset()
Dmonitor_pool.h49 DCHECK_ALIGNED(mon, LockWord::kMonitorIdAlignment); in CreateMonitor()
Dlock_word.h145 DCHECK_ALIGNED(target, (1 << kStateSize)); in FromForwardingAddress()
/art/runtime/mirror/
Ddex_cache.cc114 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()
Dobject.cc85 DCHECK_ALIGNED(src_bytes, sizeof(uintptr_t)); in CopyObject()
86 DCHECK_ALIGNED(dst_bytes, sizeof(uintptr_t)); in CopyObject()
/art/compiler/linker/
Dmulti_oat_relative_patcher.cc39 DCHECK_ALIGNED(adjustment, kPageSize); in StartOatFile()
/art/runtime/interpreter/
Dinterpreter_common.h422 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/
Drelative_patcher_arm64.cc302 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/
Dsemi_space.cc488 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/
Dentrypoints_init_arm.cc94 DCHECK_ALIGNED(reinterpret_cast<intptr_t>(art_quick_read_barrier_mark_introspection) - 1u, 256u); in UpdateReadBarrierEntrypoints()

123