Home | History | Annotate | Download | only in src

Lines Matching refs:ByteArray

1546   // is big enough to be a ByteArray with at least one extra word (the next
1552 if (size_in_bytes > ByteArray::kAlignedSize) {
1554 // Can't use ByteArray::cast because it fails during deserialization.
1555 ByteArray* this_as_byte_array = reinterpret_cast<ByteArray*>(this);
1556 this_as_byte_array->set_length(ByteArray::LengthFor(size_in_bytes));