Searched defs:GetOperand (Results 1 – 10 of 10) sorted by relevance
480 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::RangeInstructionOperands485 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::VarArgsInstructionOperands490 uint32_t NoReceiverInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::NoReceiverInstructionOperands
671 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function676 inline const Operand& Instruction::GetOperand(uint32_t index) const { in GetOperand() function
232 const MemOperand& GetOperand() const { return operand_; } in GetOperand() function244 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand() function
253 UInt32 CVm::GetOperand(bool byteMode, const COperand *op) const in GetOperand() function in NCompress::NRar3::NVm::CVm
231 uint32_t GetOperand(const spv_parsed_instruction_t* instruction, in GetOperand() function
163 TEST(InstructionTest, GetOperand) { in TEST() argument