Home
last modified time | relevance | path

Searched defs:oldSize (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_string.h84 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable
106 size_t oldSize = (data == nullptr) ? 0 : (dataLength + 1); variable
130 size_t oldSize = (data == nullptr) ? 0 : (dataLength + 1); variable
146 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable
162 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable
177 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable
192 size_t oldSize = ((data == nullptr) ? 0 : (dataLength + 1)); variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena-inl.h131 size_t oldSize = GetOccupiedSize(); in Resize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvalue_numbering.cpp89 size_t const oldSize = entriesLength_; in Grow() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp182 void *MemPool::Realloc(const void *ptr, size_t oldSize, size_t newSize) in Realloc()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp90 const auto oldSize = changes_.size(); in Devour() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_data.h144 size_t oldSize = bufferSize_; in AllocateBuffer() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_allocator_test.cpp583 size_t oldSize = aa.GetAllocatedSize(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp272 uint32_t oldSize = trackInfo->GetArrayLength(); in UpdateTrackArrayLength() local