Home
last modified time | relevance | path

Searched refs:CHECK_ALIGNED (Results 1 – 25 of 31) sorted by relevance

12

/art/runtime/gc/accounting/
Dcard_table.cc109 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(start), kCardSize); in ClearCardRange()
110 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(end), kCardSize); in ClearCardRange()
Dbitmap.cc85 CHECK_ALIGNED(cover_begin, kAlignment); in Create()
86 CHECK_ALIGNED(cover_end, kAlignment); in Create()
Dmod_union_table.cc488 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(space->Limit()), CardTable::kCardSize); in ModUnionTableCardCache()
/art/runtime/gc/collector/
Dsemi_space-inl.h66 CHECK_ALIGNED(ref, kPageSize); in MarkObject()
Dconcurrent_copying.cc3217 CHECK_ALIGNED(byte_size, kObjectAlignment); in FillWithDummyObject()
3258 CHECK_ALIGNED(alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
3278 CHECK_ALIGNED(it->first - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
3288 CHECK_ALIGNED(byte_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
3297 CHECK_ALIGNED(byte_size - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
/art/runtime/gc/space/
Dmalloc_space.cc64 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()
Dregion_space.cc53 CHECK_ALIGNED(capacity, kRegionSize); in CreateMemMap()
91 CHECK_ALIGNED(mem_map.Begin(), kRegionSize); in CreateMemMap()
92 CHECK_ALIGNED(mem_map.End(), kRegionSize); in CreateMemMap()
120 CHECK_ALIGNED(mem_map_.Size(), kRegionSize); in RegionSpace()
121 CHECK_ALIGNED(mem_map_.Begin(), kRegionSize); in RegionSpace()
Dimage_space.cc87 CHECK_ALIGNED(min_delta, kPageSize); in ChooseRelocationOffsetDelta()
88 CHECK_ALIGNED(max_delta, kPageSize); in ChooseRelocationOffsetDelta()
99 CHECK_ALIGNED(r, kPageSize); in ChooseRelocationOffsetDelta()
348 CHECK_ALIGNED(current, kObjectAlignment); in VerifyImageAllocations()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc123 CHECK_ALIGNED(last_method_offset, kArm64Alignment); in Create2MethodsWithGap()
171 CHECK_ALIGNED(result.second, 4u); in GetMethodOffset()
265 CHECK_ALIGNED(method_offset, 4u); in GenNopsAndAdrpAndUse()
266 CHECK_ALIGNED(target_offset, 4u); in GenNopsAndAdrpAndUse()
395 CHECK_ALIGNED(b_diff, 4u); in TestNopsAdrpInsn2AndUseHasThunk()
432 CHECK_ALIGNED(adrp_offset, 4u); in TestAdrpInsn2Ldr()
482 CHECK_ALIGNED(adrp_offset, 4u); in TestAdrpInsn2Add()
603 CHECK_ALIGNED(diff_after, 4u); in TEST_F()
608 CHECK_ALIGNED(diff_before, 4u); in TEST_F()
Drelative_patcher_arm64.cc168 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in WriteThunks()
288 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in PatchPcRelativeReference()
/art/libartbase/base/
Dmem_map.cc909 CHECK_ALIGNED(size, kPageSize); in DumpMapsLocked()
923 CHECK_ALIGNED(gap, kPageSize); in DumpMapsLocked()
928 CHECK_ALIGNED(it->second->BaseSize(), kPageSize); in DumpMapsLocked()
1040 CHECK_ALIGNED(ptr, kPageSize); in MapInternalArtLow4GBAllocator()
1051 CHECK_ALIGNED(ptr, kPageSize); in MapInternalArtLow4GBAllocator()
1236 CHECK_ALIGNED(size, kPageSize); in AlignBy()
Dhistogram-inl.h73 CHECK_ALIGNED(frequency_.size(), 2); in GrowBuckets()
Dbit_utils.h216 #define CHECK_ALIGNED(value, alignment) \ macro
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc50 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame()
89 CHECK_ALIGNED(frame_size, kStackAlignment); in RemoveFrame()
108 CHECK_ALIGNED(adjust, kStackAlignment); in IncreaseFrameSize()
114 CHECK_ALIGNED(adjust, kStackAlignment); in DecreaseFrameSizeImpl()
/art/runtime/
Dimage.cc76 CHECK_ALIGNED(delta, kPageSize) << " patch delta must be page aligned"; in RelocateImage()
Dthread_pool.cc56 CHECK_ALIGNED(stack_.Begin(), kPageSize); in ThreadPoolWorker()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc44 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame()
104 CHECK_ALIGNED(frame_size, kStackAlignment); in RemoveFrame()
139 CHECK_ALIGNED(adjust, kStackAlignment); in IncreaseFrameSize()
145 CHECK_ALIGNED(adjust, kStackAlignment); in DecreaseFrameSizeImpl()
/art/compiler/utils/mips64/
Dassembler_mips64.h1102 CHECK_ALIGNED(offset, kMips64WordSize);
1146 CHECK_ALIGNED(offset, kMips64WordSize);
1150 CHECK_ALIGNED(offset, kMips64WordSize);
1155 CHECK_ALIGNED(offset, kMips64WordSize);
1188 CHECK_ALIGNED(offset, kMips64WordSize);
1194 CHECK_ALIGNED(offset, kMips64WordSize);
1239 CHECK_ALIGNED(offset, kMips64WordSize);
1244 CHECK_ALIGNED(offset, kMips64WordSize);
1277 CHECK_ALIGNED(offset, kMips64WordSize);
1283 CHECK_ALIGNED(offset, kMips64WordSize);
Dassembler_mips64.cc2067 CHECK_ALIGNED(offset, kMips64HalfwordSize); in LdH()
2074 CHECK_ALIGNED(offset, kMips64WordSize); in LdW()
2081 CHECK_ALIGNED(offset, kMips64DoublewordSize); in LdD()
2094 CHECK_ALIGNED(offset, kMips64HalfwordSize); in StH()
2101 CHECK_ALIGNED(offset, kMips64WordSize); in StW()
2108 CHECK_ALIGNED(offset, kMips64DoublewordSize); in StD()
3614 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame()
3657 CHECK_ALIGNED(frame_size, kStackAlignment); in RemoveFrame()
3685 CHECK_ALIGNED(adjust, kFramePointerSize); in IncreaseFrameSize()
3692 CHECK_ALIGNED(adjust, kFramePointerSize); in DecreaseFrameSize()
/art/compiler/
Dexception_test.cc103 CHECK_ALIGNED(code_ptr, 2); in SetUp()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc85 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame()
144 CHECK_ALIGNED(frame_size, kStackAlignment); in RemoveFrame()
613 CHECK_ALIGNED(stack_adjust, kStackAlignment); in ExceptionPoll()
/art/compiler/optimizing/
Doptimizing_unit_test.h157 CHECK_ALIGNED(aligned_data, StandardDexFile::CodeItem::kAlignment);
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc60 CHECK_ALIGNED(adjust, kStackAlignment); in IncreaseFrameSize()
67 CHECK_ALIGNED(adjust, kStackAlignment); in DecreaseFrameSize()
623 CHECK_ALIGNED(stack_adjust, kStackAlignment); in ExceptionPoll()
/art/libdexfile/dex/
Ddex_file.cc132 CHECK_ALIGNED(begin_, alignof(Header)); in DexFile()
/art/compiler/utils/mips/
Dassembler_mips.cc2535 CHECK_ALIGNED(offset, kMipsHalfwordSize); in LdH()
2543 CHECK_ALIGNED(offset, kMipsWordSize); in LdW()
2551 CHECK_ALIGNED(offset, kMipsDoublewordSize); in LdD()
2565 CHECK_ALIGNED(offset, kMipsHalfwordSize); in StH()
2573 CHECK_ALIGNED(offset, kMipsWordSize); in StW()
2581 CHECK_ALIGNED(offset, kMipsDoublewordSize); in StD()
4782 CHECK_ALIGNED(frame_size, kStackAlignment); in BuildFrame()
4824 CHECK_ALIGNED(frame_size, kStackAlignment); in RemoveFrame()
4862 CHECK_ALIGNED(adjust, kFramePointerSize); in IncreaseFrameSize()
4871 CHECK_ALIGNED(adjust, kFramePointerSize); in DecreaseFrameSize()

12