Home | History | Annotate | Download | only in verifier

Lines Matching refs:GetStringFromId

235     DCHECK_EQ(str, singleton->GetStringFromId(dex_file, new_id));
240 std::string VerifierDeps::GetStringFromId(const DexFile& dex_file, dex::StringIndex string_id)
783 << GetStringFromId(dex_file, entry.GetSource())
785 << GetStringFromId(dex_file, entry.GetDestination())
791 << GetStringFromId(dex_file, entry.GetSource())
793 << GetStringFromId(dex_file, entry.GetDestination())
817 << GetStringFromId(dex_file, entry.GetDeclaringClassIndex())
835 << GetStringFromId(dex_file, method.GetDeclaringClassIndex())
885 const std::string& destination_desc = GetStringFromId(dex_file, entry.GetDestination());
888 const std::string& source_desc = GetStringFromId(dex_file, entry.GetSource());
972 ? GetStringFromId(dex_file, entry.GetDeclaringClassIndex())
1034 ? GetStringFromId(dex_file, entry.GetDeclaringClassIndex())