Uses of Class
com.aparapi.internal.instruction.InstructionSet.ByteCode
-
Packages that use InstructionSet.ByteCode Package Description com.aparapi.internal.instruction -
-
Uses of InstructionSet.ByteCode in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.ByteCode Modifier and Type Field Description private InstructionSet.ByteCode
Instruction. byteCode
Methods in com.aparapi.internal.instruction that return InstructionSet.ByteCode Modifier and Type Method Description static InstructionSet.ByteCode
InstructionSet.ByteCode. get(int _idx)
InstructionSet.ByteCode
Instruction. getByteCode()
static InstructionSet.ByteCode
InstructionSet.ByteCode. valueOf(java.lang.String name)
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.ByteCode 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)
Constructors in com.aparapi.internal.instruction with parameters of type InstructionSet.ByteCode Constructor Description AccessArrayElement(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide)
ArrayAccess(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide)
AssignToArrayElement(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide)
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)
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)
Instruction(MethodModel _method, InstructionSet.ByteCode _byteCode, int _pc)
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)
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)
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)
-