Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dlexical_env.h27 static constexpr uint32_t RESERVED_ENV_LENGTH = 2; member in panda::ecmascript::LexicalEnv
37 return TaggedArray::ComputeSize(JSTaggedValue::TaggedTypeSize(), numSlots + RESERVED_ENV_LENGTH); in ComputeSize()
52 return Get(index + RESERVED_ENV_LENGTH); in GetProperties()
57 Set(thread, index + RESERVED_ENV_LENGTH, value); in SetProperties()
H A Dobject_factory-inl.h144 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + LexicalEnv::RESERVED_ENV_LENGTH); in InlineNewLexicalEnv() member in panda::ecmascript::LexicalEnv
H A Dobject_factory.cpp2314 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + LexicalEnv::RESERVED_ENV_LENGTH); in NewLexicalEnv() member in panda::ecmascript::LexicalEnv
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.cpp161 indexValue += LexicalEnv::RESERVED_ENV_LENGTH; in LowerLdLexVar()
185 indexValue += LexicalEnv::RESERVED_ENV_LENGTH; in LowerStLexVar()
H A Dcircuit_builder.cpp1114 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in GetPropertiesFromLexicalEnv()
H A Dnew_object_stub_builder.cpp42 auto length = Int32Add(numSlots, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in NewLexicalEnv()
55 result->ReadVariable(), Hole(), Int32(LexicalEnv::RESERVED_ENV_LENGTH), length); in NewLexicalEnv()
H A Dslowpath_lowering.cpp2630 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerLdLexVar()
2699 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerStLexVar()
H A Dstub_builder.cpp5349 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in SetPropertiesToLexicalEnv()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp115 slot < LexicalEnv::Cast(env.GetTaggedObject())->GetLength() - LexicalEnv::RESERVED_ENV_LENGTH && in AddLexPropertiesToRecord()
160 ASSERT(slot < LexicalEnv::Cast(env.GetTaggedObject())->GetLength() - LexicalEnv::RESERVED_ENV_LENGTH); in DropLastFrame() member in panda::ecmascript::tooling::LexicalEnv
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h3221 uint32_t length = handleLexicalEnv->GetLength() - LexicalEnv::RESERVED_ENV_LENGTH;

Completed in 63 milliseconds