Home
last modified time | relevance | path

Searched refs:lastPC (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/interp/
DJit.cpp736 static void insertMoveResult(const u2 *lastPC, int len, int offset, in insertMoveResult() argument
740 const u2 *moveResultPC = lastPC + len; in insertMoveResult()
787 const u2 *lastPC = self->lastPC; in dvmCheckJit() local
789 self->lastPC = pc; in dvmCheckJit()
796 if (lastPC == NULL) break; in dvmCheckJit()
798 dexDecodeInstruction(lastPC, &decInsn); in dvmCheckJit()
814 dexGetOpcodeName(decInsn.opcode), (int)lastPC, (int)pc); in dvmCheckJit()
817 len = dexGetWidthFromInstruction(lastPC); in dvmCheckJit()
818 offset = lastPC - self->traceMethod->insns; in dvmCheckJit()
821 if (lastPC != self->currRunHead + self->currRunLen) { in dvmCheckJit()
[all …]
/dalvik/vm/
DThread.h218 const u2* lastPC; // Stage the PC for the threaded interpreter member