Home
last modified time | relevance | path

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

/dalvik/vm/interp/
DJit.cpp738 static void insertMoveResult(const u2 *lastPC, int len, int offset, in insertMoveResult() argument
742 const u2 *moveResultPC = lastPC + len; in insertMoveResult()
789 const u2 *lastPC = self->lastPC; in dvmCheckJit() local
791 self->lastPC = pc; in dvmCheckJit()
798 if (lastPC == NULL) break; in dvmCheckJit()
800 dexDecodeInstruction(lastPC, &decInsn); in dvmCheckJit()
824 dexGetOpcodeName(decInsn.opcode), (int)lastPC, (int)pc); in dvmCheckJit()
827 len = dexGetWidthFromInstruction(lastPC); in dvmCheckJit()
828 offset = lastPC - self->traceMethod->insns; in dvmCheckJit()
831 if (lastPC != self->currRunHead + self->currRunLen) { in dvmCheckJit()
[all …]
/dalvik/vm/
DThread.h218 const u2* lastPC; // Stage the PC for the threaded interpreter member