Searched refs:JNI (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Djni_internal.cc62 // Consider turning this on when there is errors which could be related to JNI array copies such as
66 // Section 12.3.2 of the JNI spec describes JNI class descriptors. They're
83 LOG(WARNING) << "Call to JNI FindClass with dots in name: "
327 class JNI { class in namespace:art
334 LOG(WARNING) << "JNI DefineClass is not supported";
421 // Note: JNI is different from regular Java instanceof in this respect
472 LOG(WARNING) << "JNI WARNING: no printStackTrace()V in "
477 LOG(WARNING) << "JNI WARNING: " << PrettyTypeOf(soa.Self()->GetException())
492 LOG(FATAL) << "JNI FatalErro
[all...]
/art/test/
H A DAndroid.run-test.mk458 # also uses Generic JNI instead of the JNI compiler.
/art/compiler/driver/
H A Dcompiler_driver.cc445 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookup)
546 // GetQuickGenericJniStub allowing down calls that aren't compiled using a JNI compiler?
601 // Are we extracting only and have support for generic JNI down calls?
604 // Leaving this empty will trigger the generic JNI version

Completed in 14 milliseconds