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()
153 && jfunc.getCFunc().hasPointerArg(); in isPointerFunc()813 && !jfunc.getCFunc().hasPointerArg(); in emitJniCode()987 || (cfunc.hasPointerArg() && numArrays > 0)) in emitJniCode()