Home
last modified time | relevance | path

Searched refs:operands_ (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/
DDwarfCfa.cpp65 operands_.clear(); in GetLocationInfo()
123 operands_.push_back(block_length); in GetLocationInfo()
133 operands_.push_back(value); in GetLocationInfo()
324 AddressType new_pc = operands_[0]; in cfa_set_loc()
338 cur_pc_ += operands_[0] * fde_->cie->code_alignment_factor; in cfa_advance_loc()
344 AddressType reg = operands_[0]; in cfa_offset()
345 (*loc_regs)[reg] = {.type = DWARF_LOCATION_OFFSET, .values = {operands_[1]}}; in cfa_offset()
351 AddressType reg = operands_[0]; in cfa_restore()
368 AddressType reg = operands_[0]; in cfa_undefined()
375 AddressType reg = operands_[0]; in cfa_same_value()
[all …]
DDwarfOp.h74 AddressType OperandAt(size_t index) { return operands_[index]; } in OperandAt()
75 size_t OperandsSize() { return operands_.size(); } in OperandsSize()
92 std::vector<AddressType> operands_; variable
DDwarfOp.cpp1501 if (cur_op_ == 0x0c && operands_.back() == 0x31584544) { in Eval()
1556 operands_.clear(); in Decode()
1564 operands_.push_back(value); in Decode()
1647 for (auto operand : operands_) { in op_push()
DDwarfCfa.h105 std::vector<AddressType> operands_; variable