Searched refs:resourceMap (Results 1 – 5 of 5) sorted by relevance
23 SkiaMemoryTracer::SkiaMemoryTracer(std::vector<ResourcePair> resourceMap, bool itemizeType) in SkiaMemoryTracer() argument24 : mResourceMap(resourceMap) in SkiaMemoryTracer()
34 SkiaMemoryTracer(std::vector<ResourcePair> resourceMap, bool itemizeType);
30 SkiaMemoryReporter::SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize) in SkiaMemoryReporter() argument31 : mResourceMap(resourceMap), in SkiaMemoryReporter()
51 SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize);
717 static std::string getConcurrentInstanceCount(const std::map<std::string, int>& resourceMap) { in getConcurrentInstanceCount() argument718 if (resourceMap.empty()) { in getConcurrentInstanceCount()722 for (const auto& [name, count] : resourceMap) { in getConcurrentInstanceCount()