Home
last modified time | relevance | path

Searched refs:funcSize (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp89 uint32_t funcSize = 0; in CollectFuncEntryInfo() local
91 funcSize = entrys[j + 1] - entrys[j]; in CollectFuncEntryInfo()
93 funcSize = codeBuff + assembler_->GetSectionSize(ElfSecName::TEXT) - entrys[j]; in CollectFuncEntryInfo()
97 funcSize, info); in CollectFuncEntryInfo()
143 uint32_t funcSize; in CollectFuncEntryInfo() local
146 funcSize = std::get<0>(funcInfo[i + 1]) - funcEntry; in CollectFuncEntryInfo()
148 funcSize = textAddr + textSize - funcEntry; in CollectFuncEntryInfo()
154 offset, moduleIndex, delta, funcSize, calleeSaveRegisters[i]); in CollectFuncEntryInfo()