Uses of Class
com.aparapi.internal.instruction.BranchSet
-
Packages that use BranchSet Package Description com.aparapi.internal.instruction com.aparapi.internal.writer -
-
Uses of BranchSet in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as BranchSet Modifier and Type Field Description protected BranchSet
InstructionSet.CompositeInstruction. branchSet
private BranchSet
InstructionSet.ConditionalBranch. branchSet
Methods in com.aparapi.internal.instruction that return BranchSet Modifier and Type Method Description BranchSet
InstructionSet.CompositeInstruction. getBranchSet()
BranchSet
InstructionSet.ConditionalBranch. getBranchSet()
BranchSet
InstructionSet.ConditionalBranch. getOrCreateBranchSet()
Methods in com.aparapi.internal.instruction with parameters of type BranchSet Modifier and Type Method Description private void
ExpressionList. addAsComposites(InstructionSet.ByteCode _byteCode, Instruction _start, BranchSet _branchSet)
static InstructionSet.CompositeInstruction
InstructionSet.CompositeInstruction. create(InstructionSet.ByteCode _byteCode, MethodModel _methodModel, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet)
void
InstructionSet.ConditionalBranch. setBranchSet(BranchSet _branchSet)
-
Uses of BranchSet in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer with parameters of type BranchSet Modifier and Type Method Description Instruction
BlockWriter. writeConditional(BranchSet _branchSet)
Instruction
BlockWriter. writeConditional(BranchSet _branchSet, boolean _invert)
-