Searched refs:DescriptorToDot (Results 1 – 11 of 11) sorted by relevance
51 std::string DescriptorToDot(const char* descriptor);
209 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()
68 return DescriptorToDot(descriptor.c_str()); in PreloadedClassesRepresentation()
828 expected_contents += DescriptorToDot(class_name.c_str()) + in TEST_F()926 std::string denylist_content = DescriptorToDot(kPreloadedDenylistedClass.c_str()); in TEST_F()943 DescriptorToDot(kDirtyClass.c_str()) in TEST_F()
109 CHECK(IsAborted()) << "Rethrow " << DescriptorToDot(kTransactionAbortErrorDescriptor) in ThrowAbortError()
347 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
3366 LOG(WARNING) << "Initiating class loader of type " << DescriptorToDot(loader_class_name) in FindClass()3368 << DescriptorToDot(descriptor) << "\")."; in FindClass()3378 DescriptorToDot(loader_class_name).c_str(), in FindClass()3379 DescriptorToDot(result_name).c_str(), in FindClass()3380 DescriptorToDot(descriptor).c_str()); in FindClass()
558 auto descriptor_to_dot = [](const char* descriptor) { return DescriptorToDot(descriptor); }; in DexFile_getClassNameList()
695 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) { in DumpMethodAndOffsetAsJson()928 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) { in DumpOatDexFile()
365 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str()); in ComputeName()