Uses of Class
com.aparapi.internal.instruction.BranchSet
Packages that use BranchSet
-
Uses of BranchSet in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as BranchSetModifier and TypeFieldDescriptionprotected BranchSet
InstructionSet.CompositeInstruction.branchSet
private BranchSet
InstructionSet.ConditionalBranch.branchSet
Methods in com.aparapi.internal.instruction that return BranchSetModifier and TypeMethodDescriptionInstructionSet.CompositeInstruction.getBranchSet()
InstructionSet.ConditionalBranch.getBranchSet()
InstructionSet.ConditionalBranch.getOrCreateBranchSet()
Methods in com.aparapi.internal.instruction with parameters of type BranchSetModifier and TypeMethodDescriptionprivate void
ExpressionList.addAsComposites
(InstructionSet.ByteCode _byteCode, Instruction _start, BranchSet _branchSet) InstructionSet.CompositeInstruction.create
(InstructionSet.ByteCode _byteCode, MethodModel _methodModel, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) void
InstructionSet.ConditionalBranch.setBranchSet
(BranchSet _branchSet) Constructors in com.aparapi.internal.instruction with parameters of type BranchSetModifierConstructorDescriptionprotected
CompositeArbitraryScopeInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) protected
CompositeDoWhileInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) CompositeEmptyLoopInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) protected
CompositeForEclipseInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) CompositeForSunInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) CompositeIfElseInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) CompositeIfInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) CompositeInstruction
(MethodModel method, InstructionSet.ByteCode _byteCode, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) CompositeWhileInstruction
(MethodModel method, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) -
Uses of BranchSet in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer with parameters of type BranchSetModifier and TypeMethodDescriptionBlockWriter.writeConditional
(BranchSet _branchSet) BlockWriter.writeConditional
(BranchSet _branchSet, boolean _invert)