Uses of Enum
com.aparapi.internal.instruction.InstructionSet.ByteCode
Packages that use InstructionSet.ByteCode
-
Uses of InstructionSet.ByteCode in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.ByteCodeMethods in com.aparapi.internal.instruction that return InstructionSet.ByteCodeModifier and TypeMethodDescriptionstatic InstructionSet.ByteCode
InstructionSet.ByteCode.get
(int _idx) final InstructionSet.ByteCode
Instruction.getByteCode()
static InstructionSet.ByteCode
Returns the enum constant of this type with the specified name.static InstructionSet.ByteCode[]
InstructionSet.ByteCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aparapi.internal.instruction with parameters of type InstructionSet.ByteCodeModifier 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) Constructors in com.aparapi.internal.instruction with parameters of type InstructionSet.ByteCodeModifierConstructorDescriptionprotected
AccessArrayElement
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) ArrayAccess
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) protected
AssignToArrayElement
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) protected
BinaryOperator
(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide) Branch
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, Instruction _target) Branch
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) Branch32
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) BytecodeEncodedConstant
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide, T _value) protected
CastOperator
(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide) CompositeInstruction
(MethodModel method, InstructionSet.ByteCode _byteCode, Instruction _firstChild, Instruction _lastChild, BranchSet _branchSet) ConditionalBranch
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) ConditionalBranch16
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) DUP
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) If
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) IfUnary
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) ImmediateConstant
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) Index
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) Index08
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) Index16
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) IndexConst
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide, int _index) protected
Instruction
(MethodModel _method, InstructionSet.ByteCode _byteCode, int _pc) protected
Instruction
(MethodModel _method, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) LocalVariableConstIndexAccessor
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index) LocalVariableConstIndexLoad
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index) LocalVariableConstIndexStore
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide, int index) LocalVariableIndex08Accessor
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide) LocalVariableIndex08Load
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide) LocalVariableIndex08Store
(MethodModel methodPoolEntry, InstructionSet.ByteCode byteCode, ByteReader byteReader, boolean _wide) protected
OperatorInstruction
(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide) Return
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) Switch
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _code, ByteReader _byteReader, boolean _wide) protected
UnaryOperator
(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide) UnconditionalBranch
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, Instruction _target) UnconditionalBranch
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) UnconditionalBranch16
(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide)