Home
last modified time | relevance | path

Searched refs:Apply (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_instructions.h33 static bool Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instructions.cpp78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode) in Apply() function in OHOS::HiviewDFX::DfxInstructions
H A Dunwinder.cpp231 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