Searched refs:DfxRegsQut (Results 1 - 10 of 10) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 172 DfxRegsQut::SetQutRegs(qutRegs);
in BenchmarkUnwinderRemoteFull() 187 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderRemoteQut() 202 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderRemoteQutCache() 217 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderRemoteQutFrames() 232 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderRemoteQutFramesCache() 247 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderRemoteQutMiniDebugInfos() 264 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderRemoteQutMiniDebugInfosLazily()
|
H A D | unwind_local_benchmark.cpp | 213 DfxRegsQut::SetQutRegs(qutRegs);
in BenchmarkUnwinderLocalFull() 229 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderLocalQut() 245 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderLocalQutCache() 261 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderLocalQutFrames() 277 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderLocalQutFramesCache() 293 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderLocalQutMiniDebugInfos() 311 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderLocalQutMiniDebugInfosLazily() 332 DfxRegsQut::SetQutRegs(QUT_REGS);
in BenchmarkUnwinderLocalByFp()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_cfa_instructions.cpp | 107 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 117 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 129 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 141 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 151 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg2), qutIdx) ||
in DecodeDwCfa() 152 !DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 191 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 214 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 225 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) {
in DecodeDwCfa() 239 if (!DfxRegsQut in DecodeDwCfa() [all...] |
H A D | dfx_instructions.cpp | 100 size_t reg = DfxRegsQut::GetQutRegs()[i]; in Apply()
|
H A D | arm_exidx.cpp | 82 auto qutRegs = DfxRegsQut::GetQutRegs(); in AddUpVsp() 94 context_.Reset(DfxRegsQut::GetQutRegsSize()); in ArmExidx() 111 auto qutRegs = DfxRegsQut::GetQutRegs(); in FlushInstr()
|
H A D | dfx_regs.cpp | 35 std::vector<uint16_t> DfxRegsQut::qutRegs_ = {};
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_regs_qut.h | 24 class DfxRegsQut { class
|
H A D | unwind_loc.h | 46 RegLocState() { locs.resize(DfxRegsQut::GetQutRegsSize()); } in RegLocState()
|
H A D | dwarf_op.h | 345 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) { in OpReg() 357 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) { in OpRegx() 368 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) { in OpBReg() 381 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg), qutIdx)) { in OpBRegx()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 589 if (DfxRegsQut::IsQutReg(static_cast<uint16_t>(REG_AARCH64_X30), qutIdx)) { in HWTEST_F() 594 if (DfxRegsQut::IsQutReg(static_cast<uint16_t>(REG_AARCH64_X29), qutIdx)) { in HWTEST_F()
|
Completed in 7 milliseconds