Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_riscv64.h40 return GetPackedFields() == other->AsRiscv64ShiftAdd()->GetPackedFields(); in InstructionDataEquals()
Dnodes.h2341 return TypeField::Decode(GetPackedFields()); in GetType()
2708 uint32_t GetPackedFields() const { in GetPackedFields() function
3802 other->AsClassTableGet()->GetPackedFields() == GetPackedFields();
4072 return GetPackedFields() == other->AsCondition()->GetPackedFields();
4557 return GetPackedFields() == other->AsCompare()->GetPackedFields();
7790 return GetPackedFields() == down_cast<const HTypeCheckInstruction*>(other)->GetPackedFields();
Dnodes.cc3277 GetPackedFields() != other_load_class->GetPackedFields()) { in InstructionDataEquals()
3298 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()