Home
last modified time | relevance | path

Searched refs:ExpandMultiImageLocations (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/
Ddex2oat_image_test.cc293 std::vector<std::string> expanded_mid = gc::space::ImageSpace::ExpandMultiImageLocations( in TEST_F()
303 std::vector<std::string> expanded_tail = gc::space::ImageSpace::ExpandMultiImageLocations( in TEST_F()
388 std::vector<std::string> expanded_single = gc::space::ImageSpace::ExpandMultiImageLocations( in TEST_F()
567 gc::space::ImageSpace::ExpandMultiImageLocations( in TEST_F()
Ddex2oat.cc905 image_filenames_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
911 oat_filenames_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
915 std::vector<std::string> oat_locations = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
925 oat_unstripped_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
/art/runtime/gc/space/
Dimage_space.h253 static std::vector<std::string> ExpandMultiImageLocations(
Dimage_space.cc1464 std::vector<std::string> expanded = ExpandMultiImageLocations( in ExpandLocationImpl()
2987 ExpandMultiImageLocations(requested_bcp_locations, chunk.base_location, is_extension); in LoadComponents()
2989 ExpandMultiImageLocations(requested_bcp_locations, chunk.base_filename, is_extension); in LoadComponents()
3612 std::vector<std::string> ImageSpace::ExpandMultiImageLocations( in ExpandMultiImageLocations() function in art::gc::space::ImageSpace
/art/dex2oat/linker/
Dimage_test.h175 gc::space::ImageSpace::ExpandMultiImageLocations( in DoCompile()