Searched refs:GetApexVersions (Results 1 – 12 of 12) sorted by relevance
90 apex_versions_ = runtime->GetApexVersions();110 GetApexVersions(); in FetchAll()130 &GetApexVersions()); in GetBootImageInfoList()180 const std::string& OatFileAssistantContext::GetApexVersions() { in GetApexVersions() function in art::OatFileAssistantContext185 apex_versions_ = Runtime::GetApexVersions( in GetApexVersions()
78 const std::string& GetApexVersions();
1134 const std::string& GetApexVersions() const { in GetApexVersions() function1163 static std::string GetApexVersions(ArrayRef<const std::string> boot_class_path_locations);
2284 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions()); in TEST_P()2299 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions().substr(0, 1)); in TEST_P()
540 GetOatFileAssistantContext()->GetApexVersions(), in GivenOatFileStatus()
1340 std::string Runtime::GetApexVersions(ArrayRef<const std::string> boot_class_path_locations) { in GetApexVersions() function in art::Runtime1395 GetApexVersions(ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations())); in InitializeApexVersions()
1115 key_value_store.Put(OatHeader::kApexVersionsKey, runtime->GetApexVersions()); in WriteObjects()
2141 runtime->GetApexVersions(), in AddImageSpace()
359 apex_versions_(GetApexVersions(apex_versions)) {} in image_locations_()458 static const std::string& GetApexVersions(const std::string* apex_versions) { in GetApexVersions() function461 return Runtime::Current()->GetApexVersions(); in GetApexVersions()
3430 Runtime::Current()->GetApexVersions()); in ValidateOatFile()
226 key_value_store.Put(OatHeader::kApexVersionsKey, Runtime::Current()->GetApexVersions()); in DoCompile()
1707 apex_versions_argument_.empty() ? runtime->GetApexVersions() : apex_versions_argument_; in Setup()