26 #ifndef EXECUTIONSTATE_HPP_
27 #define EXECUTIONSTATE_HPP_ 1
40 #define SIZE_OF_STACKSLOT 8
41 #define STACK_SLOTS_PER_FLOAT 1
62 #if defined(__AARCH64__)
88 #endif // EXECUTIONSTATE_HPP_
void executionstate_pop_stackframe(executionstate_t *es)
Restore callee-saved registers (including the RA register), set the stack pointer to the next stackfr...
void executionstate_println(executionstate_t *es)
void executionstate_unwind_exception(executionstate_t *es, java_handle_t *e)
Performs stack unwinding in case of an exception.
void md_executionstate_write(executionstate_t *es, void *context)
void md_executionstate_read(executionstate_t *es, void *context)
void executionstate_sanity_check(void *context)
uintptr_t intregs[INT_REG_CNT]
double fltregs[FLT_REG_CNT]