Searched refs:operands_ (Results 1 – 4 of 4) sorted by relevance
67 operands_.clear(); in GetLocationInfo()125 operands_.push_back(block_length); in GetLocationInfo()135 operands_.push_back(value); in GetLocationInfo()330 AddressType new_pc = operands_[0]; in cfa_set_loc()344 cur_pc_ += operands_[0] * fde_->cie->code_alignment_factor; in cfa_advance_loc()350 AddressType reg = operands_[0]; in cfa_offset()351 (*loc_regs)[reg] = {.type = DWARF_LOCATION_OFFSET, .values = {operands_[1]}}; in cfa_offset()357 AddressType reg = operands_[0]; in cfa_restore()374 AddressType reg = operands_[0]; in cfa_undefined()381 AddressType reg = operands_[0]; in cfa_same_value()[all …]
74 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
1501 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()
110 std::vector<AddressType> operands_; variable