Home
last modified time | relevance | path

Searched defs:JNINativeInterface_ (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/jni-sys/src/
Dlib.rs105 pub type JNIEnv = *const JNINativeInterface_; constant
110 pub struct JNINativeInterface_ { struct
111 pub reserved0: *mut c_void,
112 pub reserved1: *mut c_void,
113 pub reserved2: *mut c_void,
114 pub reserved3: *mut c_void,
115 pub GetVersion: Option<unsafe extern "system" fn(env: *mut JNIEnv) -> jint>,
116 pub DefineClass: Option<
124 pub FindClass:
126 pub FromReflectedMethod:
[all …]
/external/oj-libjdwp/src/share/javavm/export/
Djni.h214 struct JNINativeInterface_ { struct
215 void *reserved0;
216 void *reserved1;
217 void *reserved2;
219 void *reserved3;
250 void (JNICALL *ExceptionDescribe)
252 void (JNICALL *ExceptionClear)
254 void (JNICALL *FatalError)
264 void (JNICALL *DeleteGlobalRef)
266 void (JNICALL *DeleteLocalRef)
[all …]