Searched defs:JNI (Results 1 - 2 of 2) sorted by path

/art/runtime/
H A Djni_internal.cc79 // Consider turning this on when there is errors which could be related to JNI array copies such as
177 // Section 12.3.2 of the JNI spec describes JNI class descriptors. They're
194 LOG(WARNING) << "Call to JNI FindClass with dots in name: "
448 class JNI { class in namespace:art
455 LOG(WARNING) << "JNI DefineClass is not supported";
545 // Note: JNI is different from regular Java instanceof in this respect
596 LOG(WARNING) << "JNI WARNING: no printStackTrace()V in "
601 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException())
616 LOG(FATAL) << "JNI FatalErro
[all...]
/art/test/674-hiddenapi/src-ex/
H A DJNI.java17 public class JNI { class

Completed in 336 milliseconds