Lines Matching full:insns
99 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
1853 // invokeInstr, (int) (pc - curMethod->insns));
1886 dvmLineNumFromPC(curMethod, pc - curMethod->insns));
1922 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
1954 dvmLineNumFromPC(curMethod, pc - curMethod->insns));
1966 dvmLineNumFromPC(curMethod, pc - curMethod->insns),
1981 pc = curMethod->insns + catchRelPc;
2167 pc = methodToCall->insns;
2232 // invokeInstr, (int) (pc - curMethod->insns));