Uses of Class
de.inetsoftware.jwebassembly.module.WasmCallIndirectInstruction
-
Packages that use WasmCallIndirectInstruction Package Description de.inetsoftware.jwebassembly.module -
-
Uses of WasmCallIndirectInstruction in de.inetsoftware.jwebassembly.module
Subclasses of WasmCallIndirectInstruction in de.inetsoftware.jwebassembly.module Modifier and Type Class Description (package private) class
WasmCallInterfaceInstruction
WasmInstruction for a function call.(package private) class
WasmCallVirtualInstruction
WasmInstruction for a function call.Fields in de.inetsoftware.jwebassembly.module declared as WasmCallIndirectInstruction Modifier and Type Field Description private WasmCallIndirectInstruction
DupThis. virtualCall
Methods in de.inetsoftware.jwebassembly.module with parameters of type WasmCallIndirectInstruction Modifier and Type Method Description private void
WasmCodeBuilder. addCallIndirectInstruction(WasmCallIndirectInstruction indirectCall)
Add indirect call to the instruction.Constructors in de.inetsoftware.jwebassembly.module with parameters of type WasmCallIndirectInstruction Constructor Description DupThis(WasmCallIndirectInstruction virtualCall, int tempVarSlot, LocaleVariableManager localVariables, int javaCodePos)
Create a instance.
-