Lines Matching refs:functions
18 * JNI helper functions.
116 * For C++ code, we provide inlines that map to the C functions. g++ always
121 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
125 return jniThrowException(&env->functions, className, msg);
137 return jniThrowExceptionFmt(&env->functions, className, fmt, args);
142 return jniThrowNullPointerException(&env->functions, msg);
146 return jniThrowRuntimeException(&env->functions, msg);
150 return jniThrowIOException(&env->functions, errnum);
154 return jniCreateFileDescriptor(&env->functions, fd);
158 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor);
162 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value);
166 return jniGetReferent(&env->functions, ref);
170 jniLogException(&env->functions, priority, tag, exception);