Home
last modified time | relevance | path

Searched refs:GetPropertyInlinedProps (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h275 auto value = GetPropertyInlinedProps(hclass, index); in GetPropertyInlinedPropsWithRep()
284 JSTaggedValue JSObject::GetPropertyInlinedProps(uint32_t index) const in GetPropertyInlinedProps() function
286 return GetPropertyInlinedProps(GetJSHClass(), index); in GetPropertyInlinedProps()
301 JSTaggedValue JSObject::GetPropertyInlinedProps(const JSHClass *hclass, uint32_t index) const in GetPropertyInlinedProps() function
Dlayout_info.cpp173 JSTaggedValue val = object->GetPropertyInlinedProps(attr.GetOffset()); in IsUninitializedProperty()
Djs_object.h628 inline JSTaggedValue GetPropertyInlinedProps(uint32_t index) const;
629 inline JSTaggedValue GetPropertyInlinedProps(const JSHClass *hclass, uint32_t index) const;
Dobject_factory.cpp446 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneObjectLiteral()
507 cloneObject->SetPropertyInlinedPropsWithRep(thread_, i, object->GetPropertyInlinedProps(i)); in CloneArrayLiteral()
563 JSTaggedValue value = object->GetPropertyInlinedProps(i); in CloneObjectLiteral()
583 JSTaggedValue length = func->GetPropertyInlinedProps(JSFunction::LENGTH_INLINE_PROPERTY_INDEX); in CloneJSFuction()
607 JSTaggedValue value = ctor->GetPropertyInlinedProps(i); in CloneClassCtor()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp73 auto result = argList->GetPropertyInlinedProps(JSArguments::LENGTH_INLINE_PROPERTY_INDEX); in BuildArgumentsListFast()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp886 JSTaggedValue value = obj->GetPropertyInlinedProps(i); in VerifyObjIhcPGOType()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp924 … GateRef result = GetPropertyInlinedProps(arrayObj, hClass, PropertyInlinedPropsOffset); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h402 GateRef GetPropertyInlinedProps(GateRef obj, GateRef hClass,
Dstub_builder-inl.h1610 inline GateRef StubBuilder::GetPropertyInlinedProps(GateRef obj, GateRef hClass, in GetPropertyInlinedProps() function
Dstub_builder.cpp464 result = GetPropertyInlinedProps(obj, hclass, attrOffset); in JSObjectGetProperty()
4895 … GateRef result = GetPropertyInlinedProps(arrayObj, hClass, PropertyInlinedPropsOffset); in BuildArgumentsListFastElements()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp991 JSTaggedValue accessor = JSHandle<JSFunction>(clsObj)->GetPropertyInlinedProps( in HWTEST_F_L0()