Home
last modified time | relevance | path

Searched refs:entrys (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp91 std::vector<uintptr_t> entrys; in GetFuncEntryPoints() local
94 return entrys; in GetFuncEntryPoints()
104 entrys.push_back(entry); in GetFuncEntryPoints()
106 return entrys; in GetFuncEntryPoints()
109 void Module::CollectFuncEntryInfo(const std::vector<uintptr_t>& entrys, std::map<uintptr_t, std::string> &addr2name, in CollectFuncEntryInfo() argument
116 const size_t funcCount = entrys.size(); in CollectFuncEntryInfo()
128 funcSize = entrys[j + 1] - entrys[j]; in CollectFuncEntryInfo()
130 funcSize = codeBuff + assembler->GetSectionSize(ElfSecName::TEXT) - entrys[j]; in CollectFuncEntryInfo()
133 stubInfo.AddEntry(cs->GetTargetKind(), false, false, cs->GetID(), entrys[ in CollectFuncEntryInfo()
[all...]
H A Dfile_generators.h42 void CollectFuncEntryInfo(const std::vector<uintptr_t>& entrys, std::map<uintptr_t, std::string> &addr2name,
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp1637 auto &entrys = zipFile->GetAllEntries();
1640 if (entrys.find(filePath) == entrys.end()) {

Completed in 5 milliseconds