Lines Matching defs:ByteArray
70 // - ByteArray
920 V(ByteArray) \
4344 // ByteArray represents fixed sized byte arrays. Used for the relocation info
4346 class ByteArray: public FixedArrayBase {
4373 // Returns a pointer to the ByteArray object for a given data start address.
4374 static inline ByteArray* FromDataStartAddress(Address address);
4376 DECLARE_CAST(ByteArray)
4382 DECLARE_PRINTER(ByteArray)
4383 DECLARE_VERIFIER(ByteArray)
4388 // Maximal memory consumption for a single ByteArray.
4390 // Maximal length of a single ByteArray.
4394 DISALLOW_IMPLICIT_CONSTRUCTORS(ByteArray);
4819 DEFINE_ELEMENT_ACCESSORS(TranslationByteArray, ByteArray)
4986 DECL_ACCESSORS(relocation_info, ByteArray)
5027 inline ByteArray* unchecked_relocation_info();
10222 DECL_ACCESSORS(serialized_data, ByteArray)