Searched defs:ArrayReference (Results 1 – 1 of 1) sorted by relevance
118 struct ArrayReference { struct121 bool operator<(const ArrayReference& other) const { argument132 HInstruction* base; // base address133 HInstruction* offset; // offset + i134 DataType::Type type; // component type135 bool lhs; // def/use136 bool is_string_char_at; // compressed string read