Searched refs:DescriptorToDot (Results 1 – 7 of 7) 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()
286 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
513 std::string descriptor(DescriptorToDot(*it)); in DexFile_getClassNameList()
710 expected_contents += DescriptorToDot(class_name.c_str()) + in TEST_F()
925 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) { in DumpOatDexFile()