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

/system/core/libunwindstack/
H A DDwarfCfa.cpp53 operands_.clear();
108 operands_.push_back(block_length);
117 operands_.push_back(value);
307 AddressType new_pc = operands_[0];
321 cur_pc_ += operands_[0] * fde_->cie->code_alignment_factor;
327 AddressType reg = operands_[0];
328 (*loc_regs)[reg] = {.type = DWARF_LOCATION_OFFSET, .values = {operands_[1]}};
334 AddressType reg = operands_[0];
351 AddressType reg = operands_[0];
358 AddressType reg = operands_[
[all...]
H A DDwarfOp.cpp85 operands_.clear();
92 operands_.push_back(value);
173 for (auto operand : operands_) {
H A DDwarfCfa.h98 std::vector<AddressType> operands_; member in class:unwindstack::DwarfCfa
H A DDwarfOp.h84 AddressType OperandAt(size_t index) { return operands_[index]; }
85 size_t OperandsSize() { return operands_.size(); }
101 std::vector<AddressType> operands_; member in class:unwindstack::DwarfOp

Completed in 67 milliseconds