Home
last modified time | relevance | path

Searched defs:num_operands (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h759 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
774 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
790 size_t num_operands) in VarArgsInstructionOperands()