MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / GetOperand

Method GetOperand

Bcore/src/main/cpp/dex/dex_instruction.cc:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562//chensenhua add end
563
564uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const {
565 DCHECK_LT(operand_index, GetNumberOfOperands());
566 return first_operand_ + operand_index;
567}
568
569uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const {
570 DCHECK_LT(operand_index, GetNumberOfOperands());

Callers

nothing calls this directly

Calls 1

GetNumberOfOperandsMethod · 0.80

Tested by

no test coverage detected