Searched refs:POINTER_SIZE_SHIFT (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | asm_support.h | 31 #define POINTER_SIZE_SHIFT 3 macro 34 #define POINTER_SIZE_SHIFT 2 macro 37 ADD_TEST_EQ(static_cast<size_t>(1U << POINTER_SIZE_SHIFT),
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1202 add r12, r9, r3, lsr #(ROSALLOC_BRACKET_QUANTUM_SIZE_SHIFT - POINTER_SIZE_SHIFT) 1613 add r4, r4, r1, lsl #(POINTER_SIZE_SHIFT + 1) // Load DexCache method slot address.
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1724 add x4, xSELF, x3, lsr #(ROSALLOC_BRACKET_QUANTUM_SIZE_SHIFT - POINTER_SIZE_SHIFT) 2072 add xIP0, xIP0, x15, lsl #(POINTER_SIZE_SHIFT + 1) // Load DexCache method slot address.
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1699 dsrl $t1, $t1, (ROSALLOC_BRACKET_QUANTUM_SIZE_SHIFT - POINTER_SIZE_SHIFT) 2041 dlsa $a0, $t0, $t1, POINTER_SIZE_SHIFT + 1 # $a0 = DexCache method slot address.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1774 srl $t1, $t1, (ROSALLOC_BRACKET_QUANTUM_SIZE_SHIFT - POINTER_SIZE_SHIFT) 2140 srl $t7, $t7, 32 - METHOD_DEX_CACHE_HASH_BITS - (POINTER_SIZE_SHIFT + 1)
|