Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc273 std::vector<std::string> ignored_types() { return ignored_types_; } in ignored_types() function in perfetto_hprof::JavaHprofDataSource
647 explicit HeapGraphDumper(const std::vector<std::string>& ignored_types) in HeapGraphDumper()
1014 std::vector<std::string> ignored_types; in WriteHeapPackets() local