Home | History | Annotate | Download | only in optimizing

Lines Matching full:other_load_string

2444   HLoadString* other_load_string = other->AsLoadString();
2445 if (string_index_ != other_load_string->string_index_ ||
2446 GetPackedFields() != other_load_string->GetPackedFields()) {
2451 return GetAddress() == other_load_string->GetAddress();
2453 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile());
2458 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile());