Uses of Class
org.robovm.compiler.llvm.FunctionRef
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.llvm | |
| org.robovm.compiler.llvm.debug.dwarf | |
| org.robovm.compiler.trampoline |
-
Uses of FunctionRef in org.robovm.compiler
Methods in org.robovm.compiler that return FunctionRef Modifier and Type Method Description static FunctionRefFunctions. getArrayLoad(soot.Type sootType)static FunctionRefFunctions. getArrayStore(soot.Type sootType)protected static FunctionRefBridgeMethodCompiler. getBridgeCWrapperRef(FunctionType functionType, String name)protected FunctionRefCallbackMethodCompiler. getCallbackCWrapperRef(soot.SootMethod method, String name)FunctionRefITable.Entry. getFunctionRef()FunctionRefVTable.Entry. getFunctionRef()static FunctionRefIntrinsics. getIntrinsic(soot.SootMethod currMethod, soot.jimple.DefinitionStmt stmt)static FunctionRefIntrinsics. getIntrinsic(soot.SootMethod currMethod, soot.jimple.Stmt stmt, soot.jimple.InvokeExpr expr)static FunctionRefFunctions. getNewArray(soot.Type sootType)Methods in org.robovm.compiler with parameters of type FunctionRef Modifier and Type Method Description static FunctionFunctionBuilder. clinitWrapper(FunctionRef targetFn)Constructors in org.robovm.compiler with parameters of type FunctionRef Constructor Description FunctionBuilder(String name, FunctionRef ref)FunctionBuilder(FunctionRef ref) -
Uses of FunctionRef in org.robovm.compiler.llvm
Methods in org.robovm.compiler.llvm that return FunctionRef Modifier and Type Method Description FunctionRefFunction. ref()FunctionRefFunctionDeclaration. ref()Constructors in org.robovm.compiler.llvm with parameters of type FunctionRef Constructor Description FunctionDeclaration(FunctionRef ref) -
Uses of FunctionRef in org.robovm.compiler.llvm.debug.dwarf
Methods in org.robovm.compiler.llvm.debug.dwarf with parameters of type FunctionRef Modifier and Type Method Description voidDISubprogram. setLlvmFunction(FunctionRef llvmFunction) -
Uses of FunctionRef in org.robovm.compiler.trampoline
Methods in org.robovm.compiler.trampoline that return FunctionRef Modifier and Type Method Description FunctionRefTrampoline. getFunctionRef()