#include <dxcut/access_flags.h>
#include <dxcut/code.h>
#include <dxcut/annotation.h>
Go to the source code of this file.
Classes | |
struct | DexMethod |
Functions | |
void | dxc_free_method (DexMethod *method) |
Frees all data associated with this method. Does not attempt to free the passed pointer. | |
int | dxc_is_sentinel_method (DexMethod *method) |
Returns true if this method marks the end of a method list. | |
void | dxc_make_sentinel_method (DexMethod *method) |
Marks this method as the end of a list. |