Lines Matching refs:data
336 // Overwrite character data with the filler below.
380 DCHECK_EQ(0, memcmp(smart_chars.begin(), resource->data(),
464 DCHECK_EQ(0, memcmp(smart_chars.begin(), resource->data(),
706 uint8_t const* data =
708 bool minus = (data[0] == '-');
713 } else if (data[start_pos] > '9') {
718 if (data[start_pos] != 'I' && data[start_pos] != 0xA0) {
721 } else if (len - start_pos < 10 && AreDigits(data, start_pos, len)) {
723 // we know it will fit into the smi-data type.
724 int d = ParseDecimalInteger(data, start_pos, len);
729 (len == 1 || data[0] != '0')) {
730 // String hash is not calculated yet but all the data are present.