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

  /art/runtime/verifier/
method_verifier_test.cc 61 const char* descriptor = dex.GetClassDescriptor(class_def);
method_verifier.cc 264 *error_string += PrettyDescriptor(dex_file->GetClassDescriptor(class_def));
291 *error += PrettyDescriptor(dex_file->GetClassDescriptor(class_def));
341 PrettyDescriptor(dex_file->GetClassDescriptor(class_def)).c_str());
    [all...]
  /art/compiler/debug/
elf_debug_line_writer.h 181 std::string class_name(dex->GetClassDescriptor(dex_class_def));
  /art/runtime/
dex_file-inl.h 120 inline const char* DexFile::GetClassDescriptor(const ClassDef& class_def) const {
dex_file_test.cc 392 EXPECT_STREQ("LNested$1;", raw->GetClassDescriptor(c0));
395 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c1));
398 EXPECT_STREQ("LNested;", raw->GetClassDescriptor(c2));
408 ASSERT_STREQ("LGetMethodSignature;", raw->GetClassDescriptor(class_def));
dex_file.h 721 const char* GetClassDescriptor(const ClassDef& class_def) const;
    [all...]
class_linker_test.cc 432 const char* descriptor = dex.GetClassDescriptor(class_def);
    [all...]
debugger.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/gc/
allocation_record.h 182 const char* GetClassDescriptor(std::string* storage) const
allocation_record.cc 38 const char* AllocRecord::GetClassDescriptor(std::string* storage) const {
  /art/compiler/driver/
compiler_driver.cc 434 const char* descriptor = dex_file.GetClassDescriptor(class_def);
    [all...]
compiler_driver_test.cc 84 const char* descriptor = dex_file.GetClassDescriptor(class_def);
  /art/compiler/
image_test.h 481 const char* descriptor = dex->GetClassDescriptor(class_def);
oat_test.cc 454 const char* descriptor = dex_file.GetClassDescriptor(class_def);
    [all...]
verifier_deps_test.cc 235 const char* descriptor = dex_file->GetClassDescriptor(class_def);
    [all...]
  /art/imgdiag/
imgdiag.cc 91 static std::string GetClassDescriptor(mirror::Class* klass)
391 class_data_[klass].descriptor = GetClassDescriptor(klass);
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 432 const char* descriptor = dex_file->GetClassDescriptor(class_def);
  /art/dexdump/
dexdump.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 413 milliseconds