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

  /art/compiler/
common_compiler_test.cc 268 std::string class_descriptor(DotToDescriptor(class_name));
349 std::string class_descriptor(DotToDescriptor(class_name));
375 std::string class_descriptor(DotToDescriptor(class_name));
388 std::string class_descriptor(DotToDescriptor(class_name));
  /art/runtime/native/
java_lang_Class.cc 62 std::string descriptor(DotToDescriptor(name.c_str()));
java_lang_VMClassLoader.cc 35 std::string descriptor(DotToDescriptor(name.c_str()));
dalvik_system_DexFile.cc 181 const std::string descriptor(DotToDescriptor(class_name.c_str()));
  /art/runtime/
utils.h 382 std::string DotToDescriptor(const char* class_name);
reflection_test.cc 106 mirror::Class* c = class_linker_->FindClass(self, DotToDescriptor(class_name).c_str(),
utils.cc 620 std::string DotToDescriptor(const char* class_name) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/dex2oat/
dex2oat.cc 303 std::string descriptor(DotToDescriptor(dot.c_str()));
    [all...]

Completed in 854 milliseconds