Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h94 uint32_t new_capacity = old_capacity + MIN_PROPERTIES_LENGTH; in ComputeGrowCapacity() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp55 void DynamicOperands::Reallocate([[maybe_unused]] size_t new_capacity /* =0 */) in Reallocate()