Home
last modified time | relevance | path

Searched defs:GetClassDescriptor (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc37 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
/art/libdexfile/dex/
Ddex_file-inl.h155 inline const char* DexFile::GetClassDescriptor(const dex::ClassDef& class_def) const { in GetClassDescriptor() function
/art/imgdiag/
Dimgdiag.cc95 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function