Home
last modified time | relevance | path

Searched defs:ComputeElementCapacity (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h372 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp627 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity() function in panda::ecmascript::kungfu::StubBuilder