Home
last modified time | relevance | path

Searched refs:EXTEND_DATA_NUM (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp55 uint32_t cacheSize = cp->GetCacheLength() - ConstantPool::EXTEND_DATA_NUM; in GenerateSnapshotConstantPools()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h101 static constexpr size_t EXTEND_DATA_NUM = 7; member in panda::ecmascript::ConstantPool
318 JSTaggedValue::TaggedTypeSize(), cacheSize + EXTEND_DATA_NUM + RESERVED_POOL_LENGTH); in ComputeSize()
325 SetLength(capacity + EXTEND_DATA_NUM + RESERVED_POOL_LENGTH); in InitializeWithSpecialValue()
350 return GetLength() - RESERVED_POOL_LENGTH - EXTEND_DATA_NUM; in GetConstpoolLength()

Completed in 3 milliseconds