Home | History | Annotate | Download | only in src

Lines Matching defs:type_str

236 static LiveObjectType FindTypeFor(String* type_str) {
238 type_str->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
293 String* type_str = String::cast(type_obj);
294 type_ = FindTypeFor(type_str);