Searched refs:DotToDescriptor (Results 1 – 10 of 10) sorted by relevance
268 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()
35 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
62 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
181 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
382 std::string DotToDescriptor(const char* class_name);
106 mirror::Class* c = class_linker_->FindClass(self, DotToDescriptor(class_name).c_str(), in ReflectionTestMakeExecutable()
620 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
3942 return DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptorForProxy()
773 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
303 std::string descriptor(DotToDescriptor(dot.c_str())); in ReadImageClasses()