Searched refs:DescriptorToDot (Results 1 – 10 of 10) 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()
775 std::string dot(DescriptorToDot(interface_name)); in DumpInterface()1033 std::string dot(DescriptorToDot(back_descriptor)); in DumpBytecodes()1208 dot = DescriptorToDot(back_descriptor); in DumpMethod()1217 std::string dot(DescriptorToDot(return_type + 1)); in DumpMethod()1259 std::string dot(DescriptorToDot(tmp_buf)); in DumpMethod()1313 std::string dot(DescriptorToDot(type_descriptor)); in DumpSField()1425 dot = DescriptorToDot(superclass_descriptor); in DumpClass()
286 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
3063 LOG(WARNING) << "Initiating class loader of type " << DescriptorToDot(loader_class_name) in FindClass()3065 << DescriptorToDot(descriptor) << "\")."; in FindClass()3075 DescriptorToDot(loader_class_name).c_str(), in FindClass()3076 DescriptorToDot(result_name).c_str(), in FindClass()3077 DescriptorToDot(descriptor).c_str()); in FindClass()
513 std::string descriptor(DescriptorToDot(*it)); in DexFile_getClassNameList()
710 expected_contents += DescriptorToDot(class_name.c_str()) + in TEST_F()
284 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str()); in ComputeName()
925 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) { in DumpOatDexFile()