Home | History | Annotate | Download | only in src

Lines Matching defs:bytes

116   // If encodingType == 'y' (raw bytes):
223 uint8_t* ValueSerializer::ReserveRawBytes(size_t bytes) {
225 size_t new_size = old_size + bytes;
1136 Vector<const uint8_t> bytes;
1140 byte_length % sizeof(uc16) != 0 || !ReadRawBytes(byte_length).To(&bytes))
1151 // Copy the bytes directly into the new string.
1153 memcpy(string->GetChars(), bytes.begin(), bytes.length());
1163 Vector<const uint8_t> bytes;
1167 !ReadRawBytes(byte_length).To(&bytes)) {
1176 // If the bytes are verbatim what is in the flattened string, then the string
1182 memcmp(bytes.begin(), chars.begin(), byte_length) == 0) {
1188 memcmp(bytes.begin(), chars.begin(), byte_length) == 0) {
1255 // byte to encode, if there are fewer bytes than that we can also fail fast.
1438 Vector<const uint8_t> bytes;
1525 // Extract the data from the buffer: wasm wire bytes, followed by V8 compiled