Searched defs:UnregisterNatives (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Dcheck_jni.cc1658 static jint UnregisterNatives(JNIEnv* env, jclass c) { function in class:art::CheckJNI
1660 return CHECK_JNI_EXIT("I", baseEnv(env)->UnregisterNatives(env, c));
2002 CheckJNI::UnregisterNatives,
H A Djni_internal.cc2429 static jint UnregisterNatives(JNIEnv* env, jclass java_class) { function in class:art::JNI
2453 LOG(WARNING) << "JNI UnregisterNatives: attempt to unregister native methods of class '"
2936 JNI::UnregisterNatives,

Completed in 44 milliseconds