Package org.robovm.compiler
Class Intrinsics
java.lang.Object
org.robovm.compiler.Intrinsics
public class Intrinsics extends Object
Contains intrinsic functions. These are functions that will replace calls
to specific methods in the runtime package to speed things up.
-
Constructor Summary
Constructors Constructor Description Intrinsics() -
Method Summary
Modifier and Type Method Description static FunctionRefgetIntrinsic(soot.SootMethod currMethod, soot.jimple.DefinitionStmt stmt)static FunctionRefgetIntrinsic(soot.SootMethod currMethod, soot.jimple.Stmt stmt, soot.jimple.InvokeExpr expr)
-
Constructor Details
-
Intrinsics
public Intrinsics()
-
-
Method Details
-
getIntrinsic
public static FunctionRef getIntrinsic(soot.SootMethod currMethod, soot.jimple.Stmt stmt, soot.jimple.InvokeExpr expr) -
getIntrinsic
public static FunctionRef getIntrinsic(soot.SootMethod currMethod, soot.jimple.DefinitionStmt stmt)
-