public class OpenCLCompileBackend extends Object implements CompileBackend<OpenCLCompileResult>
| Constructor and Description |
|---|
OpenCLCompileBackend() |
| Modifier and Type | Method and Description |
|---|---|
OpenCLCompileResult |
generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignatue) |
BytecodeMethodSignature |
signatureFrom(Method aMethod) |
public BytecodeMethodSignature signatureFrom(Method aMethod)
public OpenCLCompileResult generateCodeFor(CompileOptions aOptions, BytecodeLinkerContext aLinkerContext, Class aEntryPointClass, String aEntryPointMethodName, BytecodeMethodSignature aEntryPointSignatue)
generateCodeFor in interface CompileBackend<OpenCLCompileResult>Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.