Searched refs:GetInlinedMethods (Results 1 – 3 of 3) sorted by relevance
120 ASSERT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 1U); in TEST_F()161 ASSERT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 2U); in TEST_F()185 ASSERT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 1U); in TEST_F()218 ASSERT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 2U); in TEST_F()254 ASSERT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 1U); in TEST_F()282 ASSERT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 1U); in TEST_F()630 ASSERT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 1U); in TEST_F()731 EXPECT_EQ(GetGraph()->GetPassManager()->GetStatistics()->GetInlinedMethods(), 2U); in TEST_F()
44 auto GetInlinedMethods() const in GetInlinedMethods() function