Searched refs:Entry64Count (Results 1 – 3 of 3) sorted by relevance
248 if (Entry32Count() + Entry64Count() > ConstantPool::kApproxMaxEntryCount) { in RecordKey()362 if (Entry32Count() + Entry64Count() > ConstantPool::kApproxMaxEntryCount) { in ShouldEmitNow()378 if (Entry64Count() != 0) { in ShouldEmitNow()410 Entry32Count() * kInt32Size + alignment + Entry64Count() * kInt64Size; in ComputeSize()417 if (Entry64Count() != 0 && in IsAlignmentRequiredIfEmittedAt()436 Entry64Count() == 0 || (pool_end_64 < first_use_64_ + kMaxDistToPool64); in IsInImmRangeIfEmittedAt()
260 size_t Entry64Count() const { return entry64_count_; } in Entry64Count() function
2642 constpool_.Entry64Count() * kInt64Size; in GetConstantPoolEntriesSizeForTesting()