Lines Matching refs:ArrayRef
1502 ArrayRef<const std::string> provided_locations(boot_class_path_locations_.data(),
2211 std::string ImageSpace::GetBootClassPathChecksums(ArrayRef<const std::string> boot_class_path,
2255 ArrayRef<const std::string> boot_class_path_tail =
2256 ArrayRef<const std::string>(boot_class_path).SubArray(header->GetComponentCount());
2303 ArrayRef<const DexFile* const> boot_class_path_tail =
2304 ArrayRef<const DexFile* const>(boot_class_path).SubArray(pos);
2319 return ExpandMultiImageLocations(ArrayRef<const std::string>(dex_locations), image_location);
2323 ArrayRef<const std::string> dex_locations,