Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_test.cc693 constexpr size_t kMaxDepthForThisTest = BitString::kCapacity; in TEST_F() local
725 ASSERT_NE(kls->Depth(), kMaxDepthForThisTest); in TEST_F()
733 EnsureStateChangedTestRecursiveGeneric(root_, 0u, kMaxDepthForThisTest, transitions, expected); in TEST_F()
754 kMaxDepthForThisTest, in TEST_F()
765 constexpr size_t kMaxDepthForThisTest = BitString::kCapacity + 1u; in TEST_F() local
780 EnsureStateChangedTestRecursiveGeneric(root_, 0u, kMaxDepthForThisTest, transitions, expected); in TEST_F()
789 constexpr size_t kMaxDepthForThisTest = BitString::kCapacity + 2u; in TEST_F() local
805 EnsureStateChangedTestRecursiveGeneric(root_, 0u, kMaxDepthForThisTest, transitions, expected); in TEST_F()
854 constexpr size_t kMaxDepthForThisTest = std::numeric_limits<size_t>::max(); in TEST_F() local
883 kMaxDepthForThisTest, in TEST_F()
[all …]