Home
last modified time | relevance | path

Searched refs:CHECK_ALIGNED (Results 1 – 25 of 26) 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()
/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()
Dlarge_object_space.cc375 CHECK_ALIGNED(space_capacity, kAlignment); in FreeListSpace()
/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/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/
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/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/
Dexception_test.cc103 CHECK_ALIGNED(code_ptr, 2); in SetUp()
/art/compiler/optimizing/
Doptimizing_unit_test.h157 CHECK_ALIGNED(aligned_data, StandardDexFile::CodeItem::kAlignment);
/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/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/oatdump/
Doatdump.cc2007 CHECK_ALIGNED(method_section.Offset(), 4); in Dump()
2012 CHECK_ALIGNED(dex_cache_arrays_section.Offset(), 4); in Dump()
2026 CHECK_ALIGNED(bitmap_section.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/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc156 CHECK_ALIGNED(last_method_offset, kArmAlignment); in Create2MethodsWithGap()
/art/runtime/gc/
Dheap.cc1643 CHECK_ALIGNED(obj.Ptr(), kObjectAlignment) << "Object isn't aligned"; in VerifyObjectBody()
1646 CHECK_ALIGNED(c, kObjectAlignment) << "Class " << c << " not aligned in object " << obj; in VerifyObjectBody()

12