Searched refs:Apply (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_instructions.h | 33 static bool Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_instructions.cpp | 78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode) in Apply() function in OHOS::HiviewDFX::DfxInstructions
|
H A D | unwinder.cpp | 231 bool Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs); 1031 ret = Apply(regs_, rs); in StepInner() 1079 bool Unwinder::Impl::Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs) in Apply() function in OHOS::HiviewDFX::Unwinder::Impl 1088 bool ret = DfxInstructions::Apply(memory_, *(regs.get()), *(rs.get()), errCode); in Apply()
|
Completed in 4 milliseconds