Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dintrinsics.cc370 DCHECK_STREQ(field->GetName(), "disableIntrinsic"); in GetReferenceDisableIntrinsicOffset()
378 DCHECK_STREQ(field->GetName(), "slowPathEnabled"); in GetReferenceSlowPathEnabledOffset()
H A Doptimization.cc318 DCHECK_STREQ(pass_name, opt->GetPassName()); // Consistency check. in ConstructOptimizations()
H A Dinstruction_builder.cc815 DCHECK_STREQ("<init>", graph_->GetMethodName()); in BuildReturn()
/aosp12/system/libbase/
H A Dlogging_test.cpp119 ASSERT_DEATH({SuppressAbortUI(); DCHECK_STREQ("foo", "bar");}, in TEST()
122 DCHECK_STREQ("foo", "foo"); in TEST()
/aosp12/art/runtime/gc/
H A Dreference_processor.cc58 DCHECK_STREQ(field->GetName(), "slowPathEnabled"); in GetSlowPathFlagOffset()
/aosp12/system/libbase/include/android-base/
H A Dlogging.h335 #define DCHECK_STREQ(s1, s2) \ macro
/aosp12/art/runtime/mirror/
H A Dclass-inl.h899 DCHECK_STREQ(field->GetName(), "interfaces"); in GetProxyInterfaces()
908 DCHECK_STREQ(field->GetName(), "throws"); in GetProxyThrows()
H A Dclass.cc894 DCHECK_STREQ(method.GetName(), "<clinit>"); in FindClassInitializer()
895 DCHECK_STREQ(method.GetSignature().ToString().c_str(), "()V"); in FindClassInitializer()
/aosp12/art/runtime/
H A Dart_method.cc249 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid)); in FindDexMethodIndexInOtherDexFile()
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc100 DCHECK_STREQ(shorty_, shorty); in UpdateShorty()