Searched refs:DCHECK_STREQ (Results 1 – 4 of 4) sorted by relevance
725 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()
543 DCHECK_STREQ(method.GetName(), "<clinit>"); in FindClassInitializer()544 DCHECK_STREQ(method.GetSignature().ToString().c_str(), "()V"); in FindClassInitializer()
184 #define DCHECK_STREQ(s1, s2) if (::art::kEnableDChecks) CHECK_STREQ(s1, s2) macro
157 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()