Home
last modified time | relevance | path

Searched refs:Entry64Count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/codegen/
Dconstant-pool.cc248 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()
Dconstant-pool.h260 size_t Entry64Count() const { return entry64_count_; } in Entry64Count() function
/external/v8/src/codegen/arm64/
Dassembler-arm64.h2642 constpool_.Entry64Count() * kInt64Size; in GetConstantPoolEntriesSizeForTesting()