HomeSort by relevance Sort by last modified time
    Searched full:opcode_names (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/qtools/
opcode.cpp 107 const char *opcode_names[] = { variable
armdis.cpp 154 const char *opname = opcode_names[opcode];
242 const char *opname = opcode_names[opcode];
283 const char *opname = opcode_names[opcode];
488 const char *opname = opcode_names[opcode];
503 const char *opname = opcode_names[opcode];
518 const char *opname = opcode_names[opcode];
532 const char *opname = opcode_names[opcode];
625 const char *opname = opcode_names[opcode];
opcode.h 111 extern const char *opcode_names[];
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 350 private static final String[] OPCODE_NAMES = new String[256];
557 // Set up OPCODE_INFO and OPCODE_NAMES.
611 OPCODE_NAMES[idx] = s.substring(i, endAt);
630 String result = OPCODE_NAMES[opcode];
634 OPCODE_NAMES[opcode] = result;

Completed in 68 milliseconds