Home | History | Annotate | Download | only in jit

Lines Matching refs:info1

301   ProfileCompilationInfo info1;
302 ASSERT_TRUE(info1.Load(GetFd(profile)));
303 ASSERT_EQ(info1.GetNumberOfMethods(), main_methods.size());
307 ASSERT_TRUE(info1.GetMethodHotness(
381 ProfileCompilationInfo info1;
382 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info1));
387 ASSERT_FALSE(info1.MergeWith(info2));