Searched defs:ip (Results 1 - 3 of 3) sorted by relevance

/art/runtime/interpreter/mterp/arm64/
H A Dheader.S78 x16 ip scratch reg
105 #define ip x16 define
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm64.S85 x16 ip scratch reg
112 #define ip x16 define
363 GET_INST_OPCODE ip // extract opcode from wINST
364 GOTO_OPCODE ip // jump to next instruction
378 GET_INST_OPCODE ip // ip<- opcode from rINST
379 GOTO_OPCODE ip // execute it
391 GET_INST_OPCODE ip // ip<- opcode from wINST
397 GOTO_OPCODE ip // execut
[all...]
/art/runtime/gc/
H A Dheap.cc4048 const uintptr_t ip = _Unwind_GetIP(context); local
4050 if (ip != 0 && state->skip_count_ > 0) {
4054 // ip may be off for ARM but it shouldn't matter since we only use it for hashing.
4055 state->frames_[state->frame_count_] = ip;

Completed in 202 milliseconds