Uses of Interface
com.dylibso.chicory.runtime.InterpreterMachine.Operands
Packages that use InterpreterMachine.Operands
-
Uses of InterpreterMachine.Operands in com.dylibso.chicory.runtime
Methods in com.dylibso.chicory.runtime with parameters of type InterpreterMachine.OperandsModifier and TypeMethodDescriptionprotected voidInterpreterMachine.CALL(InterpreterMachine.Operands operands) protected voidInterpreterMachine.evalDefault(MStack stack, Instance instance, Deque<StackFrame> callStack, com.dylibso.chicory.wasm.types.Instruction instruction, InterpreterMachine.Operands operands) protected static intInterpreterMachine.readMemPtr(MStack stack, InterpreterMachine.Operands operands) -
Uses of InterpreterMachine.Operands in com.dylibso.chicory.runtime.internal
Methods in com.dylibso.chicory.runtime.internal with parameters of type InterpreterMachine.OperandsModifier and TypeMethodDescriptionprotected voidCompilerInterpreterMachine.CALL(InterpreterMachine.Operands operands)