CACAO
|
Go to the source code of this file.
Functions | |
static void | trace_java_call_print_argument (Buffer<> &logtext, methodinfo *m, typedesc *paramtype, imm_union imu) |
void | trace_java_call_enter (methodinfo *m, uint64_t *arg_regs, uint64_t *stack) |
void | trace_java_call_exit (methodinfo *m, uint64_t *return_regs) |
void | trace_exception (java_object_t *xptr, methodinfo *m, void *pos) |
void | trace_exception_builtin (java_handle_t *h) |
void trace_exception | ( | java_object_t * | xptr, |
methodinfo * | m, | ||
void * | pos | ||
) |
void trace_exception_builtin | ( | java_handle_t * | h | ) |
void trace_java_call_enter | ( | methodinfo * | m, |
uint64_t * | arg_regs, | ||
uint64_t * | stack | ||
) |
void trace_java_call_exit | ( | methodinfo * | m, |
uint64_t * | return_regs | ||
) |