Searched refs:other_load_string (Results 1 – 1 of 1) sorted by relevance
3294 const HLoadString* other_load_string = other->AsLoadString(); in InstructionDataEquals() local3297 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()3298 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()3306 return GetString().Get() == other_load_string->GetString().Get(); in InstructionDataEquals()3309 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()