Searched defs:ArrayReference (Results 1 – 1 of 1) sorted by relevance
97 struct ArrayReference { struct100 bool operator<(const ArrayReference& other) const { argument111 HInstruction* base; // base address112 HInstruction* offset; // offset + i113 DataType::Type type; // component type114 bool lhs; // def/use115 bool is_string_char_at; // compressed string read