Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc112 std::string class_descriptor(DotToDescriptor(class_name)); in MakeExecutable()
233 std::string class_descriptor(DotToDescriptor(class_name)); in CompileClass()
257 std::string class_descriptor(DotToDescriptor(class_name)); in CompileDirectMethod()
271 std::string class_descriptor(DotToDescriptor(class_name)); in CompileVirtualMethod()
/art/runtime/native/
Djava_lang_VMClassLoader.cc38 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
Ddalvik_system_DexFile.cc271 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
Djava_lang_Class.cc74 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
/art/runtime/
Dutils.h187 std::string DotToDescriptor(const char* class_name);
Dreflection_test.cc106 mirror::Class* c = class_linker_->FindClass(self, DotToDescriptor(class_name).c_str(), in ReflectionTestMakeExecutable()
Dutils.cc568 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
Dclass_linker.cc4280 return DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptorForProxy()
/art/dex2oat/
Ddex2oat.cc2304 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromFile()
2313 std::function<std::string(const char*)> process = DotToDescriptor; in ReadImageClassesFromZip()
/art/runtime/interpreter/
Dunstarted_runtime.cc120 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()