Home
last modified time | relevance | path

Searched refs:regs_ (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp314 …CHECK_TRUE(RegisterGetValue(val, unwindInfoPtr->callStack.regs_, perfRegIndex, unwindInfoPtr->call… in AccessReg()
444 regs_ = regs; in UnwindCallStack()
450 UpdateRegForABI(arch_, regs_); in UnwindCallStack()
451 if (!RegisterGetSPValue(stackPoint_, arch_, regs_, regsNum_)) { in UnwindCallStack()
460 if (!GetIpSP(ip, sp, regs_, regsNum_)) { in UnwindCallStack()
/developtools/hiperf/src/
Dcallstack.cpp331 if (!RegisterGetValue(val, unwindInfoPtr->callStack.regs_, static_cast<size_t>(perfRegIndex), in AccessReg()
474 regs_ = regs; in UnwindCallStack()
480 UpdateRegForABI(arch_, regs_); in UnwindCallStack()
481 if (!RegisterGetSPValue(stackPoint_, arch_, regs_, regsNum_)) { in UnwindCallStack()
491 if (!GetIpSP(ip, sp, regs_, regsNum_)) { in UnwindCallStack()
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h46 u64 *regs_ = nullptr; // not const , be cause we will fix it for arm64 cpu in UpdateRegForABI variable
/developtools/hiperf/include/
Dcallstack.h66 u64 *regs_ = nullptr; // not const , be cause we will fix it for arm64 cpu in UpdateRegForABI variable