Lines Matching refs:PrettyMethod
200 *error += PrettyMethod(method_idx, *dex_file);
244 *error += PrettyMethod(method_idx, *dex_file);
280 << PrettyMethod(method_idx, *dex_file) << "\n");
289 << PrettyMethod(method_idx, *dex_file) << "\n");
299 LOG(WARNING) << "Verification of " << PrettyMethod(method_idx, *dex_file)
526 std::string location(StringPrintf("%s: [0x%X] ", PrettyMethod(dex_method_idx_, *dex_file_).c_str(),
534 return info_messages_ << "VFY: " << PrettyMethod(dex_method_idx_, *dex_file_)
1119 prepend += PrettyMethod(dex_method_idx_, *dex_file_);
1368 LOG(FATAL) << "work_line diverged in " << PrettyMethod(dex_method_idx_, *dex_file_)
1376 std::string prepend(PrettyMethod(dex_method_idx_, *dex_file_));
1426 // if (PrettyMethod(dex_method_idx_, *dex_file_) ==
2378 << PrettyMethod(abs_method) << "'";
3089 << PrettyMethod(res_method);
3095 << PrettyMethod(res_method);
3100 Fail(VERIFY_ERROR_ACCESS_METHOD) << "illegal method access (call " << PrettyMethod(res_method)
3107 << PrettyMethod(res_method);
3112 Fail(VERIFY_ERROR_CLASS_CHANGE) << "non-interface method " << PrettyMethod(res_method)
3116 Fail(VERIFY_ERROR_CLASS_CHANGE) << "interface method " << PrettyMethod(res_method)
3127 " type of " << PrettyMethod(res_method);
3316 << PrettyMethod(dex_method_idx_, *dex_file_)
3317 << " to super " << PrettyMethod(res_method);
3323 << PrettyMethod(dex_method_idx_, *dex_file_)
3449 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invalid call to '" << PrettyMethod(res_method)
3458 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation of " << PrettyMethod(res_method)
3470 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation of " << PrettyMethod(res_method)
3745 << " of " << PrettyMethod(dex_method_idx_, *dex_file_);