Searched refs:GetMethodDescription (Results 1 – 2 of 2) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 173 std::string GetMethodDescription(const uint8_t* const begin, in GetMethodDescription() function 3469 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() 3491 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() 3506 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3517 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3535 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() 3553 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3571 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3578 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3594 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() [all …]
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 1142 static std::string GetMethodDescription(const DexFile& dex_file, uint32_t index) { in GetMethodDescription() function 1187 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()); in VerifyMethods() 1191 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()) in VerifyMethods() 1197 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()) in VerifyMethods() 1204 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()); in VerifyMethods()
|