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

/art/runtime/
H A Djni_internal.cc82 // Section 12.3.2 of the JNI spec describes JNI class descriptors. They're
99 LOG(WARNING) << "Call to JNI FindClass with dots in name: "
332 LOG(ERROR) << "Bad JNI version passed to "
506 // See section 11.3 "Linking Native Methods" of the JNI spec.
578 class JNI { class in namespace:art
585 LOG(WARNING) << "JNI DefineClass is not supported";
680 // Note: JNI is different from regular Java instanceof in this respect
745 LOG(WARNING) << "JNI WARNING: no printStackTrace()V in "
750 LOG(WARNING) << "JNI WARNIN
[all...]
/art/compiler/driver/
H A Dcompiler_driver.cc474 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookup)
2104 // Are we interpreting only and have support for generic JNI down calls?
2107 // Leaving this empty will trigger the generic JNI version

Completed in 770 milliseconds