Lines Matching refs:functions
18 * JNI helper functions.
110 * For C++ code, we provide inlines that map to the C functions. g++ always
115 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
119 return jniThrowException(&env->functions, className, msg);
131 return jniThrowExceptionFmt(&env->functions, className, fmt, args);
136 return jniThrowNullPointerException(&env->functions, msg);
140 return jniThrowRuntimeException(&env->functions, msg);
144 return jniThrowIOException(&env->functions, errnum);
148 return jniCreateFileDescriptor(&env->functions, fd);
152 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor);
156 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value);
160 jniLogException(&env->functions, priority, tag, exception);