Searched defs:GetClassDescriptor (Results 1 – 4 of 4) sorted by relevance
35 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
189 static const char* GetClassDescriptor(const DexFile* dex_file, size_t index) { in GetClassDescriptor() function in art::DexFileAndClassPair
706 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
869 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function in art::ImgDiagDumper