Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinlining_test.cpp120 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()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.h44 auto GetInlinedMethods() const in GetInlinedMethods() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager_statistics.h44 auto GetInlinedMethods() const in GetInlinedMethods() function