Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.ExportableFunction
-
Packages that use ExportableFunction Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of ExportableFunction in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as ExportableFunction Modifier and Type Field Description private ExportableFunctionWasmStructuredControlflowCodeGenerator. exportableFunctionMethods in de.mirkosertic.bytecoder.core.backend.wasm that return ExportableFunction Modifier and Type Method Description static ExportableFunctionWasmHelpers. createVTableResolver(Module module, ResolvedClass resolvedClass, VTable vTable)static ExportableFunctionWasmHelpers. createVTableResolver(Module module, java.lang.String methodName, java.util.Map<java.lang.Integer,java.lang.String> methods)Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ExportableFunction Modifier and Type Method Description private WasmStructuredControlflowCodeGenerator.LambdaInstanceWasmStructuredControlflowCodeGenerator. createLambdaInstance(org.objectweb.asm.Type type, ExportableFunction implFunction, java.util.List<StructType.Field> closureFields, java.util.List<WasmValue> closureArguments)Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type ExportableFunction Constructor Description WasmStructuredControlflowCodeGenerator(CompileUnit compileUnit, Module module, java.util.Map<ResolvedClass,StructType> rtMappings, java.util.Map<ResolvedClass,StructType> objectTypeMappings, ExportableFunction exportableFunction, java.util.function.Function<org.objectweb.asm.Type,WasmType> typeConverter, java.util.function.Function<ResolvedMethod,FunctionType> functionTypeConverter, MethodToIDMapper methodToIDMapper, Graph graph, java.util.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 ExportableFunction Modifier and Type Field Description private java.util.List<ExportableFunction>FunctionsSection. functionsMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return ExportableFunction Modifier and Type Method Description ExportableFunctionFunctionsSection. newFunction(java.lang.String label)ExportableFunctionFunctionsSection. newFunction(java.lang.String label, WasmType result)ExportableFunctionFunctionsSection. newFunction(java.lang.String label, java.util.List<Param> parameter)ExportableFunctionFunctionsSection. newFunction(java.lang.String label, java.util.List<Param> parameter, WasmType result)ExportableFunctionExportableFunction. toTable()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type ExportableFunction Modifier and Type Method Description java.util.List<ExportableFunction>FunctionIndex. exportableFunctions()
-