Home
last modified time | relevance | path

Searched defs:newSize (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.cpp40 size_t newSize; in Expand() local
Ddyn_chunk.cpp21 int DynChunk::Expand(size_t newSize) in Expand()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h58 int newSize = static_cast<int>(helpers::math::GetPowerOfTwoValue32(rawSize)); in ComputeHashTableSize() local
77 …int newSize = Derived::ComputeCompactSize(table, ComputeHashTableSize(table->Size() + numOfAddedEl… variable
138 int newSize = ComputeHashTableSize(atLeastSize); in RecalculateTableSize() local
149 int newSize = RecalculateTableSize(table->Size(), table->EntriesCount() + additionalSize); in Shrink() local
Daot_file_manager.cpp651 uintptr_t newData, size_t newSize) in RewriteDataSection()
Djs_serializer.cpp157 size_t newSize = oldSize + bytes; in AllocateBuffer() local
Djs_object.cpp183 uint32_t newSize = receiver->GetClass()->GetObjectSize(); in TransitionToDictionary() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp257 size_t newSize = originalHeapSize; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp62 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp115 JSHandle<JSTaggedValue> newSize = GetCallArg(argv, 0); in SetLength() local