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

  /dalvik/vm/interp/
Interp.h 34 #define GET_OPCODE(_inst) (_inst & 0xff)
Interp.cpp 219 return ((GET_OPCODE(curVal)) == OP_NOP && (curVal >> 8) != 0);
756 if (GET_OPCODE(*pc) == OP_BREAKPOINT) {
848 u2 opcode = GET_OPCODE(*pc);
    [all...]

Completed in 70 milliseconds