• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:ERROR

441       MemMap::DumpMaps(LOG(ERROR));  in Heap()
2291 LOG(ERROR) << "Would have rescanned object " << obj; in operator ()()
2326 LOG(ERROR) << "Root " << *root << " is dead with type " << PrettyTypeOf(*root) in VerifyRootCallback()
2342 LOG(ERROR) << "!!!!!!!!!!!!!!Heap corruption detected!!!!!!!!!!!!!!!!!!!"; in VerifyReference()
2350 LOG(ERROR) << "Object " << obj << " references dead object " << ref << " at offset " in VerifyReference()
2353 LOG(ERROR) << "Obj type " << PrettyTypeOf(obj); in VerifyReference()
2355 LOG(ERROR) << "Object " << obj << " class(" << obj->GetClass() << ") not a heap address"; in VerifyReference()
2364 LOG(ERROR) << "Reference " << ref << " found as a recently freed object with class " in VerifyReference()
2367 LOG(ERROR) << "Reference " << ref << " not found as a recently freed object"; in VerifyReference()
2373 LOG(ERROR) << "Ref type " << PrettyTypeOf(ref); in VerifyReference()
2375 LOG(ERROR) << "Ref " << ref << " class(" << ref->GetClass() in VerifyReference()
2383 LOG(ERROR) << "Card " << reinterpret_cast<void*>(card_addr) << " covers " << cover_begin in VerifyReference()
2389 LOG(ERROR) << "Object " << obj << " has no bitmap"; in VerifyReference()
2391 LOG(ERROR) << "Object " << obj << " failed class verification!"; in VerifyReference()
2396 LOG(ERROR) << "Object " << obj << " found in live bitmap"; in VerifyReference()
2399 LOG(ERROR) << "Object " << obj << " found in allocation stack"; in VerifyReference()
2402 LOG(ERROR) << "Object " << obj << " found in live stack"; in VerifyReference()
2405 LOG(ERROR) << "Ref " << ref << " found in allocation stack"; in VerifyReference()
2408 LOG(ERROR) << "Ref " << ref << " found in live stack"; in VerifyReference()
2526 mod_union_table->Dump(LOG(ERROR) << mod_union_table->GetName() << ": "); in VerifyHeapReferences()
2531 remembered_set->Dump(LOG(ERROR) << remembered_set->GetName() << ": "); in VerifyHeapReferences()
2533 DumpSpaces(LOG(ERROR)); in VerifyHeapReferences()
2558 LOG(ERROR) << "Object " << obj << " is not in the address range of the card table"; in operator ()()
2567 LOG(ERROR) << "Object " << obj << " found in live stack"; in operator ()()
2570 LOG(ERROR) << "Object " << obj << " found in live bitmap"; in operator ()()
2572 LOG(ERROR) << "Object " << obj << " " << PrettyTypeOf(obj) in operator ()()
2585 LOG(ERROR) << (is_static ? "Static " : "") << "field in the live stack is " in operator ()()
2595 LOG(ERROR) << (is_static ? "Static " : "") << "obj[" << i << "] = ref"; in operator ()()