Home
last modified time | relevance | path

Searched refs:_gst_temporaries (Results 1 – 7 of 7) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dinterp-bc.inl63 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 Dinterp.c207 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 Dinterp.h288 extern OOP *_gst_temporaries
H A Dvm.def84 #define METHOD_TEMPORARY(index) _gst_temporaries[index]
87 #define STORE_METHOD_TEMPORARY(index, oop) _gst_temporaries[index] = (oop)
H A Dinterp-jit.inl61 "_gst_temporaries", etc. should also be setup; see the routine
H A Dxlat.c1114 jit_ldi_p(JIT_V1, &_gst_temporaries); \
3025 jit_sti_p (&_gst_temporaries, JIT_V2); in emit_context_setup()
H A Dvm.inl14 #define METHOD_TEMPORARY(index) _gst_temporaries[index]
17 #define STORE_METHOD_TEMPORARY(index, oop) _gst_temporaries[index] = (oop)