Public Attributes | |
const char * | name |
The string name of this opcode. | |
const char * | format_id |
int | size |
The number of code units (dx_ushorts) in this instruction. | |
DexOpSpecialType | specialType |
The type of special information carried by this instruction. | |
int | specialPos |
int | specialSize |
int | flags |
The sum of some of the DexInstrFlag values. |
const char* DexOpFormat::format_id |
The format id of this opcode. See http://www.netmite.com/android/mydroid/dalvik/docs/dalvik-bytecode.html for more information.
The position in nibbles from the first short. Currently the dalvik byte code has all special arguments starting in the second short.
Number of nibbles in the value. Currently the dalvik byte code has this at 4 or 8 nibbles (1 or 2 shorts).