Searched defs:addr2name (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.h | 259 void DisassembleEachFunc(std::map<uintptr_t, std::string> &addr2name) in DisassembleEachFunc() argument
|
H A D | file_generators.cpp | 109 void Module::CollectFuncEntryInfo(const std::vector<uintptr_t>& entrys, std::map<uintptr_t, std::string> &addr2name, in CollectFuncEntryInfo() argument 140 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, uint32_t fileIndex, in CollectFuncEntryInfo() argument 212 void Module::CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, in CollectFuncEntryInfoByLiteCG() argument 328 void Module::DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_ argument 351 CollectAsmStubCodeInfo(std::map<uintptr_t, std::string> &addr2name, uint32_t bridgeModuleIdx) CollectAsmStubCodeInfo() argument 411 DisassembleAsmStubs(std::map<uintptr_t, std::string> &addr2name) DisassembleAsmStubs() argument 444 std::map<uintptr_t, std::string> addr2name; CollectCodeInfo() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 648 void LLVMAssembler::Disassemble(const std::map<uintptr_t, std::string> *addr2name, in GetCalleeReg2Offset() argument 717 void LLVMAssembler::Disassemble(const std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in GetCalleeReg2Offset() argument
|
Completed in 4 milliseconds