Searched defs:ArrayReference (Results 1 – 1 of 1) sorted by relevance
127 struct ArrayReference { struct130 bool operator<(const ArrayReference& other) const { argument141 HInstruction* base; // base address142 HInstruction* offset; // offset + i143 DataType::Type type; // component type144 bool lhs; // def/use145 bool is_string_char_at; // compressed string read