Searched refs:DCHECK_STREQ (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics.cc | 370 DCHECK_STREQ(field->GetName(), "disableIntrinsic"); in GetReferenceDisableIntrinsicOffset() 378 DCHECK_STREQ(field->GetName(), "slowPathEnabled"); in GetReferenceSlowPathEnabledOffset()
|
H A D | optimization.cc | 318 DCHECK_STREQ(pass_name, opt->GetPassName()); // Consistency check. in ConstructOptimizations()
|
H A D | instruction_builder.cc | 815 DCHECK_STREQ("<init>", graph_->GetMethodName()); in BuildReturn()
|
/aosp12/system/libbase/ |
H A D | logging_test.cpp | 119 ASSERT_DEATH({SuppressAbortUI(); DCHECK_STREQ("foo", "bar");}, in TEST() 122 DCHECK_STREQ("foo", "foo"); in TEST()
|
/aosp12/art/runtime/gc/ |
H A D | reference_processor.cc | 58 DCHECK_STREQ(field->GetName(), "slowPathEnabled"); in GetSlowPathFlagOffset()
|
/aosp12/system/libbase/include/android-base/ |
H A D | logging.h | 335 #define DCHECK_STREQ(s1, s2) \ macro
|
/aosp12/art/runtime/mirror/ |
H A D | class-inl.h | 899 DCHECK_STREQ(field->GetName(), "interfaces"); in GetProxyInterfaces() 908 DCHECK_STREQ(field->GetName(), "throws"); in GetProxyThrows()
|
H A D | class.cc | 894 DCHECK_STREQ(method.GetName(), "<clinit>"); in FindClassInitializer() 895 DCHECK_STREQ(method.GetSignature().ToString().c_str(), "()V"); in FindClassInitializer()
|
/aosp12/art/runtime/ |
H A D | art_method.cc | 249 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
|
/aosp12/art/runtime/jit/ |
H A D | jit_code_cache.cc | 100 DCHECK_STREQ(shorty_, shorty); in UpdateShorty()
|