Lines Matching refs:PrettyClass
395 *error_msg = "Modification of class " + klass->PrettyClass() + in GetClassRedefinitionError()
400 LOG(WARNING) << klass->PrettyClass() << " is not yet resolved. Attempting to transform " in GetClassRedefinitionError()
436 *error_msg = "Modification of class " + klass->PrettyClass() + " during class" + in GetClassRedefinitionError()
443 *error_msg = "Class " + klass->PrettyClass() + " failed initialization. Structural" + in GetClassRedefinitionError()
450 std::string pc(klass->PrettyClass()); in GetClassRedefinitionError()
481 klass->PrettyClass().c_str()); in GetClassRedefinitionError()
493 klass->PrettyClass().c_str(), in GetClassRedefinitionError()
494 k->PrettyClass().c_str()); in GetClassRedefinitionError()
1776 << hinstance->GetClass()->PrettyClass() << " (instance " << i in CollectAndCreateNewInstances()
1908 << old_klass->PrettyClass(); in FinishNewClassAllocations()
1968 << "from first " << i << " could not find super of " << old_type->PrettyClass() in FinishNewClassAllocations()
1969 << " expected to find " << old_type->GetSuperClass()->PrettyClass(); in FinishNewClassAllocations()
1989 VLOG(plugin) << "Failed to load new version of class " << old_type->PrettyClass() in FinishNewClassAllocations()
2062 "Unable to allocate class object for redefinition of " + old_class->PrettyClass()); in AllocateNewClassObject()
2100 << "Attempting to redefine an unresolved class " << old_class->PrettyClass() in AllocateNewClassObject()
2128 "Unable to allocate jni-id arrays for redefinition of " + old_class->PrettyClass()); in AllocateNewClassObject()
2137 << " m->GetDeclaringClass(): " << m->GetDeclaringClass()->PrettyClass() in AllocateNewClassObject()
2138 << " != linked_class.Get(): " << linked_class->PrettyClass(); in AllocateNewClassObject()
2680 << "Should not be overriding object class fields. Target: " << target_class->PrettyClass() in CopyFields()
2681 << " Source: " << source_class->PrettyClass(); in CopyFields()
2922 << new_instance->GetClass()->PrettyClass() << " vs " in UpdateClassStructurally()
2923 << map[old_instance->GetClass()]->AsClass()->PrettyClass(); in UpdateClassStructurally()
2963 DCHECK_EQ(method->GetDeclaringClass(), orig) << method->GetDeclaringClass()->PrettyClass() in UpdateClassStructurally()
2964 << " vs " << orig->PrettyClass(); in UpdateClassStructurally()
2967 DCHECK_EQ(field->GetDeclaringClass(), orig) << field->GetDeclaringClass()->PrettyClass() in UpdateClassStructurally()
2968 << " vs " << orig->PrettyClass(); in UpdateClassStructurally()