Home
last modified time | relevance | path

Searched refs:GetApexVersions (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Doat_file_assistant_context.cc90 apex_versions_ = runtime->GetApexVersions();
110 GetApexVersions(); in FetchAll()
130 &GetApexVersions()); in GetBootImageInfoList()
180 const std::string& OatFileAssistantContext::GetApexVersions() { in GetApexVersions() function in art::OatFileAssistantContext
185 apex_versions_ = Runtime::GetApexVersions( in GetApexVersions()
Doat_file_assistant_context.h78 const std::string& GetApexVersions();
Druntime.h1134 const std::string& GetApexVersions() const { in GetApexVersions() function
1163 static std::string GetApexVersions(ArrayRef<const std::string> boot_class_path_locations);
Doat_file_assistant_test.cc2284 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()
Doat_file_assistant.cc540 GetOatFileAssistantContext()->GetApexVersions(), in GivenOatFileStatus()
Druntime.cc1340 std::string Runtime::GetApexVersions(ArrayRef<const std::string> boot_class_path_locations) { in GetApexVersions() function in art::Runtime
1395 GetApexVersions(ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations())); in InitializeApexVersions()
Druntime_image.cc1115 key_value_store.Put(OatHeader::kApexVersionsKey, runtime->GetApexVersions()); in WriteObjects()
Dclass_linker.cc2141 runtime->GetApexVersions(), in AddImageSpace()
/art/runtime/gc/space/
Dimage_space.h359 apex_versions_(GetApexVersions(apex_versions)) {} in image_locations_()
458 static const std::string& GetApexVersions(const std::string* apex_versions) { in GetApexVersions() function
461 return Runtime::Current()->GetApexVersions(); in GetApexVersions()
Dimage_space.cc3430 Runtime::Current()->GetApexVersions()); in ValidateOatFile()
/art/dex2oat/linker/
Dimage_test.h226 key_value_store.Put(OatHeader::kApexVersionsKey, Runtime::Current()->GetApexVersions()); in DoCompile()
/art/dex2oat/
Ddex2oat.cc1707 apex_versions_argument_.empty() ? runtime->GetApexVersions() : apex_versions_argument_; in Setup()