Uses of Class
org.teavm.backend.wasm.model.WasmFunction
-
Packages that use WasmFunction Package Description org.teavm.backend.wasm.generate org.teavm.backend.wasm.generators org.teavm.backend.wasm.model org.teavm.backend.wasm.model.expression org.teavm.backend.wasm.render -
-
Uses of WasmFunction in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate that return WasmFunction Modifier and Type Method Description WasmFunctionWasmGenerator. generate(MethodReference methodReference, MethodHolder bodyMethod)WasmFunctionWasmGenerator. generateDefinition(MethodReference methodReference)WasmFunctionWasmGenerator. generateNative(MethodReference methodReference)WasmFunctionWasmGenerationContext. getFunction(String name) -
Uses of WasmFunction in org.teavm.backend.wasm.generators
Methods in org.teavm.backend.wasm.generators with parameters of type WasmFunction Modifier and Type Method Description voidArrayGenerator. apply(MethodReference method, WasmFunction function, WasmMethodGeneratorContext context)voidWasmMethodGenerator. apply(MethodReference method, WasmFunction function, WasmMethodGeneratorContext context) -
Uses of WasmFunction in org.teavm.backend.wasm.model
Methods in org.teavm.backend.wasm.model that return WasmFunction Modifier and Type Method Description WasmFunctionWasmLocal. getFunction()WasmFunctionWasmModule. getStartFunction()Methods in org.teavm.backend.wasm.model that return types with arguments of type WasmFunction Modifier and Type Method Description Map<String,WasmFunction>WasmModule. getFunctions()List<WasmFunction>WasmModule. getFunctionTable()Methods in org.teavm.backend.wasm.model with parameters of type WasmFunction Modifier and Type Method Description voidWasmModule. add(WasmFunction function)voidWasmModule. remove(WasmFunction function)voidWasmModule. setStartFunction(WasmFunction startFunction) -
Uses of WasmFunction in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression with parameters of type WasmFunction Modifier and Type Method Description voidWasmReplacingExpressionVisitor. replace(WasmFunction function) -
Uses of WasmFunction in org.teavm.backend.wasm.render
Methods in org.teavm.backend.wasm.render with parameters of type WasmFunction Modifier and Type Method Description voidWasmRenderer. render(WasmFunction function)
-