Searched defs:GetClassDescriptor (Results 1 – 3 of 3) sorted by relevance
37 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
120 inline const char* DexFile::GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
873 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function in art::ImgDiagDumper