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

  /art/runtime/native/
java_lang_VMClassLoader.cc 35 std::string descriptor(DotToDescriptor(name.c_str()));
java_lang_Class.cc 62 std::string descriptor(DotToDescriptor(name.c_str()));
dalvik_system_DexFile.cc 162 const std::string descriptor(DotToDescriptor(class_name.c_str()));
  /art/runtime/
common_test.h 460 std::string class_descriptor(DotToDescriptor(class_name));
484 std::string class_descriptor(DotToDescriptor(class_name));
498 std::string class_descriptor(DotToDescriptor(class_name));
utils.h 250 std::string DotToDescriptor(const char* class_name);
utils.cc 592 std::string DotToDescriptor(const char* class_name) {
    [all...]
jni_internal_test.cc 100 mirror::Class* c = class_linker_->FindClass(DotToDescriptor(class_name).c_str(),
    [all...]
class_linker.cc     [all...]
  /art/dex2oat/
dex2oat.cc 196 std::string descriptor(DotToDescriptor(dot.c_str()));
    [all...]
  /art/runtime/interpreter/
interpreter.cc 77 std::string descriptor(DotToDescriptor(shadow_frame->GetVRegReference(arg_offset)->AsString()->ToModifiedUtf8().c_str()));
    [all...]

Completed in 771 milliseconds