Uses of Class
org.teavm.model.Instruction
-
Packages that use Instruction Package Description org.teavm.model org.teavm.model.emit org.teavm.model.instructions org.teavm.model.lowlevel org.teavm.model.util org.teavm.parsing -
-
Uses of Instruction in org.teavm.model
Subclasses of Instruction in org.teavm.model Modifier and Type Class Description classInvokeDynamicInstructionMethods in org.teavm.model that return Instruction Modifier and Type Method Description InstructionBasicBlock. getFirstInstruction()InstructionBasicBlock. getLastInstruction()InstructionInstruction. getNext()InstructionInstruction. getPrevious()Methods in org.teavm.model that return types with arguments of type Instruction Modifier and Type Method Description Iterator<Instruction>BasicBlock. iterator()Methods in org.teavm.model with parameters of type Instruction Modifier and Type Method Description voidBasicBlock. 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 Instruction Modifier and Type Method Description voidBasicBlock. 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 Modifier and Type Method Description voidProgramEmitter. addInstruction(Instruction insn) -
Uses of Instruction in org.teavm.model.instructions
-
Uses of Instruction in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel with parameters of type Instruction Modifier and Type Method Description static booleanExceptionHandlingShadowStackContributor. isCallInstruction(Characteristics characteristics, Instruction insn) -
Uses of Instruction in org.teavm.model.util
Methods in org.teavm.model.util that return Instruction Modifier and Type Method Description InstructionInstructionCopyReader. getCopy()Instruction[]AsyncProgramSplitter. getSplitPoints(int index)Methods in org.teavm.model.util that return types with arguments of type Instruction Modifier and Type Method Description static 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 Instruction Modifier and Type Method Description static List<Instruction>ProgramUtils. copyInstructions(Instruction from, Instruction to, Program target)BasicBlockBasicBlockSplitter. split(BasicBlock block, Instruction afterInstruction)Method parameters in org.teavm.model.util with type arguments of type Instruction Modifier and Type Method Description voidPhiUpdater. setSigmaPredicate(Predicate<Instruction> sigmaPredicate) -
Uses of Instruction in org.teavm.parsing
Methods in org.teavm.parsing with parameters of type Instruction Modifier and Type Method Description Map<Integer,String>ProgramParser. getDebugNames(Instruction insn)
-