Home
last modified time | relevance | path

Searched refs:compile_lvar_call_direct (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslang.c4254 static void compile_lvar_call_direct (int (*f)(void), unsigned char bc, in compile_lvar_call_direct() function
4816 compile_lvar_call_direct (SLang_end_arg_list, _SLANG_BC_EARG_LVARIABLE, _SLANG_BC_CALL_DIRECT); in compile_basic_token_mode()
4905 compile_lvar_call_direct (_SLarray_aget, _SLANG_BC_LVARIABLE_AGET, _SLANG_BC_CALL_DIRECT_FRAME); in compile_basic_token_mode()
4923 compile_lvar_call_direct (_SLarray_aput, _SLANG_BC_LVARIABLE_APUT, _SLANG_BC_CALL_DIRECT_FRAME); in compile_basic_token_mode()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c9034 static void compile_lvar_call_direct (int (*f)(void), _pSLang_BC_Type bc, in compile_lvar_call_direct() function
9693 compile_lvar_call_direct (end_arg_list, SLANG_BC_EARG_LVARIABLE, SLANG_BC_CALL_DIRECT); in compile_basic_token_mode()
9832 compile_lvar_call_direct (_pSLarray_aget, SLANG_BC_LVARIABLE_AGET, SLANG_BC_CALL_DIRECT_NARGS); in compile_basic_token_mode()
9854 compile_lvar_call_direct (_pSLarray_aput, SLANG_BC_LVARIABLE_APUT, SLANG_BC_CALL_DIRECT_NARGS); in compile_basic_token_mode()