Home
last modified time | relevance | path

Searched refs:DotToDescriptor (Results 1 – 11 of 11) 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.cc231 std::string class_descriptor(DotToDescriptor(class_name)); in CompileDirectMethod()
246 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.cc439 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
Djava_lang_Class.cc194 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
/art/runtime/
Dreflection_test.cc108 DotToDescriptor(class_name).c_str(), in ReflectionTestMakeInterpreted()
/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/runtime/mirror/
Dclass.cc1164 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
/art/oatdump/
Doatdump.cc3195 descriptor = DotToDescriptor(class_name.c_str()); in PrepareAndGetImTable()