Lines Matching refs:has_pointers
318 bool has_pointers = initial_shape.IsIndirect();
352 has_pointers ? ClearRecordedSlots::kYes : ClearRecordedSlots::kNo);
355 // has_pointers, because indirect strings never get that large.
356 DCHECK(!has_pointers);
392 bool has_pointers = StringShape(*this).IsIndirect();
394 if (has_pointers) {
425 has_pointers ? ClearRecordedSlots::kYes : ClearRecordedSlots::kNo);
428 // has_pointers, because indirect strings never get that large.
429 DCHECK(!has_pointers);
476 bool has_pointers = StringShape(*this).IsIndirect();
478 if (has_pointers) {
509 has_pointers ? ClearRecordedSlots::kYes : ClearRecordedSlots::kNo);
512 // has_pointers, because indirect strings never get that large.
513 DCHECK(!has_pointers);