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

/art/runtime/gc/
H A Dallocation_record.cc35 const char* AllocRecord::GetClassDescriptor(std::string* storage) const { function in class:art::gc::AllocRecord
/art/runtime/
H A Doat_file_manager.cc144 : cached_descriptor_(GetClassDescriptor(dex_file, current_class_index)),
173 cached_descriptor_ = GetClassDescriptor(dex_file_, current_class_index_);
189 static const char* GetClassDescriptor(const DexFile* dex_file, size_t index) { function in class:art::DexFileAndClassPair
H A Ddex_file.h706 const char* GetClassDescriptor(const ClassDef& class_def) const { function in class:art::DexFile

Completed in 249 milliseconds