Home
last modified time | relevance | path

Searched refs:curSize (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator.cpp117 size_t curSize = GetAllocatedSize(); in Resize() local
118 if (curSize <= newSize) { in Resize()
119 LOG_IF(curSize < newSize, FATAL, ALLOC) << "ArenaAllocator: resize to bigger size than we have. Do nothing"; in Resize()
123 size_t bytesToDelete = curSize - newSize; in Resize()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp596 uint32_t curSize = curSecOffset; in PackELFSections() local
598 curShdr.sh_size = curSecOffset - curSize; in PackELFSections()
602 uint32_t curSize = curSecOffset; in PackELFSections() local
604 curShdr.sh_size = curSecOffset - curSize; in PackELFSections()
608 uint32_t curSize = curSecOffset; in PackELFSections() local
610 curShdr.sh_size = curSecOffset - curSize; in PackELFSections()
615 uint32_t curSize = curSecOffset; in PackELFSections() local
618 curShdr.sh_size = curSecOffset - curSize; in PackELFSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate_accessor.cpp198 uint32_t curSize = GetArraySize(gate); in SetArraySize() local
199 if (curSize != size) { in SetArraySize()

Completed in 6 milliseconds