Home
last modified time | relevance | path

Searched refs:CHECK_STREQ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dlogging.h57 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) macro
88 #define DCHECK_STREQ(s1, s2) CHECK_STREQ(s1, s2)
124 CHECK_STREQ(str1, str2)
/art/runtime/
Dclass_linker.cc545 CHECK_STREQ(pendingNext->GetName(), "pendingNext"); in FinishInit()
546 CHECK_STREQ(pendingNext->GetTypeDescriptor(), "Ljava/lang/ref/Reference;"); in FinishInit()
549 CHECK_STREQ(queue->GetName(), "queue"); in FinishInit()
550 CHECK_STREQ(queue->GetTypeDescriptor(), "Ljava/lang/ref/ReferenceQueue;"); in FinishInit()
553 CHECK_STREQ(queueNext->GetName(), "queueNext"); in FinishInit()
554 CHECK_STREQ(queueNext->GetTypeDescriptor(), "Ljava/lang/ref/Reference;"); in FinishInit()
557 CHECK_STREQ(referent->GetName(), "referent"); in FinishInit()
558 CHECK_STREQ(referent->GetTypeDescriptor(), "Ljava/lang/Object;"); in FinishInit()
561 CHECK_STREQ(zombie->GetName(), "zombie"); in FinishInit()
562 CHECK_STREQ(zombie->GetTypeDescriptor(), "Ljava/lang/Object;"); in FinishInit()
[all …]
/art/runtime/mirror/
Dart_method.cc294 CHECK_STREQ(GetShorty(), shorty); in Invoke()