Lines Matching refs:ni
83 NativeInstruction* ni = nativeInstruction_at(addr());
84 if (ni->is_call()) {
86 } else if (ni->is_jump()) {
88 } else if (ni->is_cond_jump()) {
90 } else if (ni->is_mov_literal64()) {
91 return (address) ((NativeMovConstReg*)ni)->data();
100 NativeInstruction* ni = nativeInstruction_at(addr());
101 if (ni->is_call()) {
103 } else if (ni->is_jump()) {
116 } else if (ni->is_cond_jump()) {
121 } else if (ni->is_mov_literal64()) {
122 ((NativeMovConstReg*)ni)->set_data((intptr_t)x);
195 NativeInstruction* ni = nativeInstruction_at(x);
196 *(short*)ni->addr_at(0) = instrs[0];
212 NativeInstruction* ni = nativeInstruction_at(addr());
213 intptr_t new_disp = poll_addr - (intptr_t) ni;
234 NativeInstruction* ni = nativeInstruction_at(addr());
235 intptr_t new_disp = poll_addr - (intptr_t) ni;