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()
160 && jfunc.getCFunc().hasPointerArg(); in isPointerFunc()860 && !jfunc.getCFunc().hasPointerArg(); in emitJniCode()1034 || (cfunc.hasPointerArg() && numArrays > 0)) in emitJniCode()