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

/art/compiler/optimizing/
H A Dnodes.h2058 uint32_t GetPackedFields() const { function in class:art::HInstruction
2297 return TypeField::Decode(this->GetPackedFields());
2846 other->AsClassTableGet()->GetPackedFields() == GetPackedFields();
3060 return GetPackedFields() == other->AsCondition()->GetPackedFields();
3564 return GetPackedFields() == other->AsCompare()->GetPackedFields();
5366 other->AsLoadClass()->GetPackedFields() == GetPackedFields();
[all...]
H A Dnodes.cc2446 GetPackedFields() != other_load_string->GetPackedFields()) {

Completed in 43 milliseconds