/art/runtime/gc/accounting/ |
D | card_table.cc | 109 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(start), kCardSize); in ClearCardRange() 110 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(end), kCardSize); in ClearCardRange()
|
D | bitmap.cc | 85 CHECK_ALIGNED(cover_begin, kAlignment); in Create() 86 CHECK_ALIGNED(cover_end, kAlignment); in Create()
|
D | mod_union_table.cc | 488 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(space->Limit()), CardTable::kCardSize); in ModUnionTableCardCache()
|
/art/runtime/ |
D | image.cc | 80 CHECK_ALIGNED(delta, kPageSize) << "relocation delta must be page aligned"; in RelocateImageReferences() 90 CHECK_ALIGNED(delta, kPageSize) << "relocation delta must be page aligned"; in RelocateBootImageReferences()
|
D | thread_pool.cc | 65 CHECK_ALIGNED(stack_.Begin(), kPageSize); in ThreadPoolWorker()
|
/art/runtime/gc/collector/ |
D | semi_space-inl.h | 66 CHECK_ALIGNED(ref, kPageSize); in MarkObject()
|
D | concurrent_copying.cc | 3243 CHECK_ALIGNED(byte_size, kObjectAlignment); in FillWithFakeObject() 3284 CHECK_ALIGNED(alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock() 3304 CHECK_ALIGNED(it->first - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock() 3314 CHECK_ALIGNED(byte_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock() 3323 CHECK_ALIGNED(byte_size - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
|
/art/runtime/gc/space/ |
D | malloc_space.cc | 64 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(mem_map_.Begin()), kGcCardSize); in MallocSpace() 65 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(mem_map_.End()), kGcCardSize); in MallocSpace()
|
D | region_space.cc | 53 CHECK_ALIGNED(capacity, kRegionSize); in CreateMemMap() 91 CHECK_ALIGNED(mem_map.Begin(), kRegionSize); in CreateMemMap() 92 CHECK_ALIGNED(mem_map.End(), kRegionSize); in CreateMemMap() 121 CHECK_ALIGNED(mem_map_.Size(), kRegionSize); in RegionSpace() 122 CHECK_ALIGNED(mem_map_.Begin(), kRegionSize); in RegionSpace()
|
D | large_object_space.cc | 380 CHECK_ALIGNED(space_capacity, kAlignment); in FreeListSpace()
|
D | image_space.cc | 99 CHECK_ALIGNED(min_delta, kPageSize); in ChooseRelocationOffsetDelta() 100 CHECK_ALIGNED(max_delta, kPageSize); in ChooseRelocationOffsetDelta() 111 CHECK_ALIGNED(r, kPageSize); in ChooseRelocationOffsetDelta() 343 CHECK_ALIGNED(current, kObjectAlignment); in VerifyImageAllocations()
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 63 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in BuildFrame() 65 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame() 94 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in RemoveFrame() 116 CHECK_ALIGNED(adjust, kNativeStackAlignment); in IncreaseFrameSize() 124 CHECK_ALIGNED(adjust, kNativeStackAlignment); in DecreaseFrameSizeImpl()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 123 CHECK_ALIGNED(last_method_offset, kArm64Alignment); in Create2MethodsWithGap() 171 CHECK_ALIGNED(result.second, 4u); in GetMethodOffset() 266 CHECK_ALIGNED(method_offset, 4u); in GenNopsAndAdrpAndUse() 267 CHECK_ALIGNED(target_offset, 4u); in GenNopsAndAdrpAndUse() 396 CHECK_ALIGNED(b_diff, 4u); in TestNopsAdrpInsn2AndUseHasThunk() 433 CHECK_ALIGNED(adrp_offset, 4u); in TestAdrpInsn2Ldr() 483 CHECK_ALIGNED(adrp_offset, 4u); in TestAdrpInsn2Add() 604 CHECK_ALIGNED(diff_after, 4u); in TEST_F() 609 CHECK_ALIGNED(diff_before, 4u); in TEST_F()
|
D | relative_patcher_arm64.cc | 169 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in WriteThunks() 280 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in PatchPcRelativeReference()
|
/art/libartbase/base/ |
D | mem_map.cc | 927 CHECK_ALIGNED(size, kPageSize); in DumpMapsLocked() 941 CHECK_ALIGNED(gap, kPageSize); in DumpMapsLocked() 946 CHECK_ALIGNED(it->second->BaseSize(), kPageSize); in DumpMapsLocked() 1058 CHECK_ALIGNED(ptr, kPageSize); in MapInternalArtLow4GBAllocator() 1069 CHECK_ALIGNED(ptr, kPageSize); in MapInternalArtLow4GBAllocator() 1254 CHECK_ALIGNED(size, kPageSize); in AlignBy()
|
D | bit_utils.h | 216 #define CHECK_ALIGNED(value, alignment) \ macro
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 52 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in BuildFrame() 54 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame() 97 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in RemoveFrame() 136 CHECK_ALIGNED(adjust, kNativeStackAlignment); in IncreaseFrameSize() 144 CHECK_ALIGNED(adjust, kNativeStackAlignment); in DecreaseFrameSizeImpl()
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 164 CHECK_ALIGNED(aligned_data, StandardDexFile::CodeItem::kAlignment);
|
/art/compiler/ |
D | exception_test.cc | 103 CHECK_ALIGNED(code_ptr, 2); in SetUp()
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 65 CHECK_ALIGNED(adjust, kStackAlignment); in IncreaseFrameSize() 74 CHECK_ALIGNED(adjust, kStackAlignment); in DecreaseFrameSize() 718 CHECK_ALIGNED(stack_adjust, kStackAlignment); in ExceptionPoll()
|
/art/libdexfile/dex/ |
D | dex_file.cc | 133 CHECK_ALIGNED(begin_, alignof(Header)); in DexFile()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 133 CHECK_ALIGNED(frame_size, kAapcsStackAlignment); in RemoveFrame() 923 CHECK_ALIGNED(stack_adjust, kAapcsStackAlignment); in ExceptionPoll()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 70 CHECK_ALIGNED(page_release_size_threshold_, kPageSize); in RosAlloc() 1767 CHECK_ALIGNED(fpr_size, kPageSize) in Verify()
|
/art/oatdump/ |
D | oatdump.cc | 2008 CHECK_ALIGNED(method_section.Offset(), 4); in Dump() 2013 CHECK_ALIGNED(dex_cache_arrays_section.Offset(), 4); in Dump() 2027 CHECK_ALIGNED(bitmap_section.Offset(), kPageSize); in Dump()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 156 CHECK_ALIGNED(last_method_offset, kArmAlignment); in Create2MethodsWithGap()
|