Home
last modified time | relevance | path

Searched refs:DCHECK_STREQ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h725 DCHECK_STREQ(field->GetName(), "interfaces"); in GetInterfaces()
734 DCHECK_STREQ(field->GetName(), "throws"); in GetThrows()
743 DCHECK_STREQ(field->GetName(), "disableIntrinsic"); in GetDisableIntrinsicFlagOffset()
751 DCHECK_STREQ(field->GetName(), "slowPathEnabled"); in GetSlowPathFlagOffset()
Dclass.cc543 DCHECK_STREQ(method.GetName(), "<clinit>"); in FindClassInitializer()
544 DCHECK_STREQ(method.GetSignature().ToString().c_str(), "()V"); in FindClassInitializer()
/art/runtime/base/
Dlogging.h184 #define DCHECK_STREQ(s1, s2) if (::art::kEnableDChecks) CHECK_STREQ(s1, s2) macro
/art/runtime/
Dart_method.cc157 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()