Lines Matching refs:locations
453 const std::set<std::string>& locations = it.second; in FetchAndCacheResolvedClassesAndMethods() local
454 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
462 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
464 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
480 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
482 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
494 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
545 const std::set<std::string>& locations = it.second; in ProcessProfilingInfo() local
547 << android::base::Join(locations, ":"); in ProcessProfilingInfo()
552 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()
954 const std::set<std::string>& locations = it.second; in ResolveTrackedLocations() local
957 std::vector<std::string>(locations.size())); in ResolveTrackedLocations()
959 for (const auto& location : locations) { in ResolveTrackedLocations()