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 ExportableFunctionWasmStructuredControlflowCodeGenerator.exportableFunctionMethods in de.mirkosertic.bytecoder.core.backend.wasm that return ExportableFunctionModifier and TypeMethodDescriptionstatic ExportableFunctionWasmHelpers.createVTableResolver(Module module, ResolvedClass resolvedClass, VTable vTable) static ExportableFunctionMethods 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, FunctionIndex functionIndex) -
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.functionsMethods 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