Go to the source code of this file.
|
| bool | show_init (void) |
| |
| void | show_method (jitdata *jd, int stage) |
| |
| void | show_basicblock (jitdata *jd, basicblock *bptr, int stage) |
| |
| void | show_icmd (jitdata *jd, instruction *iptr, bool deadcode, int stage) |
| |
| void | show_variable (jitdata *jd, s4 index, int stage) |
| |
| void | show_variable_array (jitdata *jd, s4 *vars, int n, int stage) |
| |
| void | show_javalocals_array (jitdata *jd, s4 *vars, int n, int stage) |
| |
| void | show_allocation (s4 type, s4 flags, s4 regoff) |
| |
| void | show_filters_init (void) |
| |
| void | show_filters_apply (methodinfo *m) |
| |
| int | show_filters_test_verbosecall_enter (methodinfo *m) |
| |
| int | show_filters_test_verbosecall_exit (methodinfo *m) |
| |
| #define SHOW_FILTER_FLAG_SHOW_METHOD 0x04 |
| #define SHOW_FILTER_FLAG_VERBOSECALL_EXCLUDE 0x02 |
| #define SHOW_FILTER_FLAG_VERBOSECALL_INCLUDE 0x01 |
| #define SHOW_INSTRUCTIONS 0 |
| void show_allocation |
( |
s4 |
type, |
|
|
s4 |
flags, |
|
|
s4 |
regoff |
|
) |
| |
| int show_filters_test_verbosecall_enter |
( |
methodinfo * |
m | ) |
|
| int show_filters_test_verbosecall_exit |
( |
methodinfo * |
m | ) |
|
| void show_javalocals_array |
( |
jitdata * |
jd, |
|
|
s4 * |
vars, |
|
|
int |
n, |
|
|
int |
stage |
|
) |
| |
| void show_variable_array |
( |
jitdata * |
jd, |
|
|
s4 * |
vars, |
|
|
int |
n, |
|
|
int |
stage |
|
) |
| |
| const char show_jit_type_letters[] |
| const char* show_jit_type_names[] |