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); \
1777 // invokeInstr, (int) (pc - curMethod->insns));
1810 dvmLineNumFromPC(curMethod, pc - curMethod->insns));
1846 catchRelPc = dvmFindCatchBlock(self, pc - curMethod->insns,
1878 dvmLineNumFromPC(curMethod, pc - curMethod->insns));
1890 dvmLineNumFromPC(curMethod, pc - curMethod->insns),
1905 pc = curMethod->insns + catchRelPc;
2091 pc = methodToCall->insns;
2156 // invokeInstr, (int) (pc - curMethod->insns));