Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Module
Packages that use Module
Package
Description
-
Uses of Module in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as ModuleModifier and TypeFieldDescriptionprivate final Module
WasmStructuredControlflowCodeGenerator.module
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ModuleModifier and TypeMethodDescriptionstatic WasmValue
WasmStructuredControlflowCodeGenerator.createNewInstanceOf
(org.objectweb.asm.Type instanceType, Module module, CompileUnit compileUnit, Map<ResolvedClass, StructType> objectTypeMappings, Map<ResolvedClass, StructType> rtMappings, WasmValue externRef) static ExportableFunction
WasmHelpers.createVTableResolver
(Module module, ResolvedClass resolvedClass, VTable vTable) static ExportableFunction
Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ModuleModifierConstructorDescriptionWasmStructuredControlflowCodeGenerator
(CompileUnit compileUnit, Module module, Map<ResolvedClass, StructType> rtMappings, Map<ResolvedClass, StructType> objectTypeMappings, ExportableFunction exportableFunction, Function<org.objectweb.asm.Type, WasmType> typeConverter, Function<ResolvedMethod, FunctionType> functionTypeConverter, MethodToIDMapper methodToIDMapper, Graph graph, List<ResolvedClass> resolvedClasses, VTableResolver vTableResolver, GeneratedMethodsRegistry generatedMethodsRegistry) -
Uses of Module in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as ModuleModifier and TypeFieldDescriptionprivate final Module
Function.module
private final Module
ModuleSection.module
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return ModuleModifier and TypeMethodDescriptionprotected Module
Function.getModule()
ModuleSection.getModule()
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type ModuleModifier and TypeMethodDescriptionvoid
Exporter.export
(Module module, OutputStream binaryOutput) void
Exporter.export
(Module module, PrintWriter pw) void
ExportableFunction.writeTo
(TextWriter textWriter, Module aModule) void
Function.writeTo
(TextWriter textWriter, Module aModule) void
Importable.writeTo
(TextWriter textWriter, Module aModule) Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type ModuleModifierConstructorDescription(package private)
CustomSection
(Module module) (package private)
DataSection
(Module module) (package private)
ElementSection
(Module aModule) (package private)
ExportableFunction
(Module aModule, FunctionType functionType, String label) (package private)
ExportableFunction
(Module aModule, FunctionType functionType, String label, WasmType result) (package private)
ExportableFunction
(Module aModule, FunctionType functionType, String label, List<Param> params) (package private)
ExportableFunction
(Module aModule, FunctionType functionType, String label, List<Param> params, WasmType result) (package private)
ExportsSection
(Module aModule) (package private)
Function
(Module aModule, FunctionType functionType, String label, WasmType result) (package private)
(package private)
Function
(Module aModule, FunctionType functionType, String label, List<Param> params, WasmType result) (package private)
FunctionsSection
(Module aModule) (package private)
GlobalsSection
(Module aModule) (package private)
ImportsSection
(Module aModule) (package private)
MemorySection
(Module aModule) ModuleSection
(Module module) NameSection
(Module module) (package private)
SourceMapSection
(Module module, String fileName) (package private)
StartSection
(Module module) (package private)
TablesSection
(Module aModule) TagSection
(Module module) (package private)
TypesSection
(Module aModule)