Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc1098 uint16_t invalid_method_index = std::numeric_limits<uint16_t>::max() - 1; in TEST_F() local
1099 ASSERT_FALSE(hot_methods.find(invalid_method_index) != hot_methods.end()); in TEST_F()