HomeSort by relevance Sort by last modified time
    Searched refs:DotToDescriptor (Results 1 - 12 of 12) sorted by null

  /art/libdexfile/dex/
descriptors_names.h 42 std::string DotToDescriptor(const char* class_name);
descriptors_names.cc 128 std::string DotToDescriptor(const char* class_name) {
  /art/compiler/
common_compiler_test.cc 122 std::string class_descriptor(DotToDescriptor(class_name));
237 std::string class_descriptor(DotToDescriptor(class_name));
261 std::string class_descriptor(DotToDescriptor(class_name));
275 std::string class_descriptor(DotToDescriptor(class_name));
  /art/runtime/native/
java_lang_VMClassLoader.cc 75 std::string descriptor(DotToDescriptor(name.c_str()));
dalvik_system_DexFile.cc 380 const std::string descriptor(DotToDescriptor(class_name.c_str()));
    [all...]
java_lang_Class.cc 177 std::string descriptor(DotToDescriptor(name.c_str()));
    [all...]
  /art/runtime/
reflection_test.cc 108 DotToDescriptor(class_name).c_str(),
class_linker.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc     [all...]
unstarted_runtime.cc 131 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str()));
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 451 milliseconds