| Modifier and Type | Field and Description |
|---|---|
protected CompileOptions |
IndentSSAWriter.options |
| Modifier and Type | Method and Description |
|---|---|
CompileResult |
CompileTarget.compile(CompileOptions aOptions,
Class aClass,
String aMethodName,
BytecodeMethodSignature aSignature) |
T |
CompileBackend.generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignatue) |
| Constructor and Description |
|---|
IndentSSAWriter(CompileOptions aOptions,
Program aProgram,
String aIndent,
T aWriter,
BytecodeLinkerContext aLinkerContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CompileOptions |
JSSSAWriter.options |
| Modifier and Type | Method and Description |
|---|---|
JSCompileResult |
JSSSACompilerBackend.generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignatue) |
| Constructor and Description |
|---|
JSMinifier(CompileOptions options) |
JSSSAWriter(CompileOptions aOptions,
Program aProgram,
int aIndent,
JSPrintWriter aWriter,
BytecodeLinkerContext aLinkerContext,
ConstantPool aConstantPool,
boolean aLabelRequired,
JSMinifier aMinifier,
AbstractAllocator aAllocator,
de.mirkosertic.bytecoder.backend.js.JSSSAWriter.IDResolver aIdResolver) |
| Modifier and Type | Method and Description |
|---|---|
LLVMCompileResult |
LLVMCompilerBackend.generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignature) |
| Modifier and Type | Method and Description |
|---|---|
OpenCLCompileResult |
OpenCLCompileBackend.generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignatue) |
| Constructor and Description |
|---|
OpenCLWriter(BytecodeLinkedClass aKernelClass,
CompileOptions aOptions,
Program aProgram,
PrintWriter aWriter,
BytecodeLinkerContext aLinkerContext,
OpenCLInputOutputs aInputOutputs) |
| Modifier and Type | Method and Description |
|---|---|
WASMCompileResult |
WASMSSAASTCompilerBackend.generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignatue) |
| Constructor and Description |
|---|
WASMSSAASTWriter(WASMSSAASTWriter.Resolver aResolver,
BytecodeLinkerContext aLinkerContext,
Module aModule,
CompileOptions aOptions,
Program aProgram,
NativeMemoryLayouter aMemoryLayouter,
ExportableFunction aFunction,
AbstractAllocator aAllocator) |
| Constructor and Description |
|---|
Exporter(CompileOptions options) |
| Constructor and Description |
|---|
Relooper(CompileOptions aCompileOptions) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.