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 ExportableFunction
WasmStructuredControlflowCodeGenerator. exportableFunction
Methods in de.mirkosertic.bytecoder.core.backend.wasm that return ExportableFunction Modifier and Type Method Description static ExportableFunction
WasmHelpers. createVTableResolver(Module module, ResolvedClass resolvedClass, VTable vTable)
static ExportableFunction
WasmHelpers. 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.LambdaInstance
WasmStructuredControlflowCodeGenerator. 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)
-
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. functions
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return ExportableFunction Modifier and Type Method Description ExportableFunction
FunctionsSection. newFunction(java.lang.String label)
ExportableFunction
FunctionsSection. newFunction(java.lang.String label, WasmType result)
ExportableFunction
FunctionsSection. newFunction(java.lang.String label, java.util.List<Param> parameter)
ExportableFunction
FunctionsSection. newFunction(java.lang.String label, java.util.List<Param> parameter, WasmType result)
ExportableFunction
ExportableFunction. 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()
-