Searched refs:other_load_string (Results 1 – 1 of 1) sorted by relevance
3017 const HLoadString* other_load_string = other->AsLoadString(); in InstructionDataEquals() local3020 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()3021 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()3029 return GetString().Get() == other_load_string->GetString().Get(); in InstructionDataEquals()3032 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()