Home
last modified time | relevance | path

Searched defs:remainSize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dthread_local_allocation_buffer.cpp27 size_t remainSize = Available(); in FillBumpPointer() local
Dallocator-inl.h125 uintptr_t remainSize = end - begin - size; in Allocate() local
Dheap.cpp1303 int remainSize = static_cast<int>(config_.GetDefaultMachineCodeSpaceSize()) - in CollectGarbage() local
/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp214 int remainSize = newMap->NumberOfElements() + newMap->NumberOfDeletedElements(); in CleanupFinalizationRegistry() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp625 void Jit::CheckMechineCodeSpaceMemory(JSThread *thread, int remainSize) in CheckMechineCodeSpaceMemory()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp443 uint32_t remainSize = zipEntry.compressedSize; in UnzipWithStore() local