HomeSort by relevance Sort by last modified time
    Searched refs:third_party_jni (Results 1 - 5 of 5) sorted by null

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 76 gLogVerbosity.third_party_jni = true;
  /art/runtime/
parsed_options_test.cc 79 EXPECT_FALSE(VLOG_IS_ON(third_party_jni));
parsed_options.cc 265 // gLogVerbosity.third_party_jni = true; // TODO: don't check this in!
500 gLogVerbosity.third_party_jni = true;
    [all...]
check_jni.cc 136 if (VLOG_IS_ON(third_party_jni)) {
404 if (has_method_ && (!soa_.Vm()->trace.empty() || VLOG_IS_ON(third_party_jni))) {
    [all...]
  /art/runtime/base/
logging.h 313 bool third_party_jni; // Enabled with "-verbose:third-party-jni". member in struct:art::LogVerbosity

Completed in 425 milliseconds