35 #define PATCHER_getfield (functionptr) patcher_getfield
38 #define PATCHER_putfield (functionptr) patcher_putfield
41 #define PATCHER_putfieldconst (functionptr) patcher_putfieldconst
44 #define PATCHER_aconst (functionptr) patcher_aconst
47 #define PATCHER_builtin_multianewarray (functionptr) patcher_builtin_multianewarray
50 #define PATCHER_builtin_arraycheckcast (functionptr) patcher_builtin_arraycheckcast
53 #define PATCHER_checkcast_instanceof_flags (functionptr) patcher_checkcast_instanceof_flags
56 #define PATCHER_checkcast_class (functionptr) patcher_checkcast_class
59 #define PATCHER_instanceof_class (functionptr) patcher_instanceof_class
61 #endif // _PATCHER_HPP
bool patcher_instanceof_class(patchref_t *pr)
bool patcher_putfield(patchref_t *pr)
bool patcher_aconst(patchref_t *pr)
bool patcher_putfieldconst(patchref_t *pr)
bool patcher_checkcast_instanceof_flags(patchref_t *pr)
bool patcher_builtin_arraycheckcast(patchref_t *pr)
bool patcher_builtin_multianewarray(patchref_t *pr)
bool patcher_getfield(patchref_t *pr)
bool patcher_checkcast_class(patchref_t *pr)