Lines Matching refs:isPointerFunc
150 boolean isPointerFunc(JFunc jfunc) { in isPointerFunc() method in JniCodeEmitter
158 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunctionCall()
167 (isPointerFunc ? "Bounds" : "" ) + in emitFunctionCall()
184 if (isPointerFunc) { in emitFunctionCall()
570 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunction()
572 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()
580 if (isPointerFunc) { in emitFunction()
604 if (isPointerFunc && nativeDecl) { in emitFunction()
632 if (isPointerFunc) { in emitFunction()
799 boolean isPointerFunc = isPointerFunc(jfunc); in emitJniCode()
814 if (isPointerFunc) { in emitJniCode()
830 if (isPointerFunc) { in emitJniCode()
851 (isPointerFunc ? "Bounds" : "") + in emitJniCode()
898 if (isPointerFunc) { in emitJniCode()
1312 needsExit = needsExit || (!nullAllowed && !isPointerFunc); in emitJniCode()
1319 nullAllowed = nullAllowed || isPointerFunc; in emitJniCode()
1336 if (isPointerFunc) { in emitJniCode()
1375 if(!jfunc.getArgType(idx).isBuffer() || isPointerFunc) continue; in emitJniCode()
1384 isPointerFunc; in emitJniCode()
1419 out.print(name + (isPointerFunc ? "Bounds" : "") + "("); in emitJniCode()
1458 if (isPointerFunc) { in emitJniCode()
1504 if (! isPointerFunc) { in emitJniCode()