Searched refs:GetCount (Results 1 – 10 of 10) sorted by relevance
117 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in SpillRegisters()123 while (registers.GetCount() >= 2) { in SpillRegisters()143 if (!IsAlignedParam(offset, 2 * size) && registers.GetCount() % 2 != 0) { in UnspillRegisters()149 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
464 ss << "Barrier count " << barrier->GetCount(self) << "\n"; in RunEmptyCheckpoint()
1421 size_t GetCount() const { in GetCount() function in art::CountInternedStringReferencesVisitor1466 return visitor.GetCount(); in CountInternedStringReferences()
93 return GetLengthFromCount(GetCount<kVerifyFlags>()); in GetLength()97 int32_t GetCount() REQUIRES_SHARED(Locks::mutator_lock_) { in GetCount() function199 return kUseStringCompression && IsCompressed(GetCount()); in IsCompressed()
221 } else if (this->GetCount() != that->GetCount()) { in Equals()
306 if (str->GetCount() == str2->GetCount()) { in MterpStringEquals()
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()