Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A 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()
H A 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()
/aosp12/art/runtime/mirror/
H A Dclass-inl.h608 result ? SubtypeCheckInfo::kSubtypeOf : SubtypeCheckInfo::kNotSubtypeOf; in IsSubClass()