Lines Matching refs:ByteArray
1748 // is big enough to be a ByteArray with at least one extra word (the next
1754 if (size_in_bytes > ByteArray::kHeaderSize) {
1756 // Can't use ByteArray::cast because it fails during deserialization.
1757 ByteArray* this_as_byte_array = reinterpret_cast<ByteArray*>(this);
1758 this_as_byte_array->set_length(ByteArray::LengthFor(size_in_bytes));