#include "incls/_precompiled.incl"
#include "incls/_abort.cpp.incl"
Include dependency graph for abort.cpp:
Go to the source code of this file.
Functions | |
void | provoke_nlr_at (int *frame_pointer, oop *stack_pointer) |
void | continue_nlr_in_delta (int *frame_pointer, oop *stack_pointer) |
Variables | |
bool | have_nlr_through_C |
oop | nlr_result |
int | nlr_home |
int | nlr_home_id |
contextOop | nlr_home_context |
bool | have_nlr_through_C = false |
oop | nlr_result |
int | nlr_home |
int | nlr_home_id |
contextOop | nlr_home_context |
void continue_nlr_in_delta | ( | int * | frame_pointer, | |
oop * | stack_pointer | |||
) |
void provoke_nlr_at | ( | int * | frame_pointer, | |
oop * | stack_pointer | |||
) |
Referenced by ErrorHandler::abort_current_process().
bool have_nlr_through_C = false |
int nlr_home |
int nlr_home_id |
int nlr_home_id |
Definition at line 31 of file abort.cpp.
Referenced by ErrorHandler::abort_current_process(), and DeltaProcess::launch_delta().