Searched refs:GetApexVersions (Results 1 – 14 of 14) sorted by relevance
/art/runtime/oat/ |
D | oat_file_assistant_context.cc | 92 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()
|
D | oat_file_assistant_context.h | 79 const std::string& GetApexVersions();
|
D | oat_file_assistant.cc | 527 GetOatFileAssistantContext()->GetApexVersions(), in GivenOatFileStatus()
|
D | oat_file_assistant_test.cc | 2487 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/ |
D | runtime.h | 1088 const std::string& GetApexVersions() const { in GetApexVersions() function 1117 static std::string GetApexVersions(ArrayRef<const std::string> boot_class_path_locations);
|
D | runtime.cc | 1444 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()
|
D | runtime_image.cc | 1135 key_value_store.Put(OatHeader::kApexVersionsKey, runtime->GetApexVersions()); in WriteObjects()
|
D | class_linker.cc | 2212 runtime->GetApexVersions(), in AddImageSpace()
|
/art/dex2oat/linker/ |
D | image_test.h | 237 key_value_store.Put(OatHeader::kApexVersionsKey, Runtime::Current()->GetApexVersions()); in DoCompile()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 145 Runtime::GetApexVersions(ArrayRef<const std::string>(bcp_locations)), in TEST_F()
|
D | image_space.cc | 3279 &runtime->GetApexVersions()); in IsBootClassPathOnDisk() 3431 return ValidateOatFile(oat_file, error_msg, {}, {}, Runtime::Current()->GetApexVersions()); in ValidateOatFile()
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 435 Runtime::GetApexVersions(ArrayRef<const std::string>(libcore_dex_files)), in TEST_F()
|
D | dex2oat.cc | 1687 apex_versions_argument_.empty() ? runtime->GetApexVersions() : apex_versions_argument_; in Setup()
|
/art/runtime/gc/ |
D | heap.cc | 521 runtime->GetApexVersions(), in Heap()
|