Home
last modified time | relevance | path

Searched refs:cache_mu_ (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dartd.h259 EXCLUDES(cache_mu_);
261 android::base::Result<const std::vector<std::string>*> GetBootClassPath() EXCLUDES(cache_mu_);
263 bool UseJitZygote() EXCLUDES(cache_mu_);
264 bool UseJitZygoteLocked() REQUIRES(cache_mu_);
266 const std::string& GetUserDefinedBootImageLocations() EXCLUDES(cache_mu_);
267 const std::string& GetUserDefinedBootImageLocationsLocked() REQUIRES(cache_mu_);
269 bool DenyArtApexDataFiles() EXCLUDES(cache_mu_);
270 bool DenyArtApexDataFilesLocked() REQUIRES(cache_mu_);
318 std::mutex cache_mu_; variable
319 std::optional<std::vector<std::string>> cached_boot_image_locations_ GUARDED_BY(cache_mu_);
[all …]
Dartd.cc1523 std::lock_guard<std::mutex> lock(cache_mu_); in GetBootImageLocations()
1548 std::lock_guard<std::mutex> lock(cache_mu_); in GetBootClassPath()
1562 std::lock_guard<std::mutex> lock(cache_mu_); in UseJitZygote()
1578 std::lock_guard<std::mutex> lock(cache_mu_); in GetUserDefinedBootImageLocations()
1591 std::lock_guard<std::mutex> lock(cache_mu_); in DenyArtApexDataFiles()