Lines Matching refs:ConstantArraySlice
112 struct ConstantArraySlice;
189 friend struct ConstantArraySlice;
197 struct ConstantArraySlice final : public ZoneObject {
198 ConstantArraySlice(Zone* zone, size_t start_index, size_t capacity,
200 ConstantArraySlice(const ConstantArraySlice&) = delete;
201 ConstantArraySlice& operator=(const ConstantArraySlice&) = delete;
230 ConstantArraySlice* IndexToSlice(size_t index) const;
231 ConstantArraySlice* OperandSizeToSlice(OperandSize operand_size) const;
233 ConstantArraySlice* idx_slice_[3];