Searched defs:ArrayReference (Results 1 – 1 of 1) sorted by relevance
100 struct ArrayReference { struct103 bool operator<(const ArrayReference& other) const { argument114 HInstruction* base; // base address115 HInstruction* offset; // offset + i116 DataType::Type type; // component type117 bool lhs; // def/use118 bool is_string_char_at; // compressed string read