Searched refs:DotToDescriptor (Results 1 – 11 of 11) sorted by relevance
42 std::string DotToDescriptor(const char* class_name);
128 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
280 std::string class_descriptor(DotToDescriptor(class_name)); in CompileDirectMethod()297 std::string class_descriptor(DotToDescriptor(class_name)); in CompileVirtualMethod()
81 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
417 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
196 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
108 DotToDescriptor(class_name).c_str(), in ReflectionTestMakeInterpreted()
1098 DotToDescriptor(name).c_str(), in RunTest()
137 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
1133 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
2829 descriptor = DotToDescriptor(class_name.c_str()); in PrepareAndGetImTable()