Searched refs:hasPointerArg (Results 1 – 2 of 2) sorted by relevance
29 boolean hasPointerArg = false; field in CFunc62 hasPointerArg = true; in addArgument()94 public boolean hasPointerArg() { in hasPointerArg() method in CFunc95 return hasPointerArg; in hasPointerArg()
159 && jfunc.getCFunc().hasPointerArg(); in isPointerFunc()832 && !jfunc.getCFunc().hasPointerArg(); in emitJniCode()1006 || (cfunc.hasPointerArg() && numArrays > 0)) in emitJniCode()