Searched refs:exc_sp (Results 1 – 2 of 2) sorted by relevance
109 ++exc_sp; \110 exc_sp->handler = ip + ulab; \112 exc_sp->prev_exc = NULL; \772 assert(exc_sp >= exc_stack); in mp_execute_bytecode()846 assert(exc_sp >= exc_stack); in mp_execute_bytecode()1144 while (exc_sp >= exc_stack) { in mp_execute_bytecode()1489 while (exc_sp >= exc_stack && exc_sp->handler <= code_state->ip) { in mp_execute_bytecode()1493 assert(exc_sp >= exc_stack); in mp_execute_bytecode()1502 if (exc_sp >= exc_stack) { in mp_execute_bytecode()1504 code_state->ip = exc_sp->handler; in mp_execute_bytecode()[all …]
175 #define MP_CODE_STATE_EXC_SP_IDX_FROM_PTR(exc_stack, exc_sp) ((exc_sp) + 1 - (exc_stack)) argument
Completed in 6 milliseconds