Uses of Class
org.robovm.compiler.llvm.FunctionType
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.llvm | |
| org.robovm.compiler.trampoline |
-
Uses of FunctionType in org.robovm.compiler
Methods in org.robovm.compiler that return FunctionType Modifier and Type Method Description FunctionTypeBroMethodCompiler. getBridgeFunctionType(soot.SootMethod method, boolean dynamic, boolean considerVariadic)FunctionTypeBroMethodCompiler. getCallbackFunctionType(soot.SootMethod method, boolean considerVariadic)static FunctionTypeTypes. getFunctionType(String methodDesc, boolean ztatic)static FunctionTypeTypes. getFunctionType(soot.SootMethod method)static FunctionTypeTypes. getFunctionType(soot.SootMethodRef methodRef)static FunctionTypeTypes. getNativeFunctionType(String methodDesc, boolean ztatic)Methods in org.robovm.compiler with parameters of type FunctionType Modifier and Type Method Description static FunctionFunctionBuilder. callback(soot.SootMethod method, FunctionType functionType)protected static StringCallbackMethodCompiler. createCallbackCWrapper(FunctionType functionType, String name, String innerName)protected static FunctionRefBridgeMethodCompiler. getBridgeCWrapperRef(FunctionType functionType, String name)FunctionBuilderFunctionBuilder. type(FunctionType type)Constructors in org.robovm.compiler with parameters of type FunctionType Constructor Description FunctionBuilder(String name, FunctionType type) -
Uses of FunctionType in org.robovm.compiler.llvm
Methods in org.robovm.compiler.llvm that return FunctionType Modifier and Type Method Description FunctionTypeFunction. getType()FunctionTypeFunctionDeclaration. getType()FunctionTypeFunctionRef. getType()Constructors in org.robovm.compiler.llvm with parameters of type FunctionType Constructor Description Function(Linkage linkage, FunctionAttribute[] attributes, String section, String name, FunctionType type, String... parameterNames)FunctionDeclaration(String name, FunctionType type)FunctionRef(String name, FunctionType type) -
Uses of FunctionType in org.robovm.compiler.trampoline
Methods in org.robovm.compiler.trampoline that return FunctionType Modifier and Type Method Description FunctionTypeAnewarray. getFunctionType()FunctionTypeBridgeCall. getFunctionType()FunctionTypeCheckcast. getFunctionType()FunctionTypeGetField. getFunctionType()FunctionTypeGetStatic. getFunctionType()FunctionTypeInstanceof. getFunctionType()FunctionTypeInvoke. getFunctionType()FunctionTypeLdcClass. getFunctionType()FunctionTypeMultianewarray. getFunctionType()FunctionTypeNew. getFunctionType()FunctionTypePutField. getFunctionType()FunctionTypePutStatic. getFunctionType()abstract FunctionTypeTrampoline. getFunctionType()