/arkcompiler/ets_runtime/ecmascript/ |
D | js_object-inl.h | 255 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()
|
D | js_iterator.cpp | 312 obj->SetPropertyInlinedProps(thread, VALUE_INLINE_PROPERTY_INDEX, value.GetTaggedValue()); in CreateIterResultObject() 313 obj->SetPropertyInlinedProps(thread, DONE_INLINE_PROPERTY_INDEX, JSTaggedValue(done)); in CreateIterResultObject()
|
D | js_function.cpp | 48 … 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()
|
D | js_object.h | 621 … inline void SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value); 623 …inline void SetPropertyInlinedProps(const JSThread *thread, const JSHClass *hclass, uint32_t index,
|
D | js_function.h | 157 SetPropertyInlinedProps(thread, LENGTH_INLINE_PROPERTY_INDEX, length); in SetFunctionLength()
|
D | object_fast_operator-inl.h | 498 … objHandle->SetPropertyInlinedProps(thread, nextInlinedPropsIndex, valueHandle.GetTaggedValue()); in AddPropertyByName()
|
D | object_factory.cpp | 571 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()
|
D | js_object.cpp | 300 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/ |
D | new_object_stub_builder.cpp | 253 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()
|
D | stub_builder.h | 400 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
|
D | interpreter_stub.cpp | 4105 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()
|
D | circuit_builder.h | 609 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
|
D | slowpath_lowering.cpp | 2467 builder_.SetPropertyInlinedProps(glue_, result, hClass, builder_.ToTaggedInt(length), in LowerDefineFunc() 2745 builder_.SetPropertyInlinedProps(glue_, result, hclass, builder_.ToTaggedInt(length), in LowerDefineMethod()
|
D | stub_builder-inl.h | 1593 inline void StubBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function
|
D | circuit_builder.cpp | 1690 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function in panda::ecmascript::kungfu::CircuitBuilder
|
D | stub_builder.cpp | 798 SetPropertyInlinedProps(glue, receiver, hclass, value, numberOfProps); in AddPropertyByName()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 366 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()
|
D | literal_data_extractor.cpp | 228 …jsFunc->SetPropertyInlinedProps(thread, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, JSTaggedValue(le… in DefineMethodInLiteral()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 943 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/ |
D | builtins_stubs.cpp | 1181 SetPropertyInlinedProps(glue, *res, intialHClass, accessor, in DECLARE_BUILTINS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 4810 …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()
|
D | interpreter_assembly.cpp | 6490 …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/ |
D | builtins.cpp | 2074 …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/ |
D | jsnapi.cpp | 1699 current->SetPropertyInlinedProps(thread, JSFunction::CLASS_PROTOTYPE_INLINE_PROPERTY_INDEX, in NewClassFunction()
|