Lines Matching defs:cs
1202 ConsString* cs = ConsString::cast(this);
1203 if (cs->second()->length() == 0) {
1204 return cs->first();
1219 String* first = cs->first();
1223 String* second = cs->second();
1235 String* first = cs->first();
1238 String* second = cs->second();
1244 cs->set_first(result);
1245 cs->set_second(heap->empty_string(), SKIP_WRITE_BARRIER);