Searched defs:uintptr_t (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | ark_stackmap_builder.cpp | 199 const std::vector<std::unordered_map<uintptr_t, Vec>> &infos, in SortCallSite() 200 std::vector<std::pair<uintptr_t, Vec>>& result) in SortCallSite() 208 [](const std::pair<uintptr_t, Vec> &x, const std::pair<uintptr_t, Vec> &y) { in SortCallSite() 213 void ArkStackMapBuilder::CalcCallsitePc(std::vector<std::pair<uintptr_t, LLVMStackMapType::DeoptInf… in CalcCallsitePc()
|
/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()
|
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()
|