Home
last modified time | relevance | path

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

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