Home
last modified time | relevance | path

Searched refs:GetInlinedPropertiesOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp41 uint32_t offsetInt = phcPoint->GetInlinedPropertiesOffset(static_cast<uint32_t>(entry)); in CreateTuple()
Djs_object-inl.h293 uint32_t offset = hclass->GetInlinedPropertiesOffset(index); in SetPropertyInlinedProps()
303 uint32_t offset = hclass->GetInlinedPropertiesOffset(index); in GetPropertyInlinedProps()
Djs_hclass.cpp739 uint32_t offset = hclass->GetInlinedPropertiesOffset(entry); in LookupPropertyInAotHClass()
Djs_hclass.h1599 inline uint32_t GetInlinedPropertiesOffset(uint32_t index) const in GetInlinedPropertiesOffset() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp131 …size_t lengthAccessorOffset = arrayHC->GetInlinedPropertiesOffset(JSArray::LENGTH_INLINE_PROPERTY_… in NewJSArrayLiteral()