Searched refs:GetCount (Results 1 – 9 of 9) sorted by relevance
116 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in SpillRegisters()122 while (registers.GetCount() >= 2) { in SpillRegisters()142 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in UnspillRegisters()148 while (registers.GetCount() >= 2) { in UnspillRegisters()
80 int GetCount(Thread* self) REQUIRES(!GetLock());
99 int Barrier::GetCount(Thread* self) { in GetCount() function in art::Barrier
479 ss << "Barrier count " << barrier->GetCount(self) << "\n"; in RunEmptyCheckpoint()
1514 size_t GetCount() const { in GetCount() function in art::CountInternedStringReferencesVisitor1559 return visitor.GetCount(); in CountInternedStringReferences()
94 return GetLengthFromCount(GetCount<kVerifyFlags>()); in GetLength()98 int32_t GetCount() REQUIRES_SHARED(Locks::mutator_lock_) { in GetCount() function235 return kUseStringCompression && IsCompressed(GetCount()); in IsCompressed()
265 } else if (this->GetCount() != that->GetCount()) { in Equals()
872 DCHECK_EQ(arm64::callee_saved_fp_registers.GetCount(), 8); in TEST_F()892 DCHECK_EQ(arm64::callee_saved_fp_registers.GetCount(), 8); in TEST_F()
1620 if (((core_list.GetCount() > 1) || (fp_list.GetCount() > 1)) && in SaveRestoreLiveRegistersHelperNeonImpl()