Searched refs:_gst_temporaries (Results 1 – 7 of 7) sorted by relevance
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/ |
H A D | interp-bc.inl | 63 such as "_gst_this_method", "_gst_self", "_gst_temporaries", 93 and the global variables such as ip, sp, and _gst_temporaries are 308 /* push args and temps, set sp and _gst_temporaries */ 395 /* push args and temps, set sp and _gst_temporaries */ 476 self_cache = _gst_self, temp_cache = _gst_temporaries, \ 562 if (sp >= _gst_temporaries) 564 (ptrdiff_t) (sp - _gst_temporaries),
|
H A D | interp.c | 207 OOP *_gst_temporaries = NULL; variable 882 _gst_temporaries = stackBase = context->contextStack; in prepare_context() 1066 _gst_temporaries = newContext->contextStack; in unwind_context() 1177 _gst_temporaries = newContext->contextStack; in unwind_to() 1351 _gst_temporaries = thisContext->contextStack; in resume_suspended_context() 2460 _gst_temporaries = thisContext->contextStack; in _gst_restore_object_pointers()
|
H A D | interp.h | 288 extern OOP *_gst_temporaries
|
H A D | vm.def | 84 #define METHOD_TEMPORARY(index) _gst_temporaries[index] 87 #define STORE_METHOD_TEMPORARY(index, oop) _gst_temporaries[index] = (oop)
|
H A D | interp-jit.inl | 61 "_gst_temporaries", etc. should also be setup; see the routine
|
H A D | xlat.c | 1114 jit_ldi_p(JIT_V1, &_gst_temporaries); \ 3025 jit_sti_p (&_gst_temporaries, JIT_V2); in emit_context_setup()
|
H A D | vm.inl | 14 #define METHOD_TEMPORARY(index) _gst_temporaries[index] 17 #define STORE_METHOD_TEMPORARY(index, oop) _gst_temporaries[index] = (oop)
|