Uses of Class
com.aparapi.internal.exception.CodeGenException
-
Packages that use CodeGenException Package Description com.aparapi.internal.tool com.aparapi.internal.writer -
-
Uses of CodeGenException in com.aparapi.internal.tool
Methods in com.aparapi.internal.tool that throw CodeGenException Modifier and Type Method Description static java.lang.String
InstructionHelper.StringWriter. write(MethodModel _methodModel)
void
InstructionHelper.StringWriter. writeMethodBody(MethodModel _methodModel)
-
Uses of CodeGenException in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer that throw CodeGenException Modifier and Type Method Description void
BlockWriter. write(BranchSet.LogicalExpressionNode _node)
abstract void
BlockWriter. write(Entrypoint entryPoint)
void
KernelWriter. write(Entrypoint _entryPoint)
void
BlockWriter. writeBlock(Instruction _first, Instruction _last)
void
BlockWriter. writeComposite(InstructionSet.CompositeInstruction instruction)
Instruction
BlockWriter. writeConditional(BranchSet _branchSet)
Instruction
BlockWriter. writeConditional(BranchSet _branchSet, boolean _invert)
void
BlockWriter. writeConditionalBranch16(InstructionSet.ConditionalBranch16 _branch16, boolean _invert)
void
BlockWriter. writeInstruction(Instruction _instruction)
void
KernelWriter. writeInstruction(Instruction _instruction)
void
BlockWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
void
KernelWriter. writeMethod(InstructionSet.MethodCall _methodCall, ClassModel.ConstantPool.MethodEntry _methodEntry)
void
BlockWriter. writeMethodBody(MethodModel _methodModel)
void
BlockWriter. writeSequence(Instruction _first, Instruction _last)
static java.lang.String
KernelWriter. writeToString(Entrypoint _entrypoint)
-