Home | History | Annotate | Download | only in gc

Lines Matching refs:PrettyTypeOf

1389           LOG(ERROR) << "Obj type " << PrettyTypeOf(obj);
1409 LOG(ERROR) << "Ref type " << PrettyTypeOf(ref);
1453 LOG(ERROR) << "Root references dead object " << ref << "\nRef type " << PrettyTypeOf(ref);
1557 LOG(ERROR) << "Object " << obj << " " << PrettyTypeOf(obj)
1558 << " references " << ref << " " << PrettyTypeOf(ref) << " in live stack";