Home
last modified time | relevance | path

Searched refs:GetAllMethodInfos (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/external/
Ddex_file_supp_test.cc264 ASSERT_EQ(dex_file->GetAllMethodInfos(false), infos); in TEST()
274 ASSERT_EQ(dex_file->GetAllMethodInfos(true), infos); in TEST()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h209 std::vector<MethodInfo> GetAllMethodInfos(bool with_signature) { in GetAllMethodInfos() function