Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h43 uint64_t curSectionAddr = GetSecAddr(sec); in UpdateRODataInfo() local
44 addr = curSectionAddr < addr ? curSectionAddr : addr; in UpdateRODataInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h99 uint64_t curSectionAddr = GetSectionAddr(sec); in UpdateRODataInfo() local
100 addr = ((curSectionAddr != 0) && (curSectionAddr < addr)) ? curSectionAddr : addr; in UpdateRODataInfo()