Searched refs:hot_hotness (Results 1 – 1 of 1) sorted by relevance
1439 ProfileCompilationInfo::MethodHotness hot_hotness = GetMethod(info, dex1, hot.index); in TEST_F() local1440 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()