| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.allocator | |
| de.mirkosertic.bytecoder.backend.js | |
| de.mirkosertic.bytecoder.backend.wasm |
| Modifier and Type | Field and Description |
|---|---|
protected Map<TypeRef,List<Register>> |
AbstractAllocator.knownRegisters |
protected Map<Variable,Register> |
AbstractAllocator.registerAssignments |
| Modifier and Type | Method and Description |
|---|---|
Register |
AbstractAllocator.registerAssignmentFor(Variable v) |
| Modifier and Type | Method and Description |
|---|---|
List<Register> |
AbstractAllocator.assignedRegister() |
List<Register> |
AbstractAllocator.registersOfType(TypeRef aType) |
| Modifier and Type | Method and Description |
|---|---|
String |
JSSSAWriter.toRegisterName(Register r) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WASMSSAASTWriter.registerName(Register r) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.