Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddescriptors_names.h42 std::string DotToDescriptor(const char* class_name);
H A Ddescriptors_names.cc128 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc280 std::string class_descriptor(DotToDescriptor(class_name)); in CompileDirectMethod()
297 std::string class_descriptor(DotToDescriptor(class_name)); in CompileVirtualMethod()
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc58 std::string DotToDescriptor(const char* class_name) { in DotToDescriptor() function
186 return TypeDescriptor{DotToDescriptor(name.c_str())}; in FromClassname()
227 ir::Type* type_def = GetOrAddType(DotToDescriptor(name.c_str())); in MakeClass()
231 class_def->super_class = GetOrAddType(DotToDescriptor("java.lang.Object")); in MakeClass()
/aosp12/art/runtime/native/
H A Djava_lang_VMClassLoader.cc81 std::string descriptor(DotToDescriptor(name.c_str())); in VMClassLoader_findLoadedClass()
H A Ddalvik_system_DexFile.cc417 const std::string descriptor(DotToDescriptor(class_name.c_str())); in DexFile_defineClassNative()
H A Djava_lang_Class.cc196 std::string descriptor(DotToDescriptor(name.c_str())); in Class_classForName()
/aosp12/art/runtime/
H A Dreflection_test.cc108 DotToDescriptor(class_name).c_str(), in ReflectionTestMakeInterpreted()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc1098 DotToDescriptor(name).c_str(), in RunTest()
H A Dunstarted_runtime.cc137 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str())); in UnstartedRuntimeFindClass()
/aosp12/art/runtime/mirror/
H A Dclass.cc1133 *storage = DotToDescriptor(name->ToModifiedUtf8().c_str()); in GetDescriptor()
/aosp12/art/oatdump/
H A Doatdump.cc2829 descriptor = DotToDescriptor(class_name.c_str()); in PrepareAndGetImTable()