Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h97 static constexpr size_t RESERVED_POOL_LENGTH = INDEX_HEADER_INDEX; // divide the gc area 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()
345 return GetLength() - RESERVED_POOL_LENGTH; in GetCacheLength()
350 return GetLength() - RESERVED_POOL_LENGTH - EXTEND_DATA_NUM; in GetConstpoolLength()

Completed in 3 milliseconds