Home
last modified time | relevance | path

Searched defs:regs (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs_get.h31 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 Ddwarf_op.h341 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 Darm_exidx.h33 std::vector<int32_t> regs; member
H A Dfp_unwinder.h116 static inline AT_ALWAYS_INLINE void GetPcFpRegs(void *regs) in GetPcFpRegs()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs_arm64.cpp71 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 Ddfx_regs_riscv64.cpp71 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 Ddfx_regs_x86_64.cpp56 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 Ddfx_regs_arm.cpp70 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 Ddfx_instructions.cpp38 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 Ddfx_regs.cpp60 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 Ddwarf_op.cpp30 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 Dfp_unwinder.h25 static inline AT_ALWAYS_INLINE void GetFpPcRegs(void *regs) in GetFpPcRegs()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp297 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 Dfp_unwinder_test.cpp47 uintptr_t regs[2]; // 2: pc and fp reg variable
79 uintptr_t regs[2]; // 2: pc and fp reg variable
H A Dunwinder_pac_test.cpp60 auto regs = DfxRegs::CreateRemoteRegs(pid); variable
99 auto regs = DfxRegs::CreateRemoteRegs(pid); variable
H A Dinstr_statistic_test.cpp66 auto regs = DfxRegs::CreateRemoteRegs(pid); variable
H A Dregs_test.cpp236 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 Dprinter.cpp125 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 Ddfx_unwind_async_thread.cpp42 auto regs = thread_->GetThreadRegs(); in UnwindStack() local
131 std::shared_ptr<DfxRegs> regs = thread_->GetThreadRegs(); in UnwindThreadFallback() local
H A Ddfx_unwind_remote.cpp192 auto regs = thread->GetThreadRegs(); in UnwindOtherThread() local
232 auto regs = DfxRegs::CreateFromUcontext(request->context); in InitTargetKeyThreadRegs() local
H A Dcppcrash_reporter.cpp190 std::string CppCrashReporter::GetRegsString(std::shared_ptr<DfxRegs> regs) in GetRegsString()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco2_context.h43 uintptr_t regs[REG_NR]; member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp130 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 Dre.js23 let ret = { regs: [] }; property in search.ret
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/
H A Ddump.cpp81 auto regs = DfxRegs::CreateFromUcontext(ctx); in DumpTask() local

12