Searched defs:other_load_string (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc2962 const HLoadString* other_load_string = other->AsLoadString(); local
2965 if (string_index_ != other_load_string->string_index_ ||
2966 GetPackedFields() != other_load_string->GetPackedFields()) {
2974 return GetString().Get() == other_load_string->GetString().Get();
2977 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile());

Completed in 44 milliseconds