Searched defs:IndexedOperand (Results 1 – 1 of 1) sorted by relevance
182 struct IndexedOperand : public Operand { struct185 explicit IndexedOperand(dex::u4 index) : index(index) {} in IndexedOperand() function