Uses of Class
com.dylibso.chicory.runtime.MStack
Packages that use MStack
-
Uses of MStack in com.dylibso.chicory.runtime
Methods in com.dylibso.chicory.runtime that return MStackMethods in com.dylibso.chicory.runtime with parameters of type MStackModifier and TypeMethodDescriptionprotected long[]InterpreterMachine.call(MStack stack, Instance instance, Deque<StackFrame> callStack, int funcId, long[] args, com.dylibso.chicory.wasm.types.FunctionType callType, boolean popResults) protected voidInterpreterMachine.eval(MStack stack, Instance instance, Deque<StackFrame> callStack) protected voidInterpreterMachine.evalDefault(MStack stack, Instance instance, Deque<StackFrame> callStack, com.dylibso.chicory.wasm.types.Instruction instruction, InterpreterMachine.Operands operands) protected static long[]InterpreterMachine.extractArgsForParams(MStack stack, List<com.dylibso.chicory.wasm.types.ValType> params) voidExecutionListener.onExecution(com.dylibso.chicory.wasm.types.Instruction instruction, MStack stack) protected static intInterpreterMachine.readMemPtr(MStack stack, InterpreterMachine.Operands operands) protected static StackFrameInterpreterMachine.THROW_REF(Instance instance, int exceptionIdx, MStack stack, StackFrame frame, Deque<StackFrame> callStack) -
Uses of MStack in com.dylibso.chicory.runtime.internal
Methods in com.dylibso.chicory.runtime.internal with parameters of type MStackModifier and TypeMethodDescriptionprotected long[]CompilerInterpreterMachine.call(MStack stack, Instance instance, Deque<StackFrame> callStack, int funcId, long[] args, com.dylibso.chicory.wasm.types.FunctionType callType, boolean popResults)