Searched refs:CHECK_STREQ (Results 1 – 3 of 3) sorted by relevance
/art/runtime/base/ |
D | logging.h | 57 #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/ |
D | class_linker.cc | 545 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/ |
D | art_method.cc | 294 CHECK_STREQ(GetShorty(), shorty); in Invoke()
|