Uses of Class
com.aparapi.internal.instruction.InstructionSet.CompositeInstruction
Packages that use InstructionSet.CompositeInstruction
-
Uses of InstructionSet.CompositeInstruction in com.aparapi.internal.instruction
Subclasses of InstructionSet.CompositeInstruction in com.aparapi.internal.instructionModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
Methods in com.aparapi.internal.instruction that return InstructionSet.CompositeInstructionModifier and TypeMethodDescriptionInstructionSet.CompositeInstruction.create
(InstructionSet.ByteCode _byteCode, MethodModel _methodModel, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) -
Uses of InstructionSet.CompositeInstruction in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer with parameters of type InstructionSet.CompositeInstructionModifier and TypeMethodDescriptionvoid
BlockWriter.writeComposite
(InstructionSet.CompositeInstruction instruction)