Searched refs:DCHECK_STREQ (Results 1 – 4 of 4) sorted by relevance
/art/runtime/base/ |
D | logging.h | 88 #define DCHECK_STREQ(s1, s2) CHECK_STREQ(s1, s2) macro 122 #define DCHECK_STREQ(str1, str2) \ macro
|
/art/runtime/mirror/ |
D | class-inl.h | 698 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()
|
D | class.cc | 546 DCHECK_STREQ(method->GetName(), "<clinit>"); in FindClassInitializer() 547 DCHECK_STREQ(method->GetSignature().ToString().c_str(), "()V"); in FindClassInitializer()
|
/art/runtime/ |
D | method_helper.cc | 113 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
|