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 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)