Searched defs:jni (Results 1 - 3 of 3) sorted by relevance

/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc40 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { argument
42 if (jni) {
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc41 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { argument
42 UNUSED(jni);
/art/runtime/base/
H A Dlogging.h46 bool jni; member in struct:art::LogVerbosity
52 bool third_party_jni; // Enabled with "-verbose:third-party-jni".
101 // VLOG(jni) << "A JNI operation was performed";

Completed in 63 milliseconds