Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h354 inline uint32_t JSObject::ComputePropertyCapacity(uint32_t oldCapacity) in ComputePropertyCapacity() function
Djs_object.h666 static uint32_t ComputePropertyCapacity(uint32_t oldCapacity);
Dobject_fast_operator-inl.h531 uint32_t capacity = JSObject::ComputePropertyCapacity(length); in AddPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h305 JSObject::ComputePropertyCapacity(capacity)); in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp276 …properties = factory->CopyArray(arrayHandle, capacity, JSObject::ComputePropertyCapacity(capacity)… in DEF_RUNTIME_STUBS()