| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 265 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()
|
| D | js_function.cpp | 49 … 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()
|
| D | js_iterator.cpp | 313 obj->SetPropertyInlinedProps(thread, VALUE_INLINE_PROPERTY_INDEX, value.GetTaggedValue()); in CreateIterResultObject() 314 obj->SetPropertyInlinedProps(thread, DONE_INLINE_PROPERTY_INDEX, JSTaggedValue(done)); in CreateIterResultObject()
|
| D | js_object.h | 700 … inline void SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value); 702 …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 | 618 … objHandle->SetPropertyInlinedProps<true>(thread, nextInlinedPropsIndex, std::get<2>(actualValue)); in AddPropertyByName() 620 …objHandle->SetPropertyInlinedProps<false>(thread, nextInlinedPropsIndex, std::get<2>(actualValue)); in AddPropertyByName()
|
| D | object_factory.cpp | 594 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 …]
|
| D | js_object.cpp | 2605 obj->SetPropertyInlinedProps(thread, i, value); in CreateObjectFromProperties() 2610 obj->SetPropertyInlinedProps(thread, i, properties->Get(i * 2 + 1)); in CreateObjectFromProperties()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 598 SetPropertyInlinedProps(glue, func, hclass, funcprotoAccessor, in InitializeJSFunction() 602 SetPropertyInlinedProps(glue, func, hclass, funcAccessor, in InitializeJSFunction() 606 SetPropertyInlinedProps(glue, func, hclass, funcAccessor, in InitializeJSFunction() 633 …SetPropertyInlinedProps(glue, func, hclass, funcAccessor, Int32(JSFunction::NAME_INLINE_PROPERTY_I… in InitializeJSFunction() 636 …SetPropertyInlinedProps(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()
|
| D | hcr_circuit_builder.cpp | 440 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function in panda::ecmascript::kungfu::CircuitBuilder
|
| D | circuit_builder.h | 439 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
|
| D | stub_builder.h | 459 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
|
| D | typed_hcr_lowering.cpp | 2280 builder_.SetPropertyInlinedProps(glue, *res, intialHClass, accessor, in LowerArrayConstructor() 2312 builder_.SetPropertyInlinedProps(glue, res, intialHClass, accessor, in NewArrayConstructorWithNoArgs()
|
| D | stub_builder-inl.h | 1911 inline void StubBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps() function
|
| D | interpreter_stub.cpp | 388 …SetPropertyInlinedProps(glue, *res, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPERTY_… in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 401 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/ |
| D | builtins_array_stub_builder.cpp | 104 SetPropertyInlinedProps(glue, newArray, intialHClass, accessor, in Concat() 1495 …SetPropertyInlinedProps(glue, *result, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPER… in NewArray() 1674 …SetPropertyInlinedProps(glue, newArray, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPE… in From() 1700 …SetPropertyInlinedProps(glue, newArray, arrayCls, accessor, Int32(JSArray::LENGTH_INLINE_PROPERTY_… in CreateSpliceDeletedArray()
|
| D | builtins_stubs.cpp | 665 SetPropertyInlinedProps(glue, *res, intialHClass, accessor, in DECLARE_BUILTINS()
|
| D | builtins_object_stub_builder.cpp | 161 …SetPropertyInlinedProps(glue, *result, intialHClass, accessor, Int32(JSArray::LENGTH_INLINE_PROPER… in CreateArrayFromList()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1051 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/ |
| D | jsnapi_expo.cpp | 2099 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/ |
| D | builtins.cpp | 2085 …JSArray::Cast(*arrFuncPrototype)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY… in InitializeArray() 3728 obj->SetPropertyInlinedProps(thread_, 0, props->Get(1)); in InitializeDefaultExportOfScript()
|