Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.h70 static constexpr size_t RESERVED_LENGTH = LITERAL_TYPE_INDEX; member in panda::ecmascript::AOTLiteralInfo
83 return TaggedArray::ComputeSize(JSTaggedValue::TaggedTypeSize(), cacheSize + RESERVED_LENGTH); in ComputeSize()
91 return GetLength() - RESERVED_LENGTH; in GetCacheLength()
H A Daot_file_manager.cpp37 TaggedArray::InitializeWithSpecialValue(initValue, capacity + RESERVED_LENGTH, extraLength); in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.h124 static constexpr size_t RESERVED_LENGTH = EXTRA_INFO_MAP_INDEX; member in panda::ecmascript::ProfileTypeInfo
151 return TaggedArray::ComputeSize(JSTaggedValue::TaggedTypeSize(), AdjustSlotSize(icSlotSize) + RESERVED_LENGTH); in ComputeSize()
156 return GetLength() - RESERVED_LENGTH; in GetIcSlotLength()
218 SetLength(icSlotSize + RESERVED_LENGTH); in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_env.h40 static constexpr uint8_t RESERVED_LENGTH = 1; // divide the gc area member in panda::ecmascript::GlobalEnv
205 static constexpr size_t SIZE = DATA_SIZE + RESERVED_LENGTH * JSTaggedValue::TaggedTypeSize();

Completed in 4 milliseconds