Home
last modified time | relevance | path

Searched refs:other_load_class (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc2974 const HLoadClass* other_load_class = other->AsLoadClass(); in InstructionDataEquals() local
2977 if (type_index_ != other_load_class->type_index_ || in InstructionDataEquals()
2978 GetPackedFields() != other_load_class->GetPackedFields()) { in InstructionDataEquals()
2986 return GetClass().Get() == other_load_class->GetClass().Get(); in InstructionDataEquals()
2990 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals()