Home
last modified time | relevance | path

Searched refs:_gst_compiled_block_class (Results 1 – 8 of 8) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dopt.c359 if (!IS_CLASS (blockOOP, _gst_compiled_block_class)) in check_inner_block()
1297 if (OOP_CLASS (methodOOP) == _gst_compiled_block_class) in _gst_verify_sent_method()
1364 else if (OOP_CLASS (methodOOP) == _gst_compiled_block_class) in _gst_verify_method()
1727 if (OOP_CLASS (methodOOP) != _gst_compiled_block_class) in _gst_verify_method()
1889 if (sp[-1] != _gst_compiled_block_class in _gst_verify_method()
H A Dcomp.inl107 if UNCOMMON (obj->objClass == _gst_compiled_block_class)
H A Ddict.h360 extern OOP _gst_compiled_block_class ATTRIBUTE_HIDDEN;
H A Ddict.c100 OOP _gst_compiled_block_class = NULL; variable
496 {&_gst_compiled_block_class, &_gst_compiled_code_class,
H A Dcallin.c1173 gst_interpreter_proxy.compiledBlockClass = _gst_compiled_block_class; in _gst_init_vmproxy()
H A Dcomp.c2848 else if (IS_CLASS (lit->data[i], _gst_compiled_block_class)) in method_new()
2897 block = (gst_compiled_block) instantiate_with (_gst_compiled_block_class, in _gst_block_new()
H A Dmatch.h5661 if (OOP_CLASS (methodOOP) != _gst_compiled_block_class) \
5847 if (sp[-1] != _gst_compiled_block_class \
H A Dxlat.c3589 if (OOP_CLASS (methodOOP) == _gst_compiled_block_class) in translate_method()