HomeSort by relevance Sort by last modified time
    Searched refs:lastPC (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/interp/
Jit.c 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
    [all...]
InterpDefs.h 180 const u2* lastPC; // Stage the PC first for the threaded interpreter

Completed in 28 milliseconds