Home
last modified time | relevance | path

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

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/machine/
H A Dgeneral_operations_impl.h121 class Op_CallWithMachineIntInt
127 explicit Op_CallWithMachineIntInt(Setter s) : setter(s) {} in Op_CallWithMachineIntInt() function
H A Dgeneral_operations.h65 return new binderImpl::Op_CallWithMachineIntInt<OBJTYPE>(s); in CallFunction()