| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.wasm | |
| de.mirkosertic.bytecoder.backend.wasm.ast |
| Modifier and Type | Method and Description |
|---|---|
Global |
WASMSSAASTWriter.Resolver.globalForStringFromPool(StringValue aValue) |
Global |
WASMSSAASTWriter.Resolver.runtimeClassFor(BytecodeObjectTypeRef aObjectType) |
| Modifier and Type | Method and Description |
|---|---|
Global |
GlobalsIndex.get(int i) |
Global |
GlobalsIndex.globalByLabel(String globalName) |
Global |
GlobalsSection.newConstantGlobal(String name,
PrimitiveType type,
WASMValue initializer) |
Global |
GlobalsSection.newMutableGlobal(String name,
PrimitiveType type,
WASMValue initializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalsIndex.add(Global global) |
static GetGlobal |
ConstExpressions.getGlobal(Global global,
Expression expression) |
int |
GlobalsIndex.indexOf(Global global) |
void |
Expressions.setGlobal(Global global,
WASMValue value,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
Global.writeTo(BinaryWriter.SectionWriter writer,
List<Global> globalIndex) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.