Home
last modified time | relevance | path

Searched refs:_gst_bytecode_length (Results 1 – 3 of 3) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dcomp.c1492 whileCondLen = _gst_bytecode_length (receiverExprCodes); in compile_while_loop()
1557 repeatedLoopLen = _gst_bytecode_length (receiverExprCodes); in compile_repeat()
1607 jumpAroundOfs = 6 + _gst_bytecode_length (loopExprCodes); in compile_times_repeat()
1680 jumpAroundOfs = _gst_bytecode_length (stepCodes); in compile_to_by_do()
1686 jumpAroundOfs += _gst_bytecode_length (loopExprCodes) + 10; in compile_to_by_do()
1758 _gst_bytecode_length in compile_if_true_false_statement()
1767 _gst_bytecode_length in compile_if_true_false_statement()
1790 compile_jump (_gst_bytecode_length (thenByteCodes), in compile_if_statement()
1823 blockLen = _gst_bytecode_length (blockByteCodes); in compile_and_or_statement()
2820 numByteCodes = _gst_bytecode_length (bytecodes); in method_new()
[all …]
H A Dbyte.c224 _gst_bytecode_length (bc_vector bytecodes) in _gst_bytecode_length() function
246 memcpy (dest, bytecodes->base, _gst_bytecode_length (bytecodes)); in _gst_copy_bytecodes()
H A Dbyte.h273 extern int _gst_bytecode_length (bc_vector bytecodes)