Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp164 secInfos_[curSec.GetIntIndex()] = std::make_pair(addr, size); in AllocaCodeSection()
188 secInfos_[curSec.GetIntIndex()] = std::make_pair(addr, size); in AllocaDataSection()
201 auto idx = curSection.GetIntIndex(); in GetSectionAddr()
208 auto idx = curSection.GetIntIndex(); in GetSectionSize()
Dbinary_section.h207 int GetIntIndex() const in GetIntIndex() function