Home
last modified time | relevance | path

Searched refs:ComputeElementCapacity (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h326 uint32_t ComputeElementCapacity(uint32_t oldCapacity);
Djs_object-inl.h372 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity() function
Djs_object.h760 static uint32_t ComputeElementCapacity(uint32_t oldCapacity, bool isNew = false);
Djs_object.cpp99 ComputeElementCapacity(capacity, isNew); in GrowElementsCapacity()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h529 GateRef ComputeElementCapacity(GateRef oldLength);
Dstub_builder.cpp627 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() function in panda::ecmascript::kungfu::StubBuilder
3089 GateRef newCapacity = ComputeElementCapacity(capacity); in GrowElementsCapacity()