Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap.h27 uint32_t secSize; member
Dark_stackmap_builder.cpp90 uint32_t secSize = AOTFileInfo.secHead.secSize; in GenerateArkStackMap() local
304 uint32_t secSize = 0; in GenArkCallsiteAOTFileInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp164 uint32_t secSize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection() local
175 uint32_t secSize = des.GetSecSize(ElfSecName::ARK_CHECKSUMINFO); in ParseChecksumInfo() local
Delf_reader.cpp74 uint32_t secSize = secShdr.sh_size; in ParseELFSections() local
118 uint32_t secSize = secShdr.sh_size; in ParseELFSections() local
201 uint32_t secSize = secShdr.sh_size; in ParseELFSections() local
Delf_builder.cpp551 uint32_t secSize = des_[idx].GetSecSize(ElfSecName::SYMTAB); in FixSymtab() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp427 uint32_t offset, uint32_t secSize) in DecodeStrTable()
461 CUnorderedSet<uint64_t> DecodeRootTable(std::ifstream &file, uint32_t offset, uint32_t secSize) in DecodeRootTable()