Searched refs:PrintRegs (Results 1 – 9 of 9) sorted by relevance
44 virtual std::string PrintRegs() const = 0;81 std::string PrintRegs() const override;95 std::string PrintRegs() const override;109 std::string PrintRegs() const override;123 std::string PrintRegs() const override;
249 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in PrintThreadRegsByConfig()260 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in PrintRegsByConfig()261 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(regs->PrintRegs()); in PrintRegsByConfig()
196 regsString = regs->PrintRegs(); in GetRegsString()
75 std::string DfxRegsX86_64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsX86_64
105 std::string DfxRegsArm::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsArm
105 std::string DfxRegsArm64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsArm64
105 std::string DfxRegsRiscv64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsRiscv64
96 logContext.append(regs->PrintRegs()); in CrashLocalUnwind()
110 ASSERT_FALSE(dfxRegs->PrintRegs().empty());