Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddescriptors_names.h46 std::string DescriptorToDot(const char* descriptor);
Ddescriptors_names.cc137 std::string DescriptorToDot(const char* descriptor) { in DescriptorToDot() function
/art/test/ti-agent/
Djni_binder.cc126 static std::string DescriptorToDot(const char* descriptor) { in DescriptorToDot() function
158 std::string dot_name = DescriptorToDot(descriptor.c_str()); in FindClassWithClassLoader()
/art/dexlayout/
Ddexlayout.cc776 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()
/art/profman/
Dboot_image_profile.cc68 return DescriptorToDot(descriptor.c_str()); in PreloadedClassesRepresentation()
Dprofile_assistant_test.cc711 expected_contents += DescriptorToDot(class_name.c_str()) + in TEST_F()
810 std::string blacklist_content = DescriptorToDot(kPreloadedBlacklistedClass.c_str()); in TEST_F()
828 DescriptorToDot(kDirtyClass.c_str()) in TEST_F()
/art/runtime/
Dart_method.cc295 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
Dclass_linker.cc3206 LOG(WARNING) << "Initiating class loader of type " << DescriptorToDot(loader_class_name) in FindClass()
3208 << DescriptorToDot(descriptor) << "\")."; in FindClass()
3218 DescriptorToDot(loader_class_name).c_str(), in FindClass()
3219 DescriptorToDot(result_name).c_str(), in FindClass()
3220 DescriptorToDot(descriptor).c_str()); in FindClass()
/art/runtime/native/
Ddalvik_system_DexFile.cc514 std::string descriptor(DescriptorToDot(*it)); in DexFile_getClassNameList()
/art/runtime/mirror/
Dclass.cc405 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str()); in ComputeName()
/art/oatdump/
Doatdump.cc928 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) { in DumpOatDexFile()