/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_regs_get.h | 31 inline AT_ALWAYS_INLINE void GetLocalRegs(void* regs) in GetLocalRegs() 52 inline AT_ALWAYS_INLINE void GetFramePointerMiniRegs(void *regs, size_t size) in GetFramePointerMiniRegs() 75 inline AT_ALWAYS_INLINE void GetQuickenMiniRegsAsm(void *regs) in GetQuickenMiniRegsAsm()
|
H A D | dwarf_op.h | 341 inline void OpReg(uint8_t opcode, DfxRegs& regs) in OpReg() 353 inline void OpRegx(AddressType& exprPtr, DfxRegs& regs) in OpRegx() 364 inline void OpBReg(uint8_t opcode, AddressType& exprPtr, DfxRegs& regs) in OpBReg() 377 inline void OpBRegx(AddressType& exprPtr, DfxRegs& regs) in OpBRegx()
|
H A D | arm_exidx.h | 33 std::vector<int32_t> regs; member
|
H A D | fp_unwinder.h | 116 static inline AT_ALWAYS_INLINE void GetPcFpRegs(void *regs) in GetPcFpRegs()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_regs_arm64.cpp | 71 void DfxRegsArm64::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs() 82 void DfxRegsArm64::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs() 108 auto regs = GetRegsData(); in PrintRegs() local
|
H A D | dfx_regs_riscv64.cpp | 71 void DfxRegsRiscv64::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs() 82 void DfxRegsRiscv64::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs() 108 auto regs = GetRegsData(); in PrintRegs() local
|
H A D | dfx_regs_x86_64.cpp | 56 void DfxRegsX86_64::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs() 60 void DfxRegsX86_64::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs() 78 auto regs = GetRegsData(); in PrintRegs() local
|
H A D | dfx_regs_arm.cpp | 70 void DfxRegsArm::SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) in SetFromFpMiniRegs() 81 void DfxRegsArm::SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) in SetFromQutMiniRegs() 108 auto regs = GetRegsData(); in PrintRegs() local
|
H A D | dfx_instructions.cpp | 38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc… in Flush() 78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState,… in Apply()
|
H A D | dfx_regs.cpp | 60 std::shared_ptr<DfxRegs> DfxRegs::CreateFromRegs(const UnwindMode mode, const uintptr_t* regs, in CreateFromRegs() 85 gregset_t regs; in CreateRemoteRegs() local 126 void DfxRegs::SetRegsData(const std::vector<uintptr_t>& regs) in SetRegsData() 131 void DfxRegs::SetRegsData(const uintptr_t* regs, const size_t size) in SetRegsData()
|
H A D | dwarf_op.cpp | 30 AddressType DwarfOp<AddressType>::Eval(DfxRegs& regs, AddressType initStackValue, AddressType start… in Eval() 52 bool DwarfOp<AddressType>::Decode(DfxRegs& regs, uintptr_t& addr) in Decode()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | fp_unwinder.h | 25 static inline AT_ALWAYS_INLINE void GetFpPcRegs(void *regs) in GetFpPcRegs()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_test.cpp | 297 auto regs = DfxRegs::CreateRemoteRegs(child); variable 334 auto regs = DfxRegs::Create(); variable 421 auto regs = DfxRegs::CreateRemoteRegs(child); variable 460 auto regs = DfxRegs::Create(); variable 494 auto regs = DfxRegs::CreateRemoteRegs(child); variable 526 auto regs = DfxRegs::Create(); variable 582 auto regs = DfxRegs::Create(); variable 620 auto regs = DfxRegs::Create(); variable 751 auto regs = DfxRegs::Create(); variable 929 uintptr_t regs[] = {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa}; variable [all …]
|
H A D | fp_unwinder_test.cpp | 47 uintptr_t regs[2]; // 2: pc and fp reg variable 79 uintptr_t regs[2]; // 2: pc and fp reg variable
|
H A D | unwinder_pac_test.cpp | 60 auto regs = DfxRegs::CreateRemoteRegs(pid); variable 99 auto regs = DfxRegs::CreateRemoteRegs(pid); variable
|
H A D | instr_statistic_test.cpp | 66 auto regs = DfxRegs::CreateRemoteRegs(pid); variable
|
H A D | regs_test.cpp | 236 uintptr_t regs[QUT_MINI_REGS_SIZE]; variable 253 uintptr_t regs[QUT_MINI_REGS_SIZE]; variable
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | printer.cpp | 125 auto regs = DfxRegs::CreateFromUcontext(request->context); in PrintReason() local 247 auto regs = thread->GetThreadRegs(); in PrintThreadRegsByConfig() local 254 void Printer::PrintRegsByConfig(std::shared_ptr<DfxRegs> regs) in PrintRegsByConfig()
|
H A D | dfx_unwind_async_thread.cpp | 42 auto regs = thread_->GetThreadRegs(); in UnwindStack() local 131 std::shared_ptr<DfxRegs> regs = thread_->GetThreadRegs(); in UnwindThreadFallback() local
|
H A D | dfx_unwind_remote.cpp | 192 auto regs = thread->GetThreadRegs(); in UnwindOtherThread() local 232 auto regs = DfxRegs::CreateFromUcontext(request->context); in InitTargetKeyThreadRegs() local
|
H A D | cppcrash_reporter.cpp | 190 std::string CppCrashReporter::GetRegsString(std::shared_ptr<DfxRegs> regs) in GetRegsString()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | co2_context.h | 43 uintptr_t regs[REG_NR]; member
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/ |
H A D | decorator_test.cpp | 130 bool IsMatchAnyRegex(const std::string& line, const std::vector<std::regex>& regs) in IsMatchAnyRegex() 145 bool CheckContent(const std::string& fileName, const std::vector<std::regex>& regs, in CheckContent()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | re.js | 23 let ret = { regs: [] }; property in search.ret
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/ |
H A D | dump.cpp | 81 auto regs = DfxRegs::CreateFromUcontext(ctx); in DumpTask() local
|