Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc1616 std::set<uint16_t> expected_hot_methods; in TEST_F() local
1623 expected_hot_methods.insert(i); in TEST_F()
1640 EXPECT_EQ(expected_hot_methods, hot_methods); in TEST_F()