Home | History | Annotate | Download | only in interp

Lines Matching refs:lastPC

664  * lastPC, len, offset are all from the preceding invoke instruction
666 static void insertMoveResult(const u2 *lastPC, int len, int offset,
670 const u2 *moveResultPC = lastPC + len;
726 const u2 *lastPC = interpState->lastPC;
727 interpState->lastPC = pc;
734 if (lastPC == NULL) break;
736 dexDecodeInstruction(gDvm.instrFormat, lastPC, &decInsn);
755 len = dexGetInstrOrTableWidthAbs(gDvm.instrWidth, lastPC);
756 offset = lastPC - interpState->method->insns;
759 if (lastPC != interpState->currRunHead + interpState->currRunLen) {
764 interpState->currRunHead = (u2*)lastPC;
809 insertMoveResult(lastPC, len, offset, interpState);
813 if ((decInsn.opCode == OP_THROW) || (lastPC == pc)){
1197 interpState->lastPC = 0;