Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h255 SetPropertyInlinedProps<true>(thread, index, value); in SetPropertyInlinedPropsWithRep()
257 SetPropertyInlinedProps<false>(thread, index, value); in SetPropertyInlinedPropsWithRep()
262 void JSObject::SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value) in SetPropertyInlinedProps() function
264 SetPropertyInlinedProps<needBarrier>(thread, GetJSHClass(), index, value); in SetPropertyInlinedProps()
290 void JSObject::SetPropertyInlinedProps(const JSThread *thread, const JSHClass *hclass, uint32_t ind… in SetPropertyInlinedProps() function
320 SetPropertyInlinedProps<needBarrier>(thread, hclass, attr.GetOffset(), value); in SetProperty()
Djs_iterator.cpp312 obj->SetPropertyInlinedProps(thread, VALUE_INLINE_PROPERTY_INDEX, value.GetTaggedValue()); in CreateIterResultObject()
313 obj->SetPropertyInlinedProps(thread, DONE_INLINE_PROPERTY_INDEX, JSTaggedValue(done)); in CreateIterResultObject()
Djs_function.cpp48 … func->SetPropertyInlinedProps(thread, PROTOTYPE_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
50 … func->SetPropertyInlinedProps(thread, NAME_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
71 … func->SetPropertyInlinedProps(thread, NAME_INLINE_PROPERTY_INDEX, accessor.GetTaggedValue()); in InitializeJSFunction()
726 self->SetPropertyInlinedProps(thread, NAME_INLINE_PROPERTY_INDEX, value.GetTaggedValue()); in NameSetter()
Djs_object.h621 … inline void SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value);
623 …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.h498 … objHandle->SetPropertyInlinedProps(thread, nextInlinedPropsIndex, valueHandle.GetTaggedValue()); in AddPropertyByName()
Dobject_factory.cpp571 cloneObject->SetPropertyInlinedProps(thread_, i, newFunc.GetTaggedValue()); in CloneObjectLiteral()
584 cloneFunc->SetPropertyInlinedProps(thread_, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, length); in CloneJSFuction()
615 cloneCtor->SetPropertyInlinedProps(thread_, i, newFunc.GetTaggedValue()); in CloneClassCtor()
1043 …JSArray::Cast(*obj)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, acces… in InitializeJSObject()
4045 array->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, accessor); in NewJSStableArrayWithElements()
Djs_object.cpp300 obj->SetPropertyInlinedProps(thread, index, JSTaggedValue::Hole()); in DeletePropertyInternal()
2156 obj->SetPropertyInlinedProps(thread, i, properties->Get(i * 2 + 1)); in CreateObjectFromProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp253 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, IntToTaggedInt(numArgs), in NewArgumentsObj()
258 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, arrayProtoValuesFunction, in NewArgumentsObj()
262 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, accessorCaller, in NewArgumentsObj()
266 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, accessorCallee, in NewArgumentsObj()
305 SetPropertyInlinedProps(glue_, result->ReadVariable(), hclass, accessor, in NewJSArrayLiteral()
Dstub_builder.h400 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
Dinterpreter_stub.cpp4105 SetPropertyInlinedProps(glue, *result, hclass, Int16ToTaggedInt(length), in DECLARE_ASM_HANDLER()
4132 SetPropertyInlinedProps(glue, *result, hclass, Int8ToTaggedInt(length), in DECLARE_ASM_HANDLER()
4159 SetPropertyInlinedProps(glue, *result, hclass, Int8ToTaggedInt(length), in DECLARE_ASM_HANDLER()
4184 SetPropertyInlinedProps(glue, *result, hclass, Int8ToTaggedInt(length), in DECLARE_ASM_HANDLER()
Dcircuit_builder.h609 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
Dslowpath_lowering.cpp2467 builder_.SetPropertyInlinedProps(glue_, result, hClass, builder_.ToTaggedInt(length), in LowerDefineFunc()
2745 builder_.SetPropertyInlinedProps(glue_, result, hclass, builder_.ToTaggedInt(length), in LowerDefineMethod()
Dstub_builder-inl.h1593 inline void StubBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function
Dcircuit_builder.cpp1690 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp798 SetPropertyInlinedProps(glue, receiver, hclass, value, numberOfProps); in AddPropertyByName()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp366 prototype->SetPropertyInlinedProps(thread, index, propValue.GetTaggedValue()); in DefineClassFromExtractor()
392 …JSHandle<JSObject>::Cast(constructor)->SetPropertyInlinedProps(thread, index, propValue.GetTaggedV… in DefineClassFromExtractor()
453 prototype->SetPropertyInlinedProps(thread, index, propValue.GetTaggedValue()); in DefineClassWithIHClass()
485 JSHandle<JSObject>::Cast(constructor)->SetPropertyInlinedProps(thread, in DefineClassWithIHClass()
Dliteral_data_extractor.cpp228 …jsFunc->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in DefineMethodInLiteral()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h943 cls->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, length); in RuntimeSetClassConstructorLength()
2213 …obj->SetPropertyInlinedProps(thread, JSArguments::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(len)… in RuntimeGetUnmapedJSArgumentObj()
2223 obj->SetPropertyInlinedProps(thread, JSArguments::ITERATOR_INLINE_PROPERTY_INDEX, in RuntimeGetUnmapedJSArgumentObj()
2228 …obj->SetPropertyInlinedProps(thread, JSArguments::CALLER_INLINE_PROPERTY_INDEX, accessorCaller.Get… in RuntimeGetUnmapedJSArgumentObj()
2232 …obj->SetPropertyInlinedProps(thread, JSArguments::CALLEE_INLINE_PROPERTY_INDEX, accessorCallee.Get… in RuntimeGetUnmapedJSArgumentObj()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1181 SetPropertyInlinedProps(glue, *res, intialHClass, accessor, in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h4810 …jsFunc->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in RunInternal()
4834 …jsFunc->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in RunInternal()
4862 …result->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in RunInternal()
4889 …result->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in RunInternal()
Dinterpreter_assembly.cpp6490 …result->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in HandleDefinemethodImm16Id16Imm8()
6605 …result->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in HandleDefinemethodImm8Id16Imm8()
6633 …jsFunc->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in HandleDefinefuncImm16Id16Imm8()
6661 …jsFunc->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in HandleDefinefuncImm8Id16Imm8()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2074 …JSArray::Cast(*arrFuncPrototype)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY… in InitializeArray()
3900 obj->SetPropertyInlinedProps(thread_, 0, props->Get(1)); in InitializeDefaultExportOfScript()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1699 current->SetPropertyInlinedProps(thread, JSFunction::CLASS_PROTOTYPE_INLINE_PROPERTY_INDEX, in NewClassFunction()