Home | History | Annotate | Download | only in src

Lines Matching defs:ByteArray

59 //         - ByteArray
2294 // ByteArray represents fixed sized byte arrays. Used by the outside world,
2297 class ByteArray: public Array {
2322 // Returns a pointer to the ByteArray object for a given data start address.
2323 static inline ByteArray* FromDataStartAddress(Address address);
2326 static inline ByteArray* cast(Object* obj);
2335 // ByteArray headers are not quadword aligned.
2339 // Maximal memory consumption for a single ByteArray.
2341 // Maximal length of a single ByteArray.
2345 DISALLOW_IMPLICIT_CONSTRUCTORS(ByteArray);