Uses of Class
org.teavm.model.Instruction
Packages that use Instruction
Package
Description
-
Uses of Instruction in org.teavm.model
Subclasses of Instruction in org.teavm.modelMethods in org.teavm.model that return InstructionModifier and TypeMethodDescriptionBasicBlock.getFirstInstruction()BasicBlock.getLastInstruction()Instruction.getNext()Instruction.getPrevious()Methods in org.teavm.model that return types with arguments of type InstructionMethods in org.teavm.model with parameters of type InstructionModifier and TypeMethodDescriptionvoidBasicBlock.add(Instruction instruction) voidBasicBlock.addFirst(Instruction instruction) voidInstruction.insertNext(Instruction other) voidInstruction.insertPrevious(Instruction other) booleanInstruction.replace(Instruction other) Method parameters in org.teavm.model with type arguments of type InstructionModifier and TypeMethodDescriptionvoidBasicBlock.addAll(Iterable<Instruction> instructions) voidBasicBlock.addFirstAll(Iterable<Instruction> instructions) voidInstruction.insertNextAll(Iterable<Instruction> other) voidInstruction.insertPreviousAll(Iterable<Instruction> other) -
Uses of Instruction in org.teavm.model.emit
Methods in org.teavm.model.emit with parameters of type Instruction -
Uses of Instruction in org.teavm.model.instructions
Subclasses of Instruction in org.teavm.model.instructionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Instruction in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel with parameters of type InstructionModifier and TypeMethodDescriptionstatic booleanExceptionHandlingShadowStackContributor.isCallInstruction(Characteristics characteristics, Instruction insn) -
Uses of Instruction in org.teavm.model.util
Methods in org.teavm.model.util that return InstructionModifier and TypeMethodDescriptionInstructionCopyReader.getCopy()AsyncProgramSplitter.getSplitPoints(int index) Methods in org.teavm.model.util that return types with arguments of type InstructionModifier and TypeMethodDescriptionstatic List<Instruction>ProgramUtils.copyInstructions(Instruction from, Instruction to, Program target) static List<Instruction>ProgramUtils.createThrowNPEInstructions(Program program, TextLocation location) Methods in org.teavm.model.util with parameters of type InstructionModifier and TypeMethodDescriptionstatic List<Instruction>ProgramUtils.copyInstructions(Instruction from, Instruction to, Program target) BasicBlockSplitter.split(BasicBlock block, Instruction afterInstruction) Method parameters in org.teavm.model.util with type arguments of type InstructionModifier and TypeMethodDescriptionvoidPhiUpdater.setSigmaPredicate(Predicate<Instruction> sigmaPredicate) -
Uses of Instruction in org.teavm.parsing
Methods in org.teavm.parsing with parameters of type Instruction