Searched refs:EXIT_INTERPRETER (Results 1 – 9 of 9) sorted by relevance
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/ |
H A D | opt.c | 277 SEND_IMMEDIATE, EXIT_INTERPRETER, in _gst_is_simple_return() 340 EXIT_INTERPRETER, in _gst_check_kind_of_block() 483 EXIT_INTERPRETER { } in _gst_optimize_bytecodes() 1029 EXIT_INTERPRETER, in _gst_compute_stack_positions() 1182 EXIT_INTERPRETER, in make_destination_table() 1481 EXIT_INTERPRETER, in _gst_verify_method() 1811 EXIT_INTERPRETER { in _gst_verify_method()
|
H A D | byte.h | 117 EXIT_INTERPRETER = 53, enumerator
|
H A D | byte.c | 391 EXIT_INTERPRETER { in _gst_print_bytecode_name()
|
H A D | byte.def | 97 EXIT_INTERPRETER; 420 /* EXIT_INTERPRETER(*) */ 423 dispatch EXIT_INTERPRETER;
|
H A D | vm.def | 863 operation EXIT_INTERPRETER ( val -- val ) { 1188 EXIT_INTERPRETER ();
|
H A D | xlat.c | 3498 EXIT_INTERPRETER, INVALID { in decode_bytecode() 3614 MAKE_DIRTY_BLOCK, EXIT_INTERPRETER, INVALID { } in translate_method()
|
H A D | comp.c | 453 _gst_compile_byte (EXIT_INTERPRETER, 0); in _gst_install_initial_methods()
|
H A D | vm.inl | 2526 /* EXIT_INTERPRETER ( val | -- val | ) */
|
H A D | ChangeLog | 567 * libgst/vm.def: Make EXIT_INTERPRETER safer since we now can fork
|