Home
last modified time | relevance | path

Searched defs:uintptr_t (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/profiler/
Dheap_profiler_listener.cpp27 uint32_t HeapProfilerListener::RegisterMoveEventCb(const std::function<void(uintptr_t, uintptr_t, s… in RegisterMoveEventCb()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp232 const std::vector<std::unordered_map<uintptr_t, Vec>> &infos, in SortCallSite()
233 std::vector<std::pair<uintptr_t, Vec>>& result) in SortCallSite()
241 [](const std::pair<uintptr_t, Vec> &x, const std::pair<uintptr_t, Vec> &y) { in SortCallSite()
246 void ArkStackMapBuilder::CalcCallsitePc(std::vector<std::pair<uintptr_t, LLVMStackMapType::DeoptInf… in CalcCallsitePc()
Dark_stackmap_parser.cpp277 std::map<uintptr_t, uintptr_t> &baseSet) const in IteratorStackMap()
335 std::map<uintptr_t, uintptr_t> &baseSet) const in IteratorDeopt()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp103 void Module::CollectFuncEntryInfo(const std::vector<uintptr_t>& entrys, std::map<uintptr_t, std::st… in CollectFuncEntryInfo()
134 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo,… in CollectFuncEntryInfo()
206 void Module::CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &… in CollectFuncEntryInfoByLiteCG()
323 void Module::DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in DisassemblerFunc()
346 void StubFileGenerator::CollectAsmStubCodeInfo(std::map<uintptr_t, std::string> &addr2name, uint32_… in CollectAsmStubCodeInfo()
406 void StubFileGenerator::DisassembleAsmStubs(std::map<uintptr_t, std::string> &addr2name) in DisassembleAsmStubs()
Dfile_generators.h291 void DisassembleEachFunc(std::map<uintptr_t, std::string> &addr2name) in DisassembleEachFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp656 void LLVMAssembler::Disassemble(const std::map<uintptr_t, std::string> *addr2name, in GetCalleeReg2Offset()
725 void LLVMAssembler::Disassemble(const std::map<uintptr_t, std::string> &addr2name, uint64_t textOff… in GetCalleeReg2Offset()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1645 void SnapshotProcessor::RelocateSpaceObject(std::vector<std::pair<uintptr_t, size_t>> &regions, Sna… in RelocateSpaceObject()