Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2956 GetPackedFields() != other_load_class->GetPackedFields()) { in InstructionDataEquals()
2977 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()
Dnodes.h2174 return TypeField::Decode(GetPackedFields()); in GetType()
2506 uint32_t GetPackedFields() const { in GetPackedFields() function
3479 other->AsClassTableGet()->GetPackedFields() == GetPackedFields(); in InstructionDataEquals()
3715 return GetPackedFields() == other->AsCondition()->GetPackedFields(); in InstructionDataEquals()
4240 return GetPackedFields() == other->AsCompare()->GetPackedFields(); in InstructionDataEquals()
7313 return GetPackedFields() == down_cast<const HTypeCheckInstruction*>(other)->GetPackedFields(); in InstructionDataEquals()