Searched refs:GET_OPCODE (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/interp/
H A DInterp.h34 #define GET_OPCODE(_inst) (_inst & 0xff) macro
H A DInterp.cpp219 return ((GET_OPCODE(curVal)) == OP_NOP && (curVal >> 8) != 0);
756 if (GET_OPCODE(*pc) == OP_BREAKPOINT) {
848 u2 opcode = GET_OPCODE(*pc);
1770 gDvm.executedInstrCounts[GET_OPCODE(*pc)]++;

Completed in 57 milliseconds