Lines Matching refs:h
196 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
197 ASSERT_TRUE(h.IsHot()); in TEST_F()
198 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
216 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
217 ASSERT_TRUE(h.IsHot()); in TEST_F()
218 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
221 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F() local
222 ASSERT_TRUE(h.IsHot()); in TEST_F()
223 ASSERT_TRUE(h.IsStartup()); in TEST_F()
257 Hotness h = info.GetMethodHotness(method_ref); in TEST_F() local
258 ASSERT_TRUE(h.IsHot()); in TEST_F()
259 ASSERT_TRUE(h.IsStartup()); in TEST_F()