Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2571 const HLoadClass* other_load_class = other->AsLoadClass(); in InstructionDataEquals() local
2574 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()