Searched refs:POINTER_SIZE_SHIFT (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | asm_support.h | 59 #define POINTER_SIZE_SHIFT 3 in CheckAsmSupportOffsetsAndSizes() macro 61 #define POINTER_SIZE_SHIFT 2 in CheckAsmSupportOffsetsAndSizes() 63 ADD_TEST_EQ(static_cast<size_t>(1U << POINTER_SIZE_SHIFT), in CheckAsmSupportOffsetsAndSizes()
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1605 add x4, xSELF, x3, lsl #POINTER_SIZE_SHIFT 1830 ldr xIP0, [xIP0, xIP1, lsl #POINTER_SIZE_SHIFT] // Load interface method
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1573 dsll $t2, $t1, POINTER_SIZE_SHIFT 1696 dsll $t0, $t0, POINTER_SIZE_SHIFT # Calculate offset.
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1044 add r12, r9, r3, lsl #POINTER_SIZE_SHIFT 1276 ldr r12, [r4, r12, lsl #POINTER_SIZE_SHIFT] // Load interface method
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1677 sll $t0, $t0, POINTER_SIZE_SHIFT # Calculate offset.
|