Searched refs:other_load_class (Results 1 – 1 of 1) sorted by relevance
2571 const HLoadClass* other_load_class = other->AsLoadClass(); in InstructionDataEquals() local2574 if (type_index_ != other_load_class->type_index_ || in InstructionDataEquals()2575 GetPackedFields() != other_load_class->GetPackedFields()) { in InstructionDataEquals()2582 return GetClass().Get() == other_load_class->GetClass().Get(); in InstructionDataEquals()2586 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals()