Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc268 std::string class_descriptor(DotToDescriptor(class_name)); in MakeExecutable()
349 std::string class_descriptor(DotToDescriptor(class_name)); in CompileClass()
375 std::string class_descriptor(DotToDescriptor(class_name)); in CompileDirectMethod()
388 std::string class_descriptor(DotToDescriptor(class_name)); in CompileVirtualMethod()
/art/runtime/native/
Djava_lang_VMClassLoader.cc35 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
Djava_lang_Class.cc62 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
Ddalvik_system_DexFile.cc181 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
/art/runtime/
Dutils.h382 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.cc620 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
Dclass_linker.cc3942 return DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptorForProxy()
/art/runtime/interpreter/
Dinterpreter_common.cc773 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
/art/dex2oat/
Ddex2oat.cc303 std::string descriptor(DotToDescriptor(dot.c_str())); in ReadImageClasses()