Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp163 uint32_t textSize = GetTextSize(); in CollectFuncEntryInfo() local
230 uint32_t textSize = GetTextSize(); in CollectFuncEntryInfoByLiteCG() local
417 uint32_t textSize = module->GetSectionSize(ElfSecName::TEXT); in RollbackTextSize() local
726 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
Delf_builder.cpp1019 uint32_t textSize = des.GetSecSize(ElfSecName::TEXT); in CalculateTextSectionSize() local