Public Attributes | |
dx_ushort | registers_size |
The number of registers used by this code. | |
dx_ushort | ins_size |
The number of words of incoming arguments to this method. | |
dx_ushort | outs_size |
The number of words of outgoing argument space for this method. | |
DexDebugInfo * | debug_information |
DexTryBlock * | tries |
dx_uint | insns_count |
The number of instructions for this code piece. | |
DexInstruction * | insns |
The instructions for this code piece. |
Pointer to the debug information for this method or NULL if there is no information available.
A sentinel terminated list of try bytecode ranges and the catch handlers that contain them.