Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h64 inline uint32_t JSObject::GetNonInlinedFastPropsCapacity() const in GetNonInlinedFastPropsCapacity() function
Djs_object.h592 uint32_t GetNonInlinedFastPropsCapacity() const;
Dobject_fast_operator-inl.h650 uint32_t maxNonInlinedFastPropsCapacity = objHandle->GetNonInlinedFastPropsCapacity(); in AddPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h344 … uint32_t maxNonInlinedFastPropsCapacity = objHandle->GetNonInlinedFastPropsCapacity(); in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp355 uint32_t maxNonInlinedFastPropsCapacity = objHandle->GetNonInlinedFastPropsCapacity(); in DEF_RUNTIME_STUBS()