Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.FunctionIndex
Packages that use FunctionIndex
Package
Description
-
Uses of FunctionIndex in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as FunctionIndexModifier and TypeFieldDescriptionprivate final FunctionIndexWasmStructuredControlflowCodeGenerator.functionIndexMethods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type FunctionIndexModifier and TypeMethodDescriptionstatic WasmValueWasmStructuredControlflowCodeGenerator.createNewInstanceOf(org.objectweb.asm.Type instanceType, Module module, CompileUnit compileUnit, Map<ResolvedClass, StructType> objectTypeMappings, Map<ResolvedClass, StructType> rtMappings, WasmValue externRef, FunctionIndex functionIndex) Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type FunctionIndexModifierConstructorDescriptionWasmStructuredControlflowCodeGenerator(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 FunctionIndex in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as FunctionIndexModifier and TypeFieldDescriptionprivate final FunctionIndexExportableFunction.DefaultExportContext.functionIndexMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return FunctionIndexModifier and TypeMethodDescriptionExportableFunction.DefaultExportContext.functionIndex()Module.functionIndex()WasmValue.ExportContext.functionIndex()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type FunctionIndexModifier and TypeMethodDescriptionvoidFunctionsSection.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 FunctionIndexModifierConstructorDescription(package private)DefaultExportContext(Container owningContainer, FunctionIndex functionIndex)