Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DDwarfCfa.cpp67 operands_.clear(); in GetLocationInfo()
350 AddressType reg = operands_[0]; 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()
388 AddressType reg = operands_[0]; in cfa_register()
455 AddressType reg = operands_[0]; in cfa_expression()
463 AddressType reg = operands_[0]; in cfa_offset_extended_sf()
493 AddressType reg = operands_[0]; in cfa_val_offset()
501 AddressType reg = operands_[0]; in cfa_val_offset_sf()
[all …]
H A 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
H A 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()
H A DDwarfCfa.h110 std::vector<AddressType> operands_; variable
/aosp12/art/runtime/
H A Dmethod_handles-inl.h43 : shadow_frame_(shadow_frame), operands_(operands), operand_index_(operand_index) {}
59 const uint32_t next = operands_->GetOperand(operand_index_); in Next()
65 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong()
71 const InstructionOperands* const operands_; // the set of register operands to read variable
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.h735 : InstructionOperands(num_operands), operands_(operands) {} in VarArgsInstructionOperands()
740 const uint32_t (&operands_)[Instruction::kMaxVarArgRegs];
H A Ddex_instruction.cc526 return operands_[operand_index]; in GetOperand()