Searched refs:GetCount (Results 1 – 7 of 7) sorted by relevance
121 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in SpillRegisters()127 while (registers.GetCount() >= 2) { in SpillRegisters()147 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in UnspillRegisters()153 while (registers.GetCount() >= 2) { in UnspillRegisters()
77 int GetCount(Thread* self) REQUIRES(!GetLock());
94 int Barrier::GetCount(Thread* self) { in GetCount() function in art::Barrier
472 ss << "Barrier count " << barrier->GetCount(self) << "\n"; in RunEmptyCheckpoint()
87 return GetLengthFromCount(GetCount<kVerifyFlags>()); in GetLength()91 int32_t GetCount() REQUIRES_SHARED(Locks::mutator_lock_) { in GetCount() function194 return kUseStringCompression && IsCompressed(GetCount()); in IsCompressed()
306 if (str->GetCount() == str2->GetCount()) { in MterpStringEquals()
191 if (((core_list.GetCount() > 1) || (fp_list.GetCount() > 1)) && in SaveRestoreLiveRegistersHelper()