Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h168 std::string DescriptorToDot(const char* descriptor);
Dart_method.cc280 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
Dutils.cc573 std::string DescriptorToDot(const char* descriptor) { in DescriptorToDot() function
Dclass_linker.cc1777 std::string class_name_string(DescriptorToDot(descriptor)); in FindClass()
/art/runtime/native/
Ddalvik_system_DexFile.cc290 std::string descriptor(DescriptorToDot(*it)); in DexFile_getClassNameList()
/art/runtime/mirror/
Dclass.cc190 name = String::AllocFromModifiedUtf8(self, DescriptorToDot(descriptor).c_str()); in ComputeName()
/art/oatdump/
Doatdump.cc606 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) { in DumpOatDexFile()