Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.ExportableFunction
Packages that use ExportableFunction
Package
Description
-
Uses of ExportableFunction in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as ExportableFunctionModifier and TypeFieldDescriptionprivate final ExportableFunction
WasmStructuredControlflowCodeGenerator.exportableFunction
Methods in de.mirkosertic.bytecoder.core.backend.wasm that return ExportableFunctionModifier and TypeMethodDescriptionstatic ExportableFunction
WasmHelpers.createVTableResolver
(Module module, ResolvedClass resolvedClass, VTable vTable) static ExportableFunction
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ExportableFunctionModifier and TypeMethodDescriptionWasmStructuredControlflowCodeGenerator.createLambdaInstance
(org.objectweb.asm.Type type, ExportableFunction implFunction, List<StructType.Field> closureFields, List<WasmValue> closureArguments) Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ExportableFunctionModifierConstructorDescriptionWasmStructuredControlflowCodeGenerator
(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 ExportableFunction in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type ExportableFunctionModifier and TypeFieldDescriptionprivate final List
<ExportableFunction> FunctionsSection.functions
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return ExportableFunctionModifier and TypeMethodDescriptionFunctionsSection.newFunction
(String label) FunctionsSection.newFunction
(String label, WasmType result) FunctionsSection.newFunction
(String label, List<Param> parameter) FunctionsSection.newFunction
(String label, List<Param> parameter, WasmType result) ExportableFunction.toTable()
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type ExportableFunction