Searched refs:GetPropertyInlinedPropsWithRep (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 277 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep() function 279 return GetPropertyInlinedPropsWithRep(GetJSHClass(), index, attr); in GetPropertyInlinedPropsWithRep() 282 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index, in GetPropertyInlinedPropsWithRep() function 320 return GetPropertyInlinedPropsWithRep(hclass, attr.GetOffset(), attr); in GetProperty()
|
| D | layout_info.cpp | 201 JSTaggedValue val = object->GetPropertyInlinedPropsWithRep(attr.GetOffset(), attr); in IsUninitializedProperty()
|
| D | js_object.h | 704 …inline JSTaggedValue GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) const; 705 inline JSTaggedValue GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index,
|
| D | object_operator.cpp | 554 value = obj->GetPropertyInlinedPropsWithRep(entry, attr); in LookupPropertyInlinedProps()
|
| D | dump.cpp | 1559 val = GetPropertyInlinedPropsWithRep(i, attr); in Dump() 3803 val = GetPropertyInlinedPropsWithRep(i, attr); in Dump() 4703 val = GetPropertyInlinedPropsWithRep(i, attr); in DumpForSnapshot()
|
| D | js_object.cpp | 196 value = receiver->GetPropertyInlinedPropsWithRep(i, attr); in TransitionToDictionary()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | fast_json_stringifier.cpp | 510 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in TryCacheSerializeKeys() 540 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in TryCacheSerializeKeys() 636 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeysWithCache() 795 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in DefaultSerializeKeys() 825 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in DefaultSerializeKeys()
|
| D | json_stringifier.cpp | 663 ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeys() 694 … ? obj->GetPropertyInlinedPropsWithRep(static_cast<uint32_t>(index), attr) in SerializeKeys()
|