Home
last modified time | relevance | path

Searched refs:target_descriptor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebug_print.cc134 const char* target_descriptor = target_class->GetDescriptor(&target_descriptor_storage); in DumpB77342775DebugData() local
137 if (strncmp(target_descriptor, kCheckedPrefix, sizeof(kCheckedPrefix) - 1) != 0) { in DumpB77342775DebugData()
140 auto matcher = [target_descriptor, target_class](ObjPtr<mirror::Class> klass) in DumpB77342775DebugData()
142 if (klass->DescriptorEquals(target_descriptor)) { in DumpB77342775DebugData()
144 << DescribeLoaders(klass->GetClassLoader(), target_descriptor) in DumpB77342775DebugData()
152 LOG(ERROR) << "Maybe bug 77342775, looking for " << target_descriptor in DumpB77342775DebugData()
156 << "\n with loader: " << DescribeLoaders(target_class->GetClassLoader(), target_descriptor); in DumpB77342775DebugData()