Searched refs:xIP1 (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/arm64/ |
D | jni_entrypoints_arm64.S | 109 mov xIP1, #(ACCESS_FLAGS_METHOD_IS_FAST_NATIVE | ACCESS_FLAGS_METHOD_IS_CRITICAL_NATIVE) 110 tst xIP0, xIP1 169 mov xIP1, lr 175 ldp xIP0, xIP1, [x12, #FRAME_SIZE_SAVE_REFS_AND_ARGS] 177 stp xIP0, xIP1, [x12], #16 198 stp x29, xIP1, [x13, #208] // xIP1: Save return address for tail call from JNI stub. 287 ldp xIP0, xIP1, [x12, #-16]! 289 stp xIP0, xIP1, [x12, #FRAME_SIZE_SAVE_REFS_AND_ARGS]
|
D | quick_entrypoints_arm64.S | 822 ldr xIP1, [x0, #33*8] 833 br xIP1 1624 cmp x0, xIP1 1641 mov x0, xIP1 // Load interface method 1763 ldp x15, xIP1, [sp, #128] 1766 mov sp, xIP1 2276 adr xIP1, .Lmark_introspection_return_switch 2277 bfi xIP1, x0, #3, #5 // Calculate switch case address. 2279 br xIP1 2351 bfi xIP0, xIP1, #(32 + 3), #5 // Extract ref_reg*8 to high word in xIP0. [all …]
|
D | asm_support_arm64.S | 34 #define xIP1 x17 macro
|