Home | History | Annotate | Download | only in src

Lines Matching defs:cs

853       ConsString* cs = ConsString::cast(this);
854 if (cs->second()->length() == 0) {
855 return cs->first();
869 String* first = cs->first();
873 String* second = cs->second();
885 String* first = cs->first();
888 String* second = cs->second();
894 cs->set_first(result);
895 cs->set_second(heap->empty_string(), SKIP_WRITE_BARRIER);