Lines Matching refs:functions
18 * JNI helper functions.
106 * For C++ code, we provide inlines that map to the C functions. g++ always
113 return jniRegisterNativeMethods(&env->functions, className, gMethods,
119 return jniThrowException(&env->functions, className, msg);
123 return jniThrowNullPointerException(&env->functions, msg);
127 return jniThrowRuntimeException(&env->functions, msg);
131 return jniThrowIOException(&env->functions, errnum);
135 return jniCreateFileDescriptor(&env->functions, fd);
139 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor);
144 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value);
149 jniLogException(&env->functions, priority, tag, exception);