Searched refs:GetCount (Results 1 – 7 of 7) sorted by relevance
89 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in SpillRegisters()95 while (registers.GetCount() >= 2) { in SpillRegisters()115 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in UnspillRegisters()121 while (registers.GetCount() >= 2) { in UnspillRegisters()
71 int GetCount(Thread* self) REQUIRES(!lock_);
93 int Barrier::GetCount(Thread* self) { in GetCount() function in art::Barrier
470 ss << "Barrier count " << barrier->GetCount(self) << "\n"; in RunEmptyCheckpoint()
73 return GetLengthFromCount(GetCount<kVerifyFlags>()); in GetLength()77 int32_t GetCount() REQUIRES_SHARED(Locks::mutator_lock_) { in GetCount() function183 return kUseStringCompression && IsCompressed(GetCount()); in IsCompressed()
306 if (str->GetCount() == str2->GetCount()) { in MterpStringEquals()
197 if (((core_list.GetCount() > 1) || (fp_list.GetCount() > 1)) && in SaveRestoreLiveRegistersHelper()