Lines Matching refs:isPointerFunc
157 boolean isPointerFunc(JFunc jfunc) { in isPointerFunc() method in JniCodeEmitter
165 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunctionCall()
174 (isPointerFunc ? "Bounds" : "" ) + in emitFunctionCall()
191 if (isPointerFunc) { in emitFunctionCall()
604 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunction()
606 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()
614 if (isPointerFunc) { in emitFunction()
638 if (isPointerFunc && nativeDecl) { in emitFunction()
666 if (isPointerFunc) { in emitFunction()
846 boolean isPointerFunc = isPointerFunc(jfunc); in emitJniCode()
861 if (isPointerFunc) { in emitJniCode()
877 if (isPointerFunc) { in emitJniCode()
898 (isPointerFunc ? "Bounds" : "") + in emitJniCode()
945 if (isPointerFunc) { in emitJniCode()
1359 needsExit = needsExit || (!nullAllowed && !isPointerFunc); in emitJniCode()
1366 nullAllowed = nullAllowed || isPointerFunc; in emitJniCode()
1383 if (isPointerFunc) { in emitJniCode()
1422 if(!jfunc.getArgType(idx).isBuffer() || isPointerFunc) continue; in emitJniCode()
1431 isPointerFunc; in emitJniCode()
1466 out.print(name + (isPointerFunc ? "Bounds" : "") + "("); in emitJniCode()
1505 if (isPointerFunc) { in emitJniCode()
1551 if (! isPointerFunc) { in emitJniCode()