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

  /dalvik/vm/interp/
Jit.cpp 734 * lastPC, len, offset are all from the preceding invoke instruction
736 static void insertMoveResult(const u2 *lastPC, int len, int offset,
740 const u2 *moveResultPC = lastPC + len;
787 const u2 *lastPC = self->lastPC;
789 self->lastPC = pc;
796 if (lastPC == NULL) break;
798 dexDecodeInstruction(lastPC, &decInsn);
814 dexGetOpcodeName(decInsn.opcode), (int)lastPC, (int)pc);
817 len = dexGetWidthFromInstruction(lastPC);
    [all...]
  /dalvik/vm/
Thread.h 218 const u2* lastPC; // Stage the PC for the threaded interpreter

Completed in 101 milliseconds