Home
last modified time | relevance | path

Searched refs:CHECK_ALIGNED_PARAM (Results 1 – 12 of 12) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space-inl.h66 CHECK_ALIGNED_PARAM(ref, space::LargeObjectSpace::ObjectAlignment()); in MarkObject()
/art/libartbase/base/
Dmem_map.cc949 CHECK_ALIGNED_PARAM(size, GetPageSize()); in DumpMapsLocked()
963 CHECK_ALIGNED_PARAM(gap, GetPageSize()); in DumpMapsLocked()
968 CHECK_ALIGNED_PARAM(it->second->BaseSize(), GetPageSize()); in DumpMapsLocked()
1096 CHECK_ALIGNED_PARAM(ptr, GetPageSize()); in MapInternalArtLow4GBAllocator()
1107 CHECK_ALIGNED_PARAM(ptr, GetPageSize()); in MapInternalArtLow4GBAllocator()
1351 CHECK_ALIGNED_PARAM(alignment, GetPageSize()); in AlignBy()
Dbit_utils.h231 #define CHECK_ALIGNED_PARAM(value, alignment) \ macro
/art/compiler/
Dexception_test.cc79 CHECK_ALIGNED_PARAM(native_pc_offset, GetInstructionSetInstructionAlignment(kRuntimeISA)); in SetUp()
Dcommon_compiler_test.cc85 CHECK_ALIGNED_PARAM(code_addr, code_alignment); in CodeAndMetadata()
/art/runtime/
Dthread_pool.cc66 CHECK_ALIGNED_PARAM(stack_.Begin(), gPageSize); in ThreadPoolWorker()
/art/runtime/gc/space/
Dlarge_object_space.cc368 CHECK_ALIGNED_PARAM(size, ObjectAlignment()); in Create()
390 CHECK_ALIGNED_PARAM(space_capacity, ObjectAlignment()); in FreeListSpace()
/art/runtime/oat/
Dimage.cc109 CHECK_ALIGNED_PARAM(delta, gPageSize) << "relocation delta must be page aligned"; in RelocateImageReferences()
Doat_file.cc2486 CHECK_ALIGNED_PARAM(entry.bss_offset, slot_size); in DCheckIndexToBssMapping()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc88 CHECK_ALIGNED_PARAM(frame_size, kAapcsStackAlignment); in BuildFrame()
90 CHECK_ALIGNED_PARAM(frame_size, kStackAlignment); in BuildFrame()
/art/runtime/gc/allocator/
Drosalloc.cc70 CHECK_ALIGNED_PARAM(page_release_size_threshold_, gPageSize); in RosAlloc()
1765 CHECK_ALIGNED_PARAM(fpr_size, gPageSize) in Verify()
/art/oatdump/
Doatdump.cc1963 CHECK_ALIGNED_PARAM(image_header_.GetMethodsSection().Offset(), pointer_size); in Dump()