Searched defs:IndexedOperand (Results 1 – 1 of 1) sorted by relevance
184 struct IndexedOperand : public Operand { struct187 explicit IndexedOperand(dex::u4 index) : index(index) {} in IndexedOperand() argument