Uses of Class
de.mirkosertic.bytecoder.core.backend.opencl.OpenCLCompileResult
-
Packages that use OpenCLCompileResult Package Description de.mirkosertic.bytecoder.core.backend.opencl -
-
Uses of OpenCLCompileResult in de.mirkosertic.bytecoder.core.backend.opencl
Fields in de.mirkosertic.bytecoder.core.backend.opencl with type parameters of type OpenCLCompileResult Modifier and Type Field Description private static java.util.Map<java.lang.Class,OpenCLCompileResult>
OpenCLContext. ALREADY_COMPILED
Methods in de.mirkosertic.bytecoder.core.backend.opencl that return OpenCLCompileResult Modifier and Type Method Description OpenCLCompileResult
OpenCLCompileBackend. generateCodeFor(CompileUnit compileUnit, java.lang.Class entryPointClass, java.lang.String entryPointMethodName, org.objectweb.asm.Type entryPointSignature, AnalysisStack analysisStack, Optimizer optimizer)
-