Searched refs:other_load_class (Results 1 – 1 of 1) sorted by relevance
3230 const HLoadClass* other_load_class = other->AsLoadClass(); in InstructionDataEquals() local3233 if (type_index_ != other_load_class->type_index_ || in InstructionDataEquals()3234 GetPackedFields() != other_load_class->GetPackedFields()) { in InstructionDataEquals()3242 return GetClass().Get() == other_load_class->GetClass().Get(); in InstructionDataEquals()3246 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals()