Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DDwarfCfa.h64 uint8_t num_operands; member
H A DDwarfOp.cpp96 uint8_t num_operands; member
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands()
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
734 size_t num_operands) in VarArgsInstructionOperands()