Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc75 CHECK_ALIGNED_PARAM(native_pc_offset, GetInstructionSetInstructionAlignment(kRuntimeISA)); in SetUp()
Dcommon_compiler_test.cc86 CHECK_ALIGNED_PARAM(code_addr, code_alignment); in CodeAndMetadata()
/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.cc2333 CHECK_ALIGNED_PARAM(entry.bss_offset, slot_size); in DCheckIndexToBssMapping()
/art/oatdump/
Doatdump.cc1870 CHECK_ALIGNED_PARAM(image_header_.GetMethodsSection().Offset(), pointer_size); in Dump()