Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dsendable_env.h27 static constexpr uint32_t SENDABLE_RESERVED_ENV_LENGTH = 2; member in panda::ecmascript::SendableEnv
37 return TaggedArray::ComputeSize(JSTaggedValue::TaggedTypeSize(), numSlots + SENDABLE_RESERVED_ENV_LENGTH); in ComputeSize()
52 return Get(index + SENDABLE_RESERVED_ENV_LENGTH); in GetProperties()
57 Set(thread, index + SENDABLE_RESERVED_ENV_LENGTH, value); in SetProperties()
H A Dshared_object_factory.cpp919 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + SendableEnv::SENDABLE_RESERVED_ENV_LENGTH); in NewSendableEnv() member in panda::ecmascript::SendableEnv
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1361 GateRef valueIndex = Int32Add(index, Int32(SendableEnv::SENDABLE_RESERVED_ENV_LENGTH)); in GetPropertiesFromSendableEnv()
H A Dslowpath_lowering.cpp2665 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(SendableEnv::SENDABLE_RESERVED_ENV_LENGTH)); in LowerLdSendableVar()
2736 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(SendableEnv::SENDABLE_RESERVED_ENV_LENGTH)); in LowerStSendableVar()
H A Dstub_builder-inl.h3024 GateRef valueIndex = Int32Add(index, Int32(SendableEnv::SENDABLE_RESERVED_ENV_LENGTH)); in SetPropertiesToSendableEnv()

Completed in 41 milliseconds