Searched defs:addr2name (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 81 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo() 123 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo,… in CollectFuncEntryInfo() 195 void Module::CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &… in CollectFuncEntryInfoByLiteCG() 311 void Module::DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in DisassemblerFunc() 334 void StubFileGenerator::CollectAsmStubCodeInfo(std::map<uintptr_t, std::string> &addr2name, uint32_… in CollectAsmStubCodeInfo() 371 void StubFileGenerator::DisassembleAsmStubs(std::map<uintptr_t, std::string> &addr2name) in DisassembleAsmStubs() 404 std::map<uintptr_t, std::string> addr2name; in CollectCodeInfo() local
|
| D | file_generators.h | 250 void DisassembleEachFunc(std::map<uintptr_t, std::string> &addr2name) in DisassembleEachFunc()
|
| D | llvm_codegen.cpp | 576 void LLVMAssembler::Disassemble(const std::map<uintptr_t, std::string> *addr2name, in GetCalleeReg2Offset() 645 void LLVMAssembler::Disassemble(const std::map<uintptr_t, std::string> &addr2name, uint64_t textOff… in GetCalleeReg2Offset()
|