Uses of Class
com.dylibso.chicory.runtime.StackFrame
Packages that use StackFrame
-
Uses of StackFrame in com.dylibso.chicory.runtime
Fields in com.dylibso.chicory.runtime with type parameters of type StackFrameMethods in com.dylibso.chicory.runtime that return StackFrameModifier and TypeMethodDescriptionprotected static StackFrameInterpreterMachine.THROW_REF(Instance instance, int exceptionIdx, MStack stack, StackFrame frame, Deque<StackFrame> callStack) Methods in com.dylibso.chicory.runtime with parameters of type StackFrameModifier and TypeMethodDescriptionprotected static StackFrameInterpreterMachine.THROW_REF(Instance instance, int exceptionIdx, MStack stack, StackFrame frame, Deque<StackFrame> callStack) Method parameters in com.dylibso.chicory.runtime with type arguments of type StackFrameModifier 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 StackFrameInterpreterMachine.THROW_REF(Instance instance, int exceptionIdx, MStack stack, StackFrame frame, Deque<StackFrame> callStack) -
Uses of StackFrame in com.dylibso.chicory.runtime.internal
Method parameters in com.dylibso.chicory.runtime.internal with type arguments of type StackFrameModifier 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)