Searched refs:error_ss (Results 1 – 1 of 1) sorted by relevance
61 std::stringstream error_ss; in GetResolvedMethodErrorString() local63 error_ss << "BCP vector {"; in GetResolvedMethodErrorString()65 error_ss << separator << df << "(" << df->GetLocation() << ")"; in GetResolvedMethodErrorString()68 error_ss << "}. oat_dex_files vector: {"; in GetResolvedMethodErrorString()72 error_ss << separator << odf_value << "(" << odf_value->GetDexFileLocation() << ")"; in GetResolvedMethodErrorString()75 error_ss << "}. "; in GetResolvedMethodErrorString()77 error_ss << "Inlined method: " << inlined_method->PrettyMethod() << " (" in GetResolvedMethodErrorString()81 error_ss << "Could not find an inlined method from an .oat file, using dex_cache to print the " in GetResolvedMethodErrorString()87 error_ss << "Both inlined_method and dex_cache are null. This means that we had an OOB access " in GetResolvedMethodErrorString()90 error_ss << "The outer method is: " << parent_method->PrettyMethod() << " (" in GetResolvedMethodErrorString()[all …]