Home
last modified time | relevance | path

Searched refs:DfxRegsQut (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp172 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 Dunwind_local_benchmark.cpp213 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 Ddwarf_cfa_instructions.cpp107 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 Ddfx_instructions.cpp100 size_t reg = DfxRegsQut::GetQutRegs()[i]; in Apply()
H A Darm_exidx.cpp82 auto qutRegs = DfxRegsQut::GetQutRegs(); in AddUpVsp()
94 context_.Reset(DfxRegsQut::GetQutRegsSize()); in ArmExidx()
111 auto qutRegs = DfxRegsQut::GetQutRegs(); in FlushInstr()
H A Ddfx_regs.cpp35 std::vector<uint16_t> DfxRegsQut::qutRegs_ = {};
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs_qut.h24 class DfxRegsQut { class
H A Dunwind_loc.h46 RegLocState() { locs.resize(DfxRegsQut::GetQutRegsSize()); } in RegLocState()
H A Ddwarf_op.h345 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 Ddwarf_test.cpp589 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