Searched refs:getMethodCount (Results 1 – 2 of 2) sorted by relevance
66 ASSERT_EQ(n, methodStatistics.getMethodCount(HELLO_CODE)); in TEST()71 ASSERT_EQ(0U, methodStatistics.getMethodCount(UNKNOWN_CODE)); in TEST()
82 size_t getMethodCount(const Code& code) const { in getMethodCount() function