Home
last modified time | relevance | path

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

/art/runtime/base/
Dlogging.h88 #define DCHECK_STREQ(s1, s2) CHECK_STREQ(s1, s2) macro
122 #define DCHECK_STREQ(str1, str2) \ macro
/art/runtime/mirror/
Dclass-inl.h698 DCHECK_STREQ(GetSFields()->Get(0)->GetName(), "interfaces"); in GetInterfaces()
707 DCHECK_STREQ(GetSFields()->Get(1)->GetName(), "throws"); in GetThrows()
716 DCHECK_STREQ(GetSFields()->Get(0)->GetName(), "disableIntrinsic"); in GetDisableIntrinsicFlagOffset()
724 DCHECK_STREQ(GetSFields()->Get(1)->GetName(), "slowPathEnabled"); in GetSlowPathFlagOffset()
Dclass.cc546 DCHECK_STREQ(method->GetName(), "<clinit>"); in FindClassInitializer()
547 DCHECK_STREQ(method->GetSignature().ToString().c_str(), "()V"); in FindClassInitializer()
/art/runtime/
Dmethod_helper.cc113 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()