Home
last modified time | relevance | path

Searched defs:newBuf (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.cpp33 auto *newBuf = chunk_->NewArray<uint8_t>(newSize); in Expand() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.cpp31 auto *newBuf = Runtime::GetCurrent()->GetInternalAllocator()->New<uint8_t[]>(newSize); in Expand() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string_builder.cpp55 auto *newBuf = EtsObjectArray::Create(bufHandle->GetClass(), bufLen); in ReallocateBuffer() local

Completed in 4 milliseconds