Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.FunctionIndex
-
Packages that use FunctionIndex Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of FunctionIndex in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as FunctionIndex Modifier and Type Field Description private FunctionIndexWasmStructuredControlflowCodeGenerator. functionIndexMethods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type FunctionIndex Modifier and Type Method Description static WasmValueWasmStructuredControlflowCodeGenerator. createNewInstanceOf(org.objectweb.asm.Type instanceType, Module module, CompileUnit compileUnit, java.util.Map<ResolvedClass,StructType> objectTypeMappings, java.util.Map<ResolvedClass,StructType> rtMappings, WasmValue externRef, FunctionIndex functionIndex)Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type FunctionIndex 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 FunctionIndex in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as FunctionIndex Modifier and Type Field Description private FunctionIndexExportableFunction.DefaultExportContext. functionIndexMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return FunctionIndex Modifier and Type Method Description FunctionIndexExportableFunction.DefaultExportContext. functionIndex()FunctionIndexModule. functionIndex()FunctionIndexWasmValue.ExportContext. functionIndex()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type FunctionIndex Modifier and Type Method Description voidFunctionsSection. addFunctionsToIndex(FunctionIndex functionIndex)voidImportsSection. addFunctionsToIndex(FunctionIndex functionIndex)voidExportableFunction. writeCodeTo(BinaryWriter.Writer sectionWriter, FunctionIndex functionIndex)voidFunctionsSection. writeCodeTo(BinaryWriter binaryWriter, FunctionIndex functionIndex)voidElementSection. writeTo(BinaryWriter binaryWriter, FunctionIndex functionIndex)voidFunctionsSection. writeTo(BinaryWriter binaryWriter, FunctionIndex functionIndex)Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type FunctionIndex Constructor Description DefaultExportContext(Container owningContainer, FunctionIndex functionIndex)
-