Home
last modified time | relevance | path

Searched refs:loc_reg_state_ (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/
DDwarfCfa.cpp396 loc_reg_state_.push(*loc_regs); in cfa_remember_state()
402 if (loc_reg_state_.size() == 0) { in cfa_restore_state()
406 *loc_regs = loc_reg_state_.top(); in cfa_restore_state()
407 loc_reg_state_.pop(); in cfa_restore_state()
DDwarfCfa.h111 std::stack<dwarf_loc_regs_t> loc_reg_state_; variable