Home | History | Annotate | Download | only in src

Lines Matching full:bytearray

64 //       - ByteArray
930 V(ByteArray) \
4835 // ByteArray represents fixed sized byte arrays. Used for the relocation info
4837 class ByteArray: public FixedArrayBase {
4864 // Returns a pointer to the ByteArray object for a given data start address.
4865 static inline ByteArray* FromDataStartAddress(Address address);
4868 static inline ByteArray* cast(Object* obj);
4874 DECLARE_PRINTER(ByteArray)
4875 DECLARE_VERIFIER(ByteArray)
4880 // Maximal memory consumption for a single ByteArray.
4882 // Maximal length of a single ByteArray.
4886 DISALLOW_IMPLICIT_CONSTRUCTORS(ByteArray);
5324 DEFINE_ELEMENT_ACCESSORS(TranslationByteArray, ByteArray)
5493 DECL_ACCESSORS(relocation_info, ByteArray)
5534 inline ByteArray* unchecked_relocation_info();
10656 DECL_ACCESSORS(serialized_data, ByteArray)