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

Completed in 8 milliseconds