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 Instruction[][]ElemData. exprInstructionLists()Instruction[][]ElemGlobal. exprInstructionLists()Instruction[][]ElemStart. exprInstructionLists()Instruction[]ElemData. exprInstructions()Instruction[]ElemGlobal. exprInstructions()Instruction[]ElemTable. exprInstructions()Instruction[]ElemType. exprInstructions()Instruction[][]ElemElem. exprs()Instruction[]Global. initInstructions()Instruction[]ActiveDataSegment. offsetInstructions()InstructionInstruction. scope()Methods in com.dylibso.chicory.wasm.types that return types with arguments of type Instruction Modifier and Type Method Description List<Instruction>CodeBlock. instructions()List<Instruction>FunctionBody. instructions()Methods in com.dylibso.chicory.wasm.types with parameters of type Instruction Modifier and Type Method Description voidAst. addInstruction(Instruction i)voidCodeBlock. addInstruction(Instruction i)voidElemData. setExprInstructionLists(Instruction[][] exprs)voidElemGlobal. setExprInstructionLists(Instruction[][] exprs)voidElemStart. setExprInstructionLists(Instruction[][] exprs)voidElemData. setExprInstructions(Instruction[] expr)voidElemGlobal. setExprInstructions(Instruction[] expr)voidElemElem. setExprs(Instruction[][] exprs)voidInstruction. setScope(Instruction scope)Constructors in com.dylibso.chicory.wasm.types with parameters of type Instruction Constructor Description ActiveDataSegment(long idx, Instruction[] offset, byte[] data)ActiveDataSegment(Instruction[] offset, byte[] data)ElemData(long tableIndex, Instruction[] expr, RefType refType, Instruction[][] exprs)ElemElem(RefType refType, Instruction[][] exprs)ElemGlobal(Instruction[] expr, Instruction[][] exprs)ElemStart(RefType refType, Instruction[][] exprs)ElemTable(long tableIndex, Instruction[] expr, long[] funcIndices)ElemType(Instruction[] expr, long[] funcIndices)Global(ValueType valueType, MutabilityType mutabilityType, Instruction[] init)
-