Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc3230 const HLoadClass* other_load_class = other->AsLoadClass(); in InstructionDataEquals() local
3233 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()