Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc35 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { in GetClassDescriptor() function in art::gc::AllocRecord
/art/runtime/
Doat_file_manager.cc189 static const char* GetClassDescriptor(const DexFile* dex_file, size_t index) { in GetClassDescriptor() function in art::DexFileAndClassPair
Ddex_file.h706 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() function
/art/imgdiag/
Dimgdiag.cc869 static std::string GetClassDescriptor(mirror::Class* klass) in GetClassDescriptor() function in art::ImgDiagDumper