Searched refs:DotToDescriptor (Results 1 – 10 of 10) sorted by relevance
47 std::string DotToDescriptor(const char* class_name);
200 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
85 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
490 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
110 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
107 DotToDescriptor(class_name).c_str(), in ReflectionTestMakeInterpreted()
1101 DotToDescriptor(name).c_str(), in RunTest()
138 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
1484 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
2894 descriptor = DotToDescriptor(class_name.c_str()); in PrepareAndGetImTable()