Lines Matching full:bytearray
74 // - ByteArray
926 V(ByteArray) \
4303 // ByteArray represents fixed sized byte arrays. Used for the relocation info
4305 class ByteArray: public FixedArrayBase {
4332 // Returns a pointer to the ByteArray object for a given data start address.
4333 static inline ByteArray* FromDataStartAddress(Address address);
4335 DECLARE_CAST(ByteArray)
4339 DECLARE_PRINTER(ByteArray)
4340 DECLARE_VERIFIER(ByteArray)
4345 // Maximal memory consumption for a single ByteArray.
4347 // Maximal length of a single ByteArray.
4351 DISALLOW_IMPLICIT_CONSTRUCTORS(ByteArray);
4579 DECLARE_ELEMENT_ACCESSORS(TranslationByteArray, ByteArray)
4824 DECL_ACCESSORS(relocation_info, ByteArray)
4870 inline ByteArray* unchecked_relocation_info();