Uses of Class
org.teavm.model.instructions.UnwrapArrayInstruction
-
Packages that use UnwrapArrayInstruction Package Description org.teavm.model org.teavm.model.instructions org.teavm.model.optimization org.teavm.model.util -
-
Uses of UnwrapArrayInstruction in org.teavm.model
Methods in org.teavm.model with parameters of type UnwrapArrayInstruction Modifier and Type Method Description voidInstructionReadVisitor. visit(UnwrapArrayInstruction insn) -
Uses of UnwrapArrayInstruction in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type UnwrapArrayInstruction Modifier and Type Method Description voidAbstractInstructionVisitor. visit(UnwrapArrayInstruction insn)voidInstructionVisitor. visit(UnwrapArrayInstruction insn) -
Uses of UnwrapArrayInstruction in org.teavm.model.optimization
Methods in org.teavm.model.optimization with parameters of type UnwrapArrayInstruction Modifier and Type Method Description voidLoopInvariantAnalyzer. visit(UnwrapArrayInstruction insn) -
Uses of UnwrapArrayInstruction in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type UnwrapArrayInstruction Modifier and Type Method Description voidDefinitionExtractor. visit(UnwrapArrayInstruction insn)voidInstructionVariableMapper. visit(UnwrapArrayInstruction insn)voidTransitionExtractor. visit(UnwrapArrayInstruction insn)voidUsageExtractor. visit(UnwrapArrayInstruction insn)
-