Home
last modified time | relevance | path

Searched refs:tempRegs (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dcall_stack.cpp517 std::vector<uintptr_t> tempRegs; in DoUnwind2() local
519 tempRegs.push_back((uintptr_t)regs_[i]); in DoUnwind2()
521 regs->SetRegsData(tempRegs); in DoUnwind2()
/developtools/hiperf/src/
H A Dcallstack.cpp672 std::vector<uintptr_t> tempRegs; in DoUnwind2()
674 tempRegs.push_back(static_cast<uintptr_t>(regs_[i])); in DoUnwind2()
676 regs->SetRegsData(tempRegs); in DoUnwind2()

Completed in 4 milliseconds