Searched refs:other_load_string (Results 1 – 1 of 1) sorted by relevance
3333 const HLoadString* other_load_string = other->AsLoadString(); in InstructionDataEquals() local3336 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()3337 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()3345 return GetString().Get() == other_load_string->GetString().Get(); in InstructionDataEquals()3348 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()