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 3473 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() 3495 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() 3510 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3521 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3539 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() 3557 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3575 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3582 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags() 3598 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags() [all …]
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 1089 static std::string GetMethodDescription(const DexFile& dex_file, uint32_t index) { in GetMethodDescription() function 1134 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()); in VerifyMethods() 1138 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()) in VerifyMethods() 1144 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()) in VerifyMethods() 1151 + GetMethodDescription(dex_file, entry.GetDexMethodIndex()); in VerifyMethods()
|