Uses of Class
org.teavm.model.instructions.LongConstantInstruction
Packages that use LongConstantInstruction
Package
Description
-
Uses of LongConstantInstruction in org.teavm.model
Methods in org.teavm.model with parameters of type LongConstantInstructionModifier and TypeMethodDescriptionvoid
InstructionReadVisitor.visit(LongConstantInstruction insn)
-
Uses of LongConstantInstruction in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type LongConstantInstructionModifier and TypeMethodDescriptionvoid
AbstractInstructionVisitor.visit(LongConstantInstruction insn)
void
InstructionVisitor.visit(LongConstantInstruction insn)
-
Uses of LongConstantInstruction in org.teavm.model.optimization
Methods in org.teavm.model.optimization with parameters of type LongConstantInstructionModifier and TypeMethodDescriptionvoid
LoopInvariantAnalyzer.visit(LongConstantInstruction insn)
-
Uses of LongConstantInstruction in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type LongConstantInstructionModifier and TypeMethodDescriptionvoid
DefinitionExtractor.visit(LongConstantInstruction insn)
void
InstructionVariableMapper.visit(LongConstantInstruction insn)
void
TransitionExtractor.visit(LongConstantInstruction insn)
void
UsageExtractor.visit(LongConstantInstruction insn)