HomeSort by relevance Sort by last modified time
    Searched refs:kNotSubtypeOf (Results 1 - 3 of 3) sorted by null

  /art/runtime/
subtype_check_info.h 137 kNotSubtypeOf, // Enough data. src is not a subchild of the target.
168 // Normally, return kSubtypeOf or kNotSubtypeOf.
193 return result ? Result::kSubtypeOf : Result::kNotSubtypeOf;
subtype_check_test.cc 411 EXPECT_EQ(SubtypeCheckInfo::kNotSubtypeOf, root.IsSubtypeOf(child_tree)) << child_tree;
960 a->SlowIsSubtypeOf(b) ? SubtypeCheckInfo::kSubtypeOf : SubtypeCheckInfo::kNotSubtypeOf;
    [all...]
  /art/runtime/mirror/
class-inl.h 586 result ? SubtypeCheckInfo::kSubtypeOf : SubtypeCheckInfo::kNotSubtypeOf;
    [all...]

Completed in 489 milliseconds