Package | Description |
---|---|
com.amd.aparapi.internal.instruction | |
com.amd.aparapi.internal.model |
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionList.foldComposite(Instruction _instruction)
Fold headTail.tail into valid composites
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,Instruction> |
MethodModel.createListOfInstructions()
Create a linked list of instructions (from pcHead to pcTail).
|
void |
ClassModel.parse(java.lang.Class<?> _class)
We extract the class's classloader and name and delegate to private parse method.
|
void |
MethodModel.txFormDups(ExpressionList _expressionList,
Instruction _instruction)
DUP family of instructions break our stack unwind model (whereby we treat instructions like the oeprands they create/consume).
|
Constructor and Description |
---|
ClassModel(java.lang.Class<?> _class)
Create a ClassModel representing a given Class.
|