Uses of Class
com.aparapi.internal.exception.CodeGenException
Packages that use CodeGenException
-
Uses of CodeGenException in com.aparapi.internal.tool
Methods in com.aparapi.internal.tool that throw CodeGenExceptionModifier and TypeMethodDescriptionstatic 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 CodeGenExceptionModifier and TypeMethodDescriptionvoid
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) BlockWriter.writeConditional
(BranchSet _branchSet) 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 String
KernelWriter.writeToString
(Entrypoint _entrypoint)