Uses of Class
org.teavm.model.instructions.IntegerConstantInstruction
Packages that use IntegerConstantInstruction
Package
Description
-
Uses of IntegerConstantInstruction in org.teavm.model
Methods in org.teavm.model with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoidInstructionReadVisitor.visit(IntegerConstantInstruction insn) -
Uses of IntegerConstantInstruction in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoidAbstractInstructionVisitor.visit(IntegerConstantInstruction insn) voidInstructionVisitor.visit(IntegerConstantInstruction insn) -
Uses of IntegerConstantInstruction in org.teavm.model.optimization
Methods in org.teavm.model.optimization with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoidLoopInvariantAnalyzer.visit(IntegerConstantInstruction insn) -
Uses of IntegerConstantInstruction in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type IntegerConstantInstructionModifier and TypeMethodDescriptionvoidDefinitionExtractor.visit(IntegerConstantInstruction insn) voidInstructionVariableMapper.visit(IntegerConstantInstruction insn) voidTransitionExtractor.visit(IntegerConstantInstruction insn) voidUsageExtractor.visit(IntegerConstantInstruction insn)