/art/runtime/gc/accounting/ |
D | card_table.cc | 104 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(start), kCardSize); in ClearCardRange() 105 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(end), kCardSize); in ClearCardRange()
|
D | bitmap.cc | 86 CHECK_ALIGNED(cover_begin, kAlignment); in Create() 87 CHECK_ALIGNED(cover_end, kAlignment); in Create()
|
D | bitmap.h | 137 CHECK_ALIGNED(bytes, kAlignment); in SetBitmapSize()
|
D | mod_union_table.cc | 496 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(space->Limit()), CardTable::kCardSize); in ModUnionTableCardCache()
|
/art/dex2oat/linker/riscv64/ |
D | relative_patcher_riscv64_test.cc | 66 CHECK_ALIGNED(result.second, 4u); in GetMethodOffset() 80 CHECK_ALIGNED(method_offset, 4u); in GenNopsAndAuipcAndUse() 84 CHECK_ALIGNED(target_offset, 4u); in GenNopsAndAuipcAndUse()
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 56 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in BuildFrame() 58 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame() 87 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in RemoveFrame() 109 CHECK_ALIGNED(adjust, kNativeStackAlignment); in IncreaseFrameSize() 117 CHECK_ALIGNED(adjust, kNativeStackAlignment); in DecreaseFrameSizeImpl()
|
/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 | image_space.cc | 108 CHECK_ALIGNED(min_delta, kElfSegmentAlignment); in ChooseRelocationOffsetDelta() 109 CHECK_ALIGNED(max_delta, kElfSegmentAlignment); in ChooseRelocationOffsetDelta() 120 CHECK_ALIGNED(r, kElfSegmentAlignment); in ChooseRelocationOffsetDelta() 193 CHECK_ALIGNED(current, kObjectAlignment); in VerifyImageAllocations()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 123 CHECK_ALIGNED(last_method_offset, kArm64CodeAlignment); in Create2MethodsWithGap() 171 CHECK_ALIGNED(result.second, 4u); in GetMethodOffset() 272 CHECK_ALIGNED(method_offset, 4u); in GenNopsAndAdrpAndUse() 273 CHECK_ALIGNED(target_offset, 4u); in GenNopsAndAdrpAndUse() 402 CHECK_ALIGNED(b_diff, 4u); in TestNopsAdrpInsn2AndUseHasThunk() 439 CHECK_ALIGNED(adrp_offset, 4u); in TestAdrpInsn2Ldr() 489 CHECK_ALIGNED(adrp_offset, 4u); in TestAdrpInsn2Add() 618 CHECK_ALIGNED(diff_after, 4u); in TEST_F() 623 CHECK_ALIGNED(diff_before, 4u); in TEST_F()
|
D | relative_patcher_arm64.cc | 173 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in WriteThunks() 290 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in PatchPcRelativeReference()
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 54 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in BuildFrame() 56 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame() 99 CHECK_ALIGNED(frame_size, kNativeStackAlignment); in RemoveFrame() 138 CHECK_ALIGNED(adjust, kNativeStackAlignment); in IncreaseFrameSize() 146 CHECK_ALIGNED(adjust, kNativeStackAlignment); in DecreaseFrameSizeImpl()
|
/art/compiler/ |
D | exception_test.cc | 120 CHECK_ALIGNED(code_ptr, 2); in SetUp()
|
/art/compiler/utils/riscv64/ |
D | jni_macro_assembler_riscv64.cc | 136 CHECK_ALIGNED(adjust, kStackAlignment); in IncreaseFrameSize() 145 CHECK_ALIGNED(adjust, kStackAlignment); in DecreaseFrameSize()
|
/art/runtime/oat/ |
D | image.cc | 119 CHECK_ALIGNED(delta, kElfSegmentAlignment) << "relocation delta must be Elf segment aligned"; in RelocateBootImageReferences()
|
/art/libartbase/base/ |
D | bit_utils.h | 225 #define CHECK_ALIGNED(value, alignment) \ macro
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 78 CHECK_ALIGNED(adjust, kStackAlignment); in IncreaseFrameSize() 87 CHECK_ALIGNED(adjust, kStackAlignment); in DecreaseFrameSize()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 3354 CHECK_ALIGNED(byte_size, kObjectAlignment); in FillWithFakeObject() 3395 CHECK_ALIGNED(alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock() 3415 CHECK_ALIGNED(it->first - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock() 3425 CHECK_ALIGNED(byte_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock() 3434 CHECK_ALIGNED(byte_size - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
|
/art/libdexfile/dex/ |
D | dex_file.cc | 182 CHECK_ALIGNED(begin_, alignof(Header)); in DexFile()
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 271 CHECK_ALIGNED(aligned_data, StandardDexFile::CodeItem::kAlignment);
|
D | intrinsics_arm_vixl.cc | 680 CHECK_ALIGNED(value_offset, 8); in GenerateStringCompareToLoop()
|
/art/oatdump/ |
D | oatdump.cc | 1962 CHECK_ALIGNED(image_header_.GetFieldsSection().Offset(), 4); in Dump() 1964 CHECK_ALIGNED(image_header_.GetInternedStringsSection().Offset(), 8); in Dump() 1965 CHECK_ALIGNED(image_header_.GetImageBitmapSection().Offset(), kElfSegmentAlignment); in Dump()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 145 CHECK_ALIGNED(frame_size, kAapcsStackAlignment); in RemoveFrame()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 156 CHECK_ALIGNED(last_method_offset, kArmCodeAlignment); in Create2MethodsWithGap()
|
/art/runtime/gc/ |
D | heap.cc | 1859 CHECK_ALIGNED(obj.Ptr(), kObjectAlignment) << "Object isn't aligned"; in VerifyObjectBody() 1862 CHECK_ALIGNED(c, kObjectAlignment) << "Class " << c << " not aligned in object " << obj; in VerifyObjectBody()
|