Home
last modified time | relevance | path

Searched defs:textSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp169 uint32_t textSize = GetTextSize(); in CollectFuncEntryInfo() local
236 uint32_t textSize = GetTextSize(); in CollectFuncEntryInfoByLiteCG() local
422 uint32_t textSize = module->GetSectionSize(ElfSecName::TEXT); in RollbackTextSize() local
727 size_t textSize = moduleSectionDes.GetSecSize(ElfSecName::TEXT); in GetMemoryCodeInfos() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp292 uint32_t textSize = moduleInfo->textSize; in SeparateTextSections() local
363 uint32_t textSize = moduleInfo.textSize; in SeparateTextSections() local
Dgdb_jit.cpp297 …uint64_t textSize = info.asmstubHdr->sh_offset + info.asmstubHdr->sh_size - info.textHdr->sh_offse… in ConstructEhdrAndPhdr() local