Searched refs:GetPropertyInlinedProps (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 275 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
|
| D | layout_info.cpp | 173 JSTaggedValue val = object->GetPropertyInlinedProps(attr.GetOffset()); in IsUninitializedProperty()
|
| D | js_object.h | 628 inline JSTaggedValue GetPropertyInlinedProps(uint32_t index) const; 629 inline JSTaggedValue GetPropertyInlinedProps(const JSHClass *hclass, uint32_t index) const;
|
| D | object_factory.cpp | 446 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/ |
| D | builtins_function.cpp | 73 auto result = argList->GetPropertyInlinedProps(JSArguments::LENGTH_INLINE_PROPERTY_INDEX); in BuildArgumentsListFast()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 886 JSTaggedValue value = obj->GetPropertyInlinedProps(i); in VerifyObjIhcPGOType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 924 … GateRef result = GetPropertyInlinedProps(arrayObj, hClass, PropertyInlinedPropsOffset); in DECLARE_BUILTINS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 402 GateRef GetPropertyInlinedProps(GateRef obj, GateRef hClass,
|
| D | stub_builder-inl.h | 1610 inline GateRef StubBuilder::GetPropertyInlinedProps(GateRef obj, GateRef hClass, in GetPropertyInlinedProps() function
|
| D | stub_builder.cpp | 464 result = GetPropertyInlinedProps(obj, hclass, attrOffset); in JSObjectGetProperty() 4895 … GateRef result = GetPropertyInlinedProps(arrayObj, hClass, PropertyInlinedPropsOffset); in BuildArgumentsListFastElements()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 991 JSTaggedValue accessor = JSHandle<JSFunction>(clsObj)->GetPropertyInlinedProps( in HWTEST_F_L0()
|