Searched refs:JNINativeInterface_ (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm_misc.hpp58 extern struct JNINativeInterface_* jni_functions_nocheck();
59 extern struct JNINativeInterface_* jni_functions_check();
64 extern struct JNINativeInterface_* jni_functions();
65 extern void copy_jni_function_table(const struct JNINativeInterface_* new_function_table);
H A DjniCheck.cpp82 static struct JNINativeInterface_ * unchecked_jni_NativeInterface;
1808 struct JNINativeInterface_ checked_jni_NativeInterface = {
2091 struct JNINativeInterface_* jni_functions_check() {
2096 // an addition to the JNINativeInterface_ structure without initializing
H A Djni.h190 struct JNINativeInterface_;
197 typedef const struct JNINativeInterface_ *JNIEnv;
214 struct JNINativeInterface_ { struct
783 const struct JNINativeInterface_ *functions;
H A DjvmtiEnv.cpp99 const struct JNINativeInterface_ *_function_table;
101 VM_JNIFunctionTableCopier(const struct JNINativeInterface_ *func_tbl) {
H A Djni.cpp4629 struct JNINativeInterface_ jni_NativeInterface = {
4917 void copy_jni_function_table(const struct JNINativeInterface_ *new_jni_NativeInterface) {
4921 for (uint i=0; i < sizeof(struct JNINativeInterface_)/sizeof(void *); i++) {
4973 struct JNINativeInterface_* jni_functions() {
4979 struct JNINativeInterface_* jni_functions_nocheck() {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp951 void set_jni_functions(struct JNINativeInterface_* functionTable) {
954 struct JNINativeInterface_* get_jni_functions() {
955 return (struct JNINativeInterface_ *)_jni_environment.functions;
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h190 struct JNINativeInterface_;
197 typedef const struct JNINativeInterface_ *JNIEnv;
214 struct JNINativeInterface_ { struct
783 const struct JNINativeInterface_ *functions;
H A Djvmti.h77 typedef struct JNINativeInterface_ jniNativeInterface;

Completed in 115 milliseconds