Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info.h137 kNotSubtypeOf, // Enough data. src is not a subchild of the target. enumerator
193 return result ? Result::kSubtypeOf : Result::kNotSubtypeOf; in IsSubtypeOf()
Dsubtype_check_test.cc411 EXPECT_EQ(SubtypeCheckInfo::kNotSubtypeOf, root.IsSubtypeOf(child_tree)) << child_tree; in TEST_F()
960 a->SlowIsSubtypeOf(b) ? SubtypeCheckInfo::kSubtypeOf : SubtypeCheckInfo::kNotSubtypeOf; in EnsureSubtypeOfCorrect()
/art/runtime/mirror/
Dclass-inl.h608 result ? SubtypeCheckInfo::kSubtypeOf : SubtypeCheckInfo::kNotSubtypeOf; in IsSubClass()