Home
last modified time | relevance | path

Searched refs:DfxInstructions (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_instructions.h28 class DfxInstructions { class
30 DfxInstructions() = default;
31 virtual ~DfxInstructions() = default;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instructions.cpp35 #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 Dunwinder.cpp1088 bool ret = DfxInstructions::Apply(memory_, *(regs.get()), *(rs.get()), errCode); in Apply()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp1157 * @tc.desc: test DfxInstructions Flush
1163 auto instructions = std::make_shared<DfxInstructions>(); in HWTEST_F()

Completed in 5 milliseconds