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

  /dalvik/vm/interp/
Jit.cpp 736 * lastPC, len, offset are all from the preceding invoke instruction
738 static void insertMoveResult(const u2 *lastPC, int len, int offset,
742 const u2 *moveResultPC = lastPC + len;
789 const u2 *lastPC = self->lastPC;
791 self->lastPC = pc;
798 if (lastPC == NULL) break;
800 dexDecodeInstruction(lastPC, &decInsn);
    [all...]
  /dalvik/vm/
Thread.h 218 const u2* lastPC; // Stage the PC for the threaded interpreter
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 142 milliseconds