Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddescriptors_names.h42 std::string DotToDescriptor(const char* class_name);
Ddescriptors_names.cc128 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
/art/compiler/
Dcommon_compiler_test.cc218 std::string class_descriptor(DotToDescriptor(class_name)); in CompileDirectMethod()
233 std::string class_descriptor(DotToDescriptor(class_name)); in CompileVirtualMethod()
/art/runtime/native/
Djava_lang_VMClassLoader.cc81 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
Ddalvik_system_DexFile.cc438 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
Djava_lang_Class.cc177 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
/art/runtime/
Dreflection_test.cc108 DotToDescriptor(class_name).c_str(), in ReflectionTestMakeInterpreted()
/art/dex2oat/
Ddex2oat.cc2609 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromFile()
2618 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromZip()
/art/runtime/mirror/
Dclass.cc1016 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1103 DotToDescriptor(name).c_str(), in RunTest()
Dunstarted_runtime.cc135 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
/art/oatdump/
Doatdump.cc3163 descriptor = DotToDescriptor(class_name.c_str()); in PrepareAndGetImTable()