Searched refs:GetAllMethodInfos (Results 1 – 2 of 2) sorted by relevance
264 ASSERT_EQ(dex_file->GetAllMethodInfos(false), infos); in TEST()274 ASSERT_EQ(dex_file->GetAllMethodInfos(true), infos); in TEST()
209 std::vector<MethodInfo> GetAllMethodInfos(bool with_signature) { in GetAllMethodInfos() function