Home
last modified time | relevance | path

Searched defs:newSize (Results 1 – 10 of 10) 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()
Dmem_map_allocator.h124 size_t newSize = (*it).second.GetSize(); in MergeList() local
/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
Djs_serializer.cpp182 size_t newSize = oldSize + bytes; in AllocateBuffer() local
Djs_object.cpp191 uint32_t newSize = receiver->GetClass()->GetObjectSize(); in TransitionToDictionary() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp329 size_t newSize = originalHeapSize; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp314 …TFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t newSize) in RewriteDataSection()
/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