#include <dxcut/dalvik.h>Go to the source code of this file.
Functions | |
| int | dxc_perform_inline (DexInstruction *insn) |
| convert the invoke instruction to an inline instruction if possible. Returns true if the instruction was inlined. | |
| void | dxc_remove_inline (DexInstruction *insn) |
| Convert an inlined function call to a normal invoke function call. | |
1.6.3