Home
last modified time | relevance | path

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

12

/art/runtime/gc/accounting/
Dcard_table.cc104 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(start), kCardSize); in ClearCardRange()
105 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(end), kCardSize); in ClearCardRange()
Dbitmap.cc86 CHECK_ALIGNED(cover_begin, kAlignment); in Create()
87 CHECK_ALIGNED(cover_end, kAlignment); in Create()
Dmod_union_table.cc496 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.cc3360 CHECK_ALIGNED(byte_size, kObjectAlignment); in FillWithFakeObject()
3401 CHECK_ALIGNED(alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
3421 CHECK_ALIGNED(it->first - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
3431 CHECK_ALIGNED(byte_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
3440 CHECK_ALIGNED(byte_size - alloc_size, space::RegionSpace::kAlignment); in AllocateInSkippedBlock()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc56 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/
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()
121 CHECK_ALIGNED(mem_map_.Size(), kRegionSize); in RegionSpace()
122 CHECK_ALIGNED(mem_map_.Begin(), kRegionSize); in RegionSpace()
Dlarge_object_space.cc380 CHECK_ALIGNED(space_capacity, kAlignment); in FreeListSpace()
Dimage_space.cc111 CHECK_ALIGNED(min_delta, kPageSize); in ChooseRelocationOffsetDelta()
112 CHECK_ALIGNED(max_delta, kPageSize); in ChooseRelocationOffsetDelta()
123 CHECK_ALIGNED(r, kPageSize); in ChooseRelocationOffsetDelta()
196 CHECK_ALIGNED(current, kObjectAlignment); in VerifyImageAllocations()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc123 CHECK_ALIGNED(last_method_offset, kArm64CodeAlignment); 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()
Drelative_patcher_arm64.cc171 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in WriteThunks()
287 CHECK_ALIGNED(current_method_thunks_.size(), kAdrpThunkSize); in PatchPcRelativeReference()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc54 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/libartbase/base/
Dmem_map.cc950 CHECK_ALIGNED(size, kPageSize); in DumpMapsLocked()
964 CHECK_ALIGNED(gap, kPageSize); in DumpMapsLocked()
969 CHECK_ALIGNED(it->second->BaseSize(), kPageSize); in DumpMapsLocked()
1083 CHECK_ALIGNED(ptr, kPageSize); in MapInternalArtLow4GBAllocator()
1094 CHECK_ALIGNED(ptr, kPageSize); in MapInternalArtLow4GBAllocator()
1279 CHECK_ALIGNED(alignment, kPageSize); in AlignBy()
Dbit_utils.h216 #define CHECK_ALIGNED(value, alignment) \ macro
/art/runtime/
Dimage.cc88 CHECK_ALIGNED(delta, kPageSize) << "relocation delta must be page aligned"; in RelocateImageReferences()
98 CHECK_ALIGNED(delta, kPageSize) << "relocation delta must be page aligned"; in RelocateBootImageReferences()
Dthread_pool.cc65 CHECK_ALIGNED(stack_.Begin(), kPageSize); in ThreadPoolWorker()
/art/compiler/
Dexception_test.cc112 CHECK_ALIGNED(code_ptr, 2); in SetUp()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc76 CHECK_ALIGNED(adjust, kStackAlignment); in IncreaseFrameSize()
85 CHECK_ALIGNED(adjust, kStackAlignment); in DecreaseFrameSize()
/art/libdexfile/dex/
Ddex_file.cc125 CHECK_ALIGNED(begin_, alignof(Header)); in DexFile()
/art/compiler/optimizing/
Doptimizing_unit_test.h274 CHECK_ALIGNED(aligned_data, StandardDexFile::CodeItem::kAlignment);
/art/oatdump/
Doatdump.cc1931 CHECK_ALIGNED(image_header_.GetFieldsSection().Offset(), 4); in Dump()
1933 CHECK_ALIGNED(image_header_.GetInternedStringsSection().Offset(), 8); in Dump()
1934 CHECK_ALIGNED(image_header_.GetImageBitmapSection().Offset(), kPageSize); in Dump()
/art/runtime/gc/allocator/
Drosalloc.cc70 CHECK_ALIGNED(page_release_size_threshold_, kPageSize); in RosAlloc()
1767 CHECK_ALIGNED(fpr_size, kPageSize) in Verify()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc143 CHECK_ALIGNED(frame_size, kAapcsStackAlignment); in RemoveFrame()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc156 CHECK_ALIGNED(last_method_offset, kArmCodeAlignment); in Create2MethodsWithGap()

12