Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_context.cc92 apex_versions_ = runtime->GetApexVersions();
112 GetApexVersions(); in FetchAll()
130 &GetApexVersions()); in GetBootImageInfoList()
177 const std::string& OatFileAssistantContext::GetApexVersions() { in GetApexVersions() function in art::OatFileAssistantContext
182 apex_versions_ = Runtime::GetApexVersions( in GetApexVersions()
Doat_file_assistant_context.h79 const std::string& GetApexVersions();
Doat_file_assistant.cc527 GetOatFileAssistantContext()->GetApexVersions(), in GivenOatFileStatus()
Doat_file_assistant_test.cc2487 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions()); in TEST_P()
2502 args.push_back("--apex-versions=" + Runtime::Current()->GetApexVersions().substr(0, 1)); in TEST_P()
/art/runtime/
Druntime.h1088 const std::string& GetApexVersions() const { in GetApexVersions() function
1117 static std::string GetApexVersions(ArrayRef<const std::string> boot_class_path_locations);
Druntime.cc1444 std::string Runtime::GetApexVersions(ArrayRef<const std::string> boot_class_path_locations) { in GetApexVersions() function in art::Runtime
1499 GetApexVersions(ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations())); in InitializeApexVersions()
Druntime_image.cc1135 key_value_store.Put(OatHeader::kApexVersionsKey, runtime->GetApexVersions()); in WriteObjects()
Dclass_linker.cc2212 runtime->GetApexVersions(), in AddImageSpace()
/art/dex2oat/linker/
Dimage_test.h237 key_value_store.Put(OatHeader::kApexVersionsKey, Runtime::Current()->GetApexVersions()); in DoCompile()
/art/runtime/gc/space/
Dimage_space_test.cc145 Runtime::GetApexVersions(ArrayRef<const std::string>(bcp_locations)), in TEST_F()
Dimage_space.cc3279 &runtime->GetApexVersions()); in IsBootClassPathOnDisk()
3431 return ValidateOatFile(oat_file, error_msg, {}, {}, Runtime::Current()->GetApexVersions()); in ValidateOatFile()
/art/dex2oat/
Ddex2oat_image_test.cc435 Runtime::GetApexVersions(ArrayRef<const std::string>(libcore_dex_files)), in TEST_F()
Ddex2oat.cc1687 apex_versions_argument_.empty() ? runtime->GetApexVersions() : apex_versions_argument_; in Setup()
/art/runtime/gc/
Dheap.cc521 runtime->GetApexVersions(), in Heap()