Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc740 if (IsIgnored(obj)) { in WriteOneObject()
859 if (IsIgnored(referred_obj)) { in FilterIgnoredReferencesAndFindMin()
896 bool IsIgnored(art::mirror::Object* obj) const REQUIRES_SHARED(art::Locks::mutator_lock_) { in IsIgnored() function in perfetto_hprof::HeapGraphDumper