Home
last modified time | relevance | path

Searched refs:SetPropertyInlinedProps (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h265 SetPropertyInlinedProps<true>(thread, index, value); in SetPropertyInlinedPropsWithRep()
267 SetPropertyInlinedProps<false>(thread, index, value); in SetPropertyInlinedPropsWithRep()
272 void JSObject::SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value) in SetPropertyInlinedProps() function
274 SetPropertyInlinedProps<needBarrier>(thread, GetJSHClass(), index, value); in SetPropertyInlinedProps()
300 void JSObject::SetPropertyInlinedProps(const JSThread *thread, const JSHClass *hclass, uint32_t ind… in SetPropertyInlinedProps() function
330 SetPropertyInlinedProps<needBarrier>(thread, hclass, attr.GetOffset(), value); in SetProperty()
Djs_function.cpp49 … func->SetPropertyInlinedProps(thread, PROTOTYPE_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
51 … func->SetPropertyInlinedProps(thread, NAME_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
53 … func->SetPropertyInlinedProps(thread, LENGTH_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
80 … func->SetPropertyInlinedProps(thread, NAME_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
82 … func->SetPropertyInlinedProps(thread, LENGTH_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
847 self->SetPropertyInlinedProps(thread, NAME_INLINE_PROPERTY_INDEX, value.GetTaggedValue()); in NameSetter()
Djs_iterator.cpp313 obj->SetPropertyInlinedProps(thread, VALUE_INLINE_PROPERTY_INDEX, value.GetTaggedValue()); in CreateIterResultObject()
314 obj->SetPropertyInlinedProps(thread, DONE_INLINE_PROPERTY_INDEX, JSTaggedValue(done)); in CreateIterResultObject()
Djs_object.h700 … inline void SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value);
702 …inline void SetPropertyInlinedProps(const JSThread *thread, const JSHClass *hclass, uint32_t index,
Djs_function.h157 SetPropertyInlinedProps(thread, LENGTH_INLINE_PROPERTY_INDEX, length); in SetFunctionLength()
Dobject_fast_operator-inl.h618 … objHandle->SetPropertyInlinedProps<true>(thread, nextInlinedPropsIndex, std::get<2>(actualValue)); in AddPropertyByName()
620 …objHandle->SetPropertyInlinedProps<false>(thread, nextInlinedPropsIndex, std::get<2>(actualValue)); in AddPropertyByName()
Dobject_factory.cpp594 cloneObject->SetPropertyInlinedProps(thread_, i, newFunc.GetTaggedValue()); in CloneObjectLiteral()
607 cloneFunc->SetPropertyInlinedProps(thread_, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, length); in CloneJSFuction()
619 cloneFunc->SetPropertyInlinedProps(thread_, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, length); in CloneSFunction()
651 cloneCtor->SetPropertyInlinedProps(thread_, i, newFunc.GetTaggedValue()); in CloneClassCtor()
697 …JSArray::Cast(*obj)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, acces… in NewJSArray()
1142 …JSArray::Cast(*obj)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, acces… in InitializeJSObject()
1859 bundleFunction->SetPropertyInlinedProps(thread_, JSFunction::NAME_INLINE_PROPERTY_INDEX, in NewJSBoundFunction()
1862 bundleFunction->SetPropertyInlinedProps(thread_, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, in NewJSBoundFunction()
4548 array->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, accessor); in NewJSStableArrayWithElements()
4716 object->SetPropertyInlinedProps<true>(thread_, i, descs[i].GetValue().GetTaggedValue()); in CreateJSObjectWithProperties()
[all …]
Djs_object.cpp2605 obj->SetPropertyInlinedProps(thread, i, value); in CreateObjectFromProperties()
2610 obj->SetPropertyInlinedProps(thread, i, properties->Get(i * 2 + 1)); in CreateObjectFromProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp598 SetPropertyInlinedProps(glue, func, hclass, funcprotoAccessor, in InitializeJSFunction()
602 SetPropertyInlinedProps(glue, func, hclass, funcAccessor, in InitializeJSFunction()
606 SetPropertyInlinedProps(glue, func, hclass, funcAccessor, in InitializeJSFunction()
633SetPropertyInlinedProps(glue, func, hclass, funcAccessor, Int32(JSFunction::NAME_INLINE_PROPERTY_I… in InitializeJSFunction()
636SetPropertyInlinedProps(glue, func, hclass, funcAccessor, Int32(JSFunction::LENGTH_INLINE_PROPERTY… in InitializeJSFunction()
749 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, IntToTaggedInt(numArgs), in NewArgumentsObj()
754 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, arrayProtoValuesFunction, in NewArgumentsObj()
758 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, accessorCaller, in NewArgumentsObj()
762 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, accessorCallee, in NewArgumentsObj()
803 SetPropertyInlinedProps(glue_, result->ReadVariable(), hclass, accessor, in NewJSArrayLiteral()
Dhcr_circuit_builder.cpp440 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h439 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
Dstub_builder.h459 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
Dtyped_hcr_lowering.cpp2280 builder_.SetPropertyInlinedProps(glue, *res, intialHClass, accessor, in LowerArrayConstructor()
2312 builder_.SetPropertyInlinedProps(glue, res, intialHClass, accessor, in NewArrayConstructorWithNoArgs()
Dstub_builder-inl.h1911 inline void StubBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function
Dinterpreter_stub.cpp388SetPropertyInlinedProps(glue, *res, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPERTY_… in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp401 prototype->SetPropertyInlinedProps(thread, index, propValue.GetTaggedValue()); in DefineClassFromExtractor()
427 …JSHandle<JSObject>::Cast(constructor)->SetPropertyInlinedProps(thread, index, propValue.GetTaggedV… in DefineClassFromExtractor()
494 prototype->SetPropertyInlinedProps(thread, index, propValue.GetTaggedValue()); in DefineClassWithIHClass()
526 JSHandle<JSObject>::Cast(constructor)->SetPropertyInlinedProps(thread, in DefineClassWithIHClass()
712 prototype->SetPropertyInlinedProps(thread, index, propValue.GetTaggedValue()); in DefineSendableClassFromExtractor()
740 …JSHandle<JSObject>::Cast(constructor)->SetPropertyInlinedProps(thread, index, propValue.GetTaggedV… in DefineSendableClassFromExtractor()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp104 SetPropertyInlinedProps(glue, newArray, intialHClass, accessor, in Concat()
1495SetPropertyInlinedProps(glue, *result, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPER… in NewArray()
1674SetPropertyInlinedProps(glue, newArray, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPE… in From()
1700SetPropertyInlinedProps(glue, newArray, arrayCls, accessor, Int32(JSArray::LENGTH_INLINE_PROPERTY_… in CreateSpliceDeletedArray()
Dbuiltins_stubs.cpp665 SetPropertyInlinedProps(glue, *res, intialHClass, accessor, in DECLARE_BUILTINS()
Dbuiltins_object_stub_builder.cpp161SetPropertyInlinedProps(glue, *result, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPER… in CreateArrayFromList()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1051 cls->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, length); in RuntimeSetClassConstructorLength()
2489 …obj->SetPropertyInlinedProps(thread, JSArguments::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(len)… in RuntimeGetUnmapedJSArgumentObj()
2499 obj->SetPropertyInlinedProps(thread, JSArguments::ITERATOR_INLINE_PROPERTY_INDEX, in RuntimeGetUnmapedJSArgumentObj()
2504 …obj->SetPropertyInlinedProps(thread, JSArguments::CALLER_INLINE_PROPERTY_INDEX, accessorCaller.Get… in RuntimeGetUnmapedJSArgumentObj()
2508 …obj->SetPropertyInlinedProps(thread, JSArguments::CALLEE_INLINE_PROPERTY_INDEX, accessorCallee.Get… in RuntimeGetUnmapedJSArgumentObj()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2099 func->SetPropertyInlinedProps(thread, JSFunction::CLASS_PROTOTYPE_INLINE_PROPERTY_INDEX, in InitClassFunction()
2102 func->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, in InitClassFunction()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2085 …JSArray::Cast(*arrFuncPrototype)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY… in InitializeArray()
3728 obj->SetPropertyInlinedProps(thread_, 0, props->Get(1)); in InitializeDefaultExportOfScript()