Searched refs:DescriptorToDot (Results 1 – 12 of 12) sorted by relevance
46 std::string DescriptorToDot(const char* descriptor);
137 std::string DescriptorToDot(const char* descriptor) { in DescriptorToDot() function
126 static std::string DescriptorToDot(const char* descriptor) { in DescriptorToDot() function158 std::string dot_name = DescriptorToDot(descriptor.c_str()); in FindClassWithClassLoader()
776 std::string dot(DescriptorToDot(interface_name)); in DumpInterface()1034 std::string dot(DescriptorToDot(back_descriptor)); in DumpBytecodes()1212 dot = DescriptorToDot(back_descriptor); in DumpMethod()1221 std::string dot(DescriptorToDot(return_type + 1)); in DumpMethod()1263 std::string dot(DescriptorToDot(tmp_buf)); in DumpMethod()1317 std::string dot(DescriptorToDot(type_descriptor)); in DumpSField()1429 dot = DescriptorToDot(superclass_descriptor); in DumpClass()
68 return DescriptorToDot(descriptor.c_str()); in PreloadedClassesRepresentation()
848 expected_contents += DescriptorToDot(class_name.c_str()) + in TEST_F()946 std::string denylist_content = DescriptorToDot(kPreloadedDenylistedClass.c_str()); in TEST_F()963 DescriptorToDot(kDirtyClass.c_str()) in TEST_F()
94 CHECK(IsAborted()) << "Rethrow " << DescriptorToDot(Transaction::kAbortExceptionDescriptor) in ThrowAbortError()
296 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
2992 LOG(WARNING) << "Initiating class loader of type " << DescriptorToDot(loader_class_name) in FindClass()2994 << DescriptorToDot(descriptor) << "\")."; in FindClass()3004 DescriptorToDot(loader_class_name).c_str(), in FindClass()3005 DescriptorToDot(result_name).c_str(), in FindClass()3006 DescriptorToDot(descriptor).c_str()); in FindClass()
492 std::string descriptor(DescriptorToDot(*it)); in DexFile_getClassNameList()
374 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str()); in ComputeName()
907 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) { in DumpOatDexFile()