Home
last modified time | relevance | path

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

123

/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()
Dobj_ptr-inl.h45 DCHECK_ALIGNED(ref, kObjectAlignment); in Encode()
Dlock_word-inl.h56 DCHECK_ALIGNED(mon, kMonitorIdAlignment); in LockWord()
Dart_field.cc40 DCHECK_ALIGNED(num_bytes.Uint32Value(), 8); in SetOffset()
Dmem_map.cc636 DCHECK_ALIGNED(begin_, kPageSize); in RemapAtEnd()
637 DCHECK_ALIGNED(base_begin_, kPageSize); in RemapAtEnd()
638 DCHECK_ALIGNED(reinterpret_cast<uint8_t*>(base_begin_) + base_size_, kPageSize); in RemapAtEnd()
639 DCHECK_ALIGNED(new_end, kPageSize); in RemapAtEnd()
654 DCHECK_ALIGNED(tail_base_size, kPageSize); in RemapAtEnd()
1018 DCHECK_ALIGNED(length, kPageSize); in MapInternal()
Doat_quick_method_header.h162 DCHECK_ALIGNED(result, kStackAlignment); in GetFrameSizeInBytes()
Dthread-inl.h331 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
332 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>)); in SetThreadLocalAllocationStack()
Dtype_lookup_table.cc75 DCHECK_ALIGNED(storage, alignof(Entry)); in TypeLookupTable()
Dmonitor_pool.h49 DCHECK_ALIGNED(mon, LockWord::kMonitorIdAlignment); in CreateMonitor()
Doat.cc224 DCHECK_ALIGNED(executable_offset_, kPageSize); in GetExecutableOffset()
230 DCHECK_ALIGNED(executable_offset, kPageSize); in SetExecutableOffset()
Dlock_word.h148 DCHECK_ALIGNED(target, (1 << kStateSize)); in FromForwardingAddress()
/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.cc172 DCHECK_ALIGNED(begin_, accounting::CardTable::kCardSize); in CreateZygoteSpace()
173 DCHECK_ALIGNED(End(), accounting::CardTable::kCardSize); in CreateZygoteSpace()
174 DCHECK_ALIGNED(begin_, kPageSize); in CreateZygoteSpace()
175 DCHECK_ALIGNED(End(), kPageSize); in CreateZygoteSpace()
Dregion_space-inl.h51 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtual()
99 DCHECK_ALIGNED(num_bytes, kAlignment); in Alloc()
248 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocLarge()
318 DCHECK_ALIGNED(large_obj, kRegionSize); in FreeLarge()
Dbump_pointer_space-inl.h67 DCHECK_ALIGNED(num_bytes, kAlignment); in AllocNonvirtualWithoutAccounting()
Dlarge_object_space.cc266 DCHECK_ALIGNED(size, FreeListSpace::kAlignment); in SetByteSize()
310 DCHECK_ALIGNED(bytes, FreeListSpace::kAlignment); in SetPrevFreeBytes()
408 DCHECK_ALIGNED(obj, kAlignment); in Free()
413 DCHECK_ALIGNED(allocation_size, kAlignment); in Free()
440 DCHECK_ALIGNED(next_next_info->ByteSize(), kAlignment); in Free()
/art/runtime/base/
Darena_allocator.h304 DCHECK_ALIGNED(ret, kAlignment);
312 DCHECK_ALIGNED(bytes, 16);
325 DCHECK_ALIGNED(ret, 16);
351 DCHECK_ALIGNED(ptr_, kAlignment);
Darena_allocator.cc212 DCHECK_ALIGNED(unaligned_memory_, alignof(std::max_align_t)); in MallocArena()
224 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MallocArena()
260 DCHECK_ALIGNED(memory_, ArenaAllocator::kArenaAlignment); in MemMapArena()
435 DCHECK_ALIGNED(rounded_bytes, 8); // `bytes` is 16-byte aligned, red zone is 8-byte aligned. in AllocWithMemoryToolAlign16()
477 DCHECK_ALIGNED(begin_, kAlignment); in AllocFromNewArena()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc39 DCHECK_ALIGNED(adjustment, kPageSize); in StartOatFile()
/art/runtime/mirror/
Ddex_cache.cc110 DCHECK_ALIGNED(raw_arrays, alignof(StringDexCacheType)) << in InitializeDexCache()
112 DCHECK_ALIGNED(layout.StringsOffset(), alignof(StringDexCacheType)) << in InitializeDexCache()
114 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/compiler/linker/arm/
Drelative_patcher_thumb2.cc106 DCHECK_ALIGNED(patch_offset, 2u); in PatchBakerReadBarrierBranch()
108 DCHECK_ALIGNED(literal_offset, 2u); in PatchBakerReadBarrierBranch()
170 DCHECK_ALIGNED(target_offset, 4u); in PatchBakerReadBarrierBranch()
445 DCHECK_ALIGNED(offset, 2u); in SetInsn32()
455 DCHECK_ALIGNED(offset, 2u); in GetInsn32()
472 DCHECK_ALIGNED(offset, 2u); in GetInsn16()
/art/runtime/interpreter/
Dinterpreter_common.h448 DCHECK_ALIGNED(keys, 4); in DoPackedSwitch()
451 DCHECK_ALIGNED(targets, 4); in DoPackedSwitch()
476 DCHECK_ALIGNED(keys, 4); in DoSparseSwitch()
478 DCHECK_ALIGNED(entries, 4); in DoSparseSwitch()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc43 DCHECK_ALIGNED(bss_offset, sizeof(GcRoot<mirror::Object>)); in StoreObjectInBss()
/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