Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc74 CHECK_ALIGNED_PARAM(native_pc_offset, GetInstructionSetInstructionAlignment(kRuntimeISA)); in SetUp()
/art/libartbase/base/
Dbit_utils.h222 #define CHECK_ALIGNED_PARAM(value, alignment) \ macro
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc86 CHECK_ALIGNED_PARAM(frame_size, kAapcsStackAlignment); in BuildFrame()
88 CHECK_ALIGNED_PARAM(frame_size, kStackAlignment); in BuildFrame()
/art/runtime/
Doat_file.cc2202 CHECK_ALIGNED_PARAM(entry.bss_offset, slot_size); in DCheckIndexToBssMapping()
/art/dex2oat/linker/
Doat_writer.cc2505 CHECK_ALIGNED_PARAM(current_offset, CompactOffsetTable::kAlignment); in VisitDexMethods()