Lines Matching refs:no_gc
65 DisallowGarbageCollection no_gc;
66 WriteToFlat(*cons, flat->GetChars(no_gc), 0, length);
73 DisallowGarbageCollection no_gc;
74 WriteToFlat(*cons, flat->GetChars(no_gc), 0, length);
108 DisallowGarbageCollection no_gc;
109 WriteToFlat(*flat, copy->GetChars(no_gc), 0, length);
114 DisallowGarbageCollection no_gc;
115 WriteToFlat(*flat, copy->GetChars(no_gc), 0, length);
213 // DisallowGarbageCollection no_gc;
221 // }, no_gc);
226 Callback update_representation, const DisallowGarbageCollection& no_gc) {
227 USE(no_gc);
301 DisallowGarbageCollection no_gc;
334 no_gc)) {
368 DisallowGarbageCollection no_gc;
395 isolate->heap()->NotifyObjectLayoutChange(*this, no_gc,
447 DisallowGarbageCollection no_gc;
479 isolate->heap()->NotifyObjectLayoutChange(*this, no_gc,
645 DisallowGarbageCollection no_gc;
705 DisallowGarbageCollection no_gc;
707 Handle<SeqOneByteString>::cast(subject)->GetChars(no_gc);
749 const DisallowGarbageCollection& no_gc,
751 USE(no_gc);
760 if (!cons.IsFlat(cage_base)) return FlatContent(no_gc);
781 return TryGetFlatContentFromDirectString(cage_base, no_gc, string, offset,
850 DisallowGarbageCollection no_gc;
871 SeqOneByteString::cast(source).GetChars(no_gc, access_guard) +
877 SeqTwoByteString::cast(source).GetChars(no_gc, access_guard) +
917 SeqOneByteString::cast(second).GetChars(no_gc, access_guard),
980 DisallowGarbageCollection no_gc; // ensure vectors stay valid.
982 String::FlatContent content = src->GetFlatContent(no_gc);
1016 DisallowGarbageCollection no_gc;
1064 SeqOneByteString::cast(*this).GetChars(no_gc, access_guard);
1066 SeqOneByteString::cast(other).GetChars(no_gc, access_guard);
1121 DisallowGarbageCollection no_gc;
1122 String::FlatContent flat1 = one->GetFlatContent(no_gc);
1123 String::FlatContent flat2 = two->GetFlatContent(no_gc);
1165 DisallowGarbageCollection no_gc;
1175 String::FlatContent x_content = x->GetFlatContent(no_gc);
1176 String::FlatContent y_content = y->GetFlatContent(no_gc);
1268 DisallowGarbageCollection no_gc; // ensure vectors stay valid
1270 String::FlatContent receiver_content = receiver->GetFlatContent(no_gc);
1271 String::FlatContent search_content = search->GetFlatContent(no_gc);
1525 DisallowGarbageCollection no_gc; // ensure vectors stay valid
1527 String::FlatContent receiver_content = receiver_string->GetFlatContent(no_gc);
1528 String::FlatContent search_content = search_string->GetFlatContent(no_gc);
1582 DisallowGarbageCollection no_gc;
1583 String::FlatContent flat = str->GetFlatContent(no_gc);
1594 DisallowGarbageCollection no_gc;
1611 chars = string.GetChars<Char>(cage_base, no_gc, access_guard) + start;
1625 DisallowGarbageCollection no_gc;
1674 DisallowGarbageCollection no_gc;
1689 DisallowGarbageCollection no_gc;
1825 DisallowGarbageCollection no_gc;
1827 String::FlatContent content = str_->GetFlatContent(no_gc);
1970 int start_index, const DisallowGarbageCollection& no_gc) {
1992 SeqOneByteString::cast(subject).GetChars(no_gc) + start_index);
1995 SeqTwoByteString::cast(subject).GetChars(no_gc) + start_index);