Searched refs:ip (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 59 ldrh ip, [r1], #2 60 subs r0, r0, ip 78 ldrh ip, [r1], #2 80 subs r0, r0, ip 101 ldr ip, [r1] 110 eors r0, r0, ip 112 ldreq ip, [r1, #4]! 116 eorseq r0, r0, ip 118 ldreq ip, [r1, #4]! 122 eorseq r0, r0, ip [all …]
|
D | quick_entrypoints_arm.S | 411 mov ip, #0 @ set ip to 0 412 str ip, [sp] @ store null for method* at bottom of frame 414 ldr ip, [r11, #48] @ load fp register argument array pointer 415 vldm ip, {s0-s15} @ copy s0 - s15 417 ldr ip, [r11, #44] @ load core register argument array pointer 419 add ip, ip, #4 @ skip r0 420 ldm ip, {r1-r3} @ copy r1 - r3 426 ldr ip, [r0, #ART_METHOD_QUICK_CODE_OFFSET_32] @ get pointer to the code 427 blx ip @ call the method
|
/art/runtime/gc/ |
D | heap.cc | 3706 const uintptr_t ip = _Unwind_GetIP(context); in Callback() local 3708 if (ip != 0 && state->skip_count_ > 0) { in Callback() 3713 state->frames_[state->frame_count_] = ip; in Callback()
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 46 " 44: eb01 0c00 add.w ip, r1, r0\n", 356 " 2: f44f 5c00 mov.w ip, #8192 ; 0x2000\n", 357 " 6: 44a4 add ip, r4\n", 358 " 8: f8cc 2000 str.w r2, [ip]\n", 359 " c: f8cc 000c str.w r0, [ip, #12]\n", 360 " 10: f8ac 000c strh.w r0, [ip, #12]\n", 361 " 14: f88c 200c strb.w r2, [ip, #12]\n",
|