Lines Matching full:functions
18 * JNI helper functions.
123 * For C++ code, we provide inlines that map to the C functions. g++ always
128 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
132 return jniThrowException(&env->functions, className, msg);
144 return jniThrowExceptionFmt(&env->functions, className, fmt, args);
149 return jniThrowNullPointerException(&env->functions, msg);
153 return jniThrowRuntimeException(&env->functions, msg);
157 return jniThrowIOException(&env->functions, errnum);
161 return jniCreateFileDescriptor(&env->functions, fd);
165 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor);
169 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value);
173 return jniGetReferent(&env->functions, ref);
177 jniLogException(&env->functions, priority, tag, exception);
185 return jniGetStackTrace(&env->functions, exception);