Home
last modified time | relevance | path

Searched refs:saveRsStates_ (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_cfa_instructions.h43 std::stack<RegLocState> saveRsStates_; member in OHOS::HiviewDFX::DwarfCfaInstructions
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_cfa_instructions.cpp160 saveRsStates_.push(rsState); in DecodeDwCfa()
164 if (saveRsStates_.size() == 0) { in DecodeDwCfa()
167 rsState = saveRsStates_.top(); in DecodeDwCfa()
168 saveRsStates_.pop(); in DecodeDwCfa()

Completed in 2 milliseconds