Searched defs:ArrayReference (Results 1 – 1 of 1) sorted by relevance
101 struct ArrayReference { struct104 bool operator<(const ArrayReference& other) const { argument115 HInstruction* base; // base address116 HInstruction* offset; // offset + i117 DataType::Type type; // component type118 bool lhs; // def/use119 bool is_string_char_at; // compressed string read