Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.h42 void CollectFuncEntryInfo(const std::vector<uintptr_t>& entrys, std::map<uintptr_t, std::string> &addr2name,
45 void CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex,
H A Dfile_generators.cpp109 void Module::CollectFuncEntryInfo(const std::vector<uintptr_t>& entrys, std::map<uintptr_t, std::string> &addr2name, in CollectFuncEntryInfo() function in panda::ecmascript::kungfu::Module
140 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, in CollectFuncEntryInfo() function in panda::ecmascript::kungfu::Module
397 modulePackage_[i].CollectFuncEntryInfo(entryPoints[i], stubAddr2Name, stubInfo_, i, GetLog()); in CollectCodeInfo()
448 module->CollectFuncEntryInfo(addr2name, aotInfo_, abcId, moduleIdx, GetLog()); in CollectCodeInfo()

Completed in 2 milliseconds