Lines Matching defs:ByteArray
59 // - ByteArray
707 V(ByteArray) \
2766 // ByteArray represents fixed sized byte arrays. Used by the outside world,
2769 class ByteArray: public HeapObject {
2798 // Returns a pointer to the ByteArray object for a given data start address.
2799 static inline ByteArray* FromDataStartAddress(Address address);
2802 static inline ByteArray* cast(Object* obj);
2825 // Maximal memory consumption for a single ByteArray.
2827 // Maximal length of a single ByteArray.
2831 DISALLOW_IMPLICIT_CONSTRUCTORS(ByteArray);
3140 DEFINE_ELEMENT_ACCESSORS(TranslationByteArray, ByteArray)
3288 DECL_ACCESSORS(relocation_info, ByteArray)
3295 inline ByteArray* unchecked_relocation_info();