Uses of Class
com.dylibso.chicory.wasm.types.Instruction
-
Packages that use Instruction Package Description com.dylibso.chicory.wasm com.dylibso.chicory.wasm.types -
-
Uses of Instruction in com.dylibso.chicory.wasm
Methods in com.dylibso.chicory.wasm that return Instruction Modifier and Type Method Description InstructionControlTree. instruction()Methods in com.dylibso.chicory.wasm with parameters of type Instruction Modifier and Type Method Description voidControlTree. setFinalInstructionNumber(int finalInstructionNumber, Instruction end)ControlTreeControlTree. spawn(int initialInstructionNumber, Instruction instruction) -
Uses of Instruction in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return Instruction Modifier and Type Method Description InstructionInstruction. scope()Methods in com.dylibso.chicory.wasm.types that return types with arguments of type Instruction Modifier and Type Method Description List<List<Instruction>>Element. initializers()List<Instruction>Global. initInstructions()List<Instruction>FunctionBody. instructions()List<Instruction>ActiveElement. offset()List<Instruction>ActiveDataSegment. offsetInstructions()Methods in com.dylibso.chicory.wasm.types with parameters of type Instruction Modifier and Type Method Description voidInstruction. setScope(Instruction scope)Constructor parameters in com.dylibso.chicory.wasm.types with type arguments of type Instruction Constructor Description ActiveDataSegment(long idx, List<Instruction> offsetInstructions, byte[] data)ActiveDataSegment(List<Instruction> offsetInstructions, byte[] data)ActiveElement(ValueType type, List<List<Instruction>> initializers, int tableIndex, List<Instruction> offset)Construct a new instance.DeclarativeElement(ValueType type, List<List<Instruction>> initializers)Construct a new instance.Element(ValueType type, List<List<Instruction>> initializers)Construct a new instance.Global(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init)PassiveElement(ValueType type, List<List<Instruction>> initializers)Construct a new instance.
-