Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2103 return TypeField::Decode(GetPackedFields()); in GetType()
2434 uint32_t GetPackedFields() const { in GetPackedFields() function
3407 other->AsClassTableGet()->GetPackedFields() == GetPackedFields(); in InstructionDataEquals()
3643 return GetPackedFields() == other->AsCondition()->GetPackedFields(); in InstructionDataEquals()
4170 return GetPackedFields() == other->AsCompare()->GetPackedFields(); in InstructionDataEquals()
7153 return GetPackedFields() == down_cast<const HTypeCheckInstruction*>(other)->GetPackedFields(); in InstructionDataEquals()
Dnodes.cc2978 GetPackedFields() != other_load_class->GetPackedFields()) { in InstructionDataEquals()
3021 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()