Home | History | Annotate | Download | only in heap

Lines Matching refs:ByteArray

2423       ByteArray* byte_array;
3040 if (length < 0 || length > ByteArray::kMaxLength) {
3043 int size = ByteArray::SizeFor(length);
3052 ByteArray::cast(result)->set_length(length);
3225 int new_size = ByteArray::SizeFor(len - elements_to_trim);
3226 bytes_to_trim = ByteArray::SizeFor(len) - new_size;