Home
last modified time | relevance | path

Searched refs:AddKey (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp111 layoutInfoHandle->AddKey(thread, i, elementsKey.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
125 newLayoutInfo->AddKey(thread, i, elementsKey.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
154 layoutInfoHandle->AddKey(thread, i, elementsKey.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
189 layoutInfoHandle->AddKey(thread, i, elementsKey.GetTaggedValue(), defaultAttr); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp192 layout->AddKey(thread, index, key.GetTaggedValue(), attributes); in CreateIHClass()
262 layout->AddKey(thread, index, key.GetTaggedValue(), attributes); in CreatePHClass()
336 layout->AddKey(thread, index - numNonStaticFunc, tsPropKey, attributes); in CreateCHClass()
345 layout->AddKey(thread, index + numStaticFunc, tsPropKey, attributes); in CreateCHClass()
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h56 …void AddKey(const JSThread *thread, int index, const JSTaggedValue &key, const PropertyAttributes …
Dlayout_info.cpp35 void LayoutInfo::AddKey(const JSThread *thread, [[maybe_unused]] int index, const JSTaggedValue &ke… in AddKey() function in panda::ecmascript::LayoutInfo
Dobject_factory.cpp680 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLastIndexString(), attributes); in CreateJSRegExpInstanceClass()
704 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLengthString(), attributes); in CreateJSArrayInstanceClass()
732 …layoutInfoHandle->AddKey(thread_, JSArguments::LENGTH_INLINE_PROPERTY_INDEX, globalConst->GetLengt… in CreateJSArguments()
742 layoutInfoHandle->AddKey(thread_, JSArguments::ITERATOR_INLINE_PROPERTY_INDEX, in CreateJSArguments()
753 layoutInfoHandle->AddKey(thread_, JSArguments::CALLER_INLINE_PROPERTY_INDEX, in CreateJSArguments()
764 layoutInfoHandle->AddKey(thread_, JSArguments::CALLEE_INLINE_PROPERTY_INDEX, in CreateJSArguments()
1461 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes); in CreateFunctionClass()
1472 layoutInfoHandle->AddKey(thread_, fieldOrder, in CreateFunctionClass()
1483 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
1491 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
[all …]
Djs_hclass.cpp237 layoutInfoHandle->AddKey(thread, offset, key.GetTaggedValue(), attr); in SetPropertyOfObjHClass()
275 layoutInfoHandle->AddKey(thread, offset, key.GetTaggedValue(), attr); in AddProperty()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp203 layout->AddKey(thread, index, key.GetTaggedValue(), attributes); in CreatePrototypeHClass()
278 layout->AddKey(thread, index, key.GetTaggedValue(), attributes); in CreateConstructorHClass()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp353 layoutInfoHandle->AddKey(thread, offset, keyHandle.GetTaggedValue(), attrValue); in DEF_RUNTIME_STUBS()