Home
last modified time | relevance | path

Searched refs:DotToDescriptor (Results 1 – 10 of 10) sorted by relevance

/art/libdexfile/dex/
Ddescriptors_names.h47 std::string DotToDescriptor(const char* class_name);
Ddescriptors_names.cc200 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
/art/runtime/native/
Djava_lang_VMClassLoader.cc85 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
Ddalvik_system_DexFile.cc490 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
Djava_lang_Class.cc110 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
/art/runtime/
Dreflection_test.cc107 DotToDescriptor(class_name).c_str(), in ReflectionTestMakeInterpreted()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1101 DotToDescriptor(name).c_str(), in RunTest()
Dunstarted_runtime.cc138 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
/art/runtime/mirror/
Dclass.cc1484 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
/art/oatdump/
Doatdump.cc2894 descriptor = DotToDescriptor(class_name.c_str()); in PrepareAndGetImTable()