Searched defs:lastPC (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/interp/
H A DInterpDefs.h180 const u2* lastPC; // Stage the PC first for the threaded interpreter member in struct:InterpState
H A DJit.c664 * lastPC, len, offset are all from the preceding invoke instruction
666 static void insertMoveResult(const u2 *lastPC, int len, int offset, argument
670 const u2 *moveResultPC = lastPC + len;
726 const u2 *lastPC = interpState->lastPC; local
727 interpState->lastPC = pc;
734 if (lastPC == NULL) break;
736 dexDecodeInstruction(gDvm.instrFormat, lastPC, &decInsn);
755 len = dexGetInstrOrTableWidthAbs(gDvm.instrWidth, lastPC);
756 offset = lastPC
[all...]

Completed in 5 milliseconds