Lines Matching refs:locations
446 const std::set<std::string>& locations = it.second; in FetchAndCacheResolvedClassesAndMethods() local
447 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
455 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
457 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
472 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
474 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
484 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
536 const std::set<std::string>& locations = it.second; in ProcessProfilingInfo() local
538 << android::base::Join(locations, ":"); in ProcessProfilingInfo()
543 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()
934 const std::set<std::string>& locations = it.second; in ResolveTrackedLocations() local
937 std::vector<std::string>(locations.size())); in ResolveTrackedLocations()
939 for (const auto& location : locations) { in ResolveTrackedLocations()