Lines Matching full:bytearray
2415 ByteArray* byte_array;
3018 if (length < 0 || length > ByteArray::kMaxLength) {
3021 int size = ByteArray::SizeFor(length);
3030 ByteArray::cast(result)->set_length(length);
3192 int new_size = ByteArray::SizeFor(len - elements_to_trim);
3193 bytes_to_trim = ByteArray::SizeFor(len) - new_size;
3371 // Allocate ByteArray before the Code object, so that we do not risk
3373 ByteArray* reloc_info_array = nullptr;