Home
last modified time | relevance | path

Searched refs:objc_classes (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/examples/darwin/heap_find/heap/
Dheap_find.cpp356 void Update(const ObjCClasses &objc_classes) { in Update() argument
357 m_size = objc_classes.GetSize(); in Update()
385 void SortByTotalBytes(const ObjCClasses &objc_classes, bool print) { in SortByTotalBytes() argument
398 class_getName(objc_classes.GetClassAtIndex(m_entries[i].idx))); in SortByTotalBytes()
402 void SortByTotalCount(const ObjCClasses &objc_classes, bool print) { in SortByTotalCount() argument
415 class_getName(objc_classes.GetClassAtIndex(m_entries[i].idx))); in SortByTotalCount()