Home
last modified time | relevance | path

Searched defs:maxsize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsgc.js26 let maxsize = ArkTools.GC.getReservedHeapSize(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp156 …void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent, ElfKind kind, size_… in ElfAllocate()
194 FromElfHeader* ehdr, size_t maxsize, unsigned char* eIdent, void* mapAddress, int64_t offset) in GetSectionHeaderNum()
237 size_t ElfChecker::GetShnum(void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxsize) in GetShnum()
450 void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent) in ReadMmapedFile()