Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_test.cc657 const std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>>& transitions) { in EnsureStateChangedTestRecursive() argument
664 transitions[cur_depth].first, in EnsureStateChangedTestRecursive()
665 transitions[cur_depth].second); in EnsureStateChangedTestRecursive()
674 EnsureStateChangedTestRecursive(child, cur_depth + 1u, total_depth, transitions); in EnsureStateChangedTestRecursive()
681 const std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>>& transitions) { in EnsureStateChangedTest() argument
682 ASSERT_EQ(depth, transitions.size()); in EnsureStateChangedTest()
684 EnsureStateChangedTestRecursive(root, /*cur_depth=*/0u, depth, transitions); in EnsureStateChangedTest()
688 auto transitions = [](MockClass* kls) { in TEST_F() local
733 EnsureStateChangedTestRecursiveGeneric(root_, 0u, kMaxDepthForThisTest, transitions, expected); in TEST_F()
760 auto transitions = [](MockClass* kls) { in TEST_F() local
[all …]