Searched defs:ignored_types (Results 1 – 1 of 1) sorted by relevance
273 std::vector<std::string> ignored_types() { return ignored_types_; } in ignored_types() function in perfetto_hprof::JavaHprofDataSource647 explicit HeapGraphDumper(const std::vector<std::string>& ignored_types) in HeapGraphDumper()1014 std::vector<std::string> ignored_types; in WriteHeapPackets() local