Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_test.cc819 bool IsTooWide(MockClass* kls) { in IsTooWide() function
828 return IsTooWide(kls->GetParent()); in IsTooWide()
862 if (IsTooWide(kls)) { in TEST_F()
875 ASSERT_TRUE(IsTooWide(child->GetMaxChild())) << *(child->GetMaxChild()); in TEST_F()
907 if (IsTooWide(kls)) { in TEST_F()
920 ASSERT_TRUE(IsTooWide(child->GetMaxChild())) << *(child->GetMaxChild()); in TEST_F()
927 ASSERT_TRUE(IsTooWide(child_subchild->GetMaxChild())) << *(child_subchild->GetMaxChild()); in TEST_F()
948 return !(IsTooDeep(&tree.GetClass()) || IsTooWide(&tree.GetClass())); in EnsureSubtypeOfCorrect()
1028 } else if (IsTooWide(kls)) { in TEST_F()
1041 ASSERT_TRUE(IsTooWide(child->GetMaxChild())) << *(child->GetMaxChild()); in TEST_F()
[all …]