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

/art/compiler/optimizing/
H A Dnodes.h2356 uint32_t GetPackedFields() const { function in class:art::HInstruction
2655 return TypeField::Decode(this->GetPackedFields());
3346 other->AsClassTableGet()->GetPackedFields() == GetPackedFields();
3582 return GetPackedFields() == other->AsCondition()->GetPackedFields();
4109 return GetPackedFields() == other->AsCompare()->GetPackedFields();
H A Dnodes.cc2923 GetPackedFields() != other_load_class->GetPackedFields()) {
2966 GetPackedFields() != other_load_string->GetPackedFields()) {

Completed in 69 milliseconds