Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc1439 ProfileCompilationInfo::MethodHotness hot_hotness = GetMethod(info, dex1, hot.index); in TEST_F() local
1440 ASSERT_TRUE(hot_hotness.IsHot()); in TEST_F()
1441 ASSERT_EQ(hot_hotness.GetInlineCacheMap()->size(), 1u); in TEST_F()
1442 ASSERT_TRUE(hot_hotness.GetInlineCacheMap()->Get(0).is_missing_types); in TEST_F()