Home
last modified time | relevance | path

Searched refs:secInfos_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h124 for (size_t i = 0; i < secInfos_.size(); i++) { in IterateSecInfos()
125 if (secInfos_[i].second == 0) { in IterateSecInfos()
128 cb(i, secInfos_[i]); in IterateSecInfos()
133 std::array<sectionInfo, static_cast<int>(ElfSecName::SIZE)> secInfos_; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp73 secInfos_.fill(std::make_pair(nullptr, 0)); in CodeInfo()
195 secInfos_[curSec.GetIntIndex()] = std::make_pair(addr, size); in AllocaCodeSectionImp()
232 secInfos_[curSec.GetIntIndex()] = std::make_pair(addr, size); in AllocaDataSectionImp()
315 return const_cast<uint8_t *>(secInfos_[idx].first); in GetSectionAddr()
322 return secInfos_[idx].second; in GetSectionSize()

Completed in 3 milliseconds