Searched refs:DfxInstructions (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_instructions.h | 28 class DfxInstructions { class 30 DfxInstructions() = default; 31 virtual ~DfxInstructions() = default;
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_instructions.cpp | 35 #define LOG_TAG "DfxInstructions" 38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val) in Flush() 78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode) in Apply()
|
H A D | unwinder.cpp | 1088 bool ret = DfxInstructions::Apply(memory_, *(regs.get()), *(rs.get()), errCode); in Apply()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 1157 * @tc.desc: test DfxInstructions Flush 1163 auto instructions = std::make_shared<DfxInstructions>(); in HWTEST_F()
|
Completed in 5 milliseconds