Lines Matching refs:ArrayRef
496 ArrayRef<ImageSpace* const> boot_image_spaces, in InitAppImage()
565 ArrayRef<ImageSpace* const> old_spaces = in InitAppImage()
843 ArrayRef<ImageSpace* const> boot_image_spaces, in ValidateBootImageChecksum()
1415 ArrayRef<const std::string> boot_class_path, in BootImageLayout()
1416 ArrayRef<const std::string> boot_class_path_locations) in BootImageLayout()
1434 ArrayRef<const ImageChunk> GetChunks() const { in GetChunks()
1435 return ArrayRef<const ImageChunk>(chunks_); in GetChunks()
1465 ArrayRef<const std::string>(boot_class_path_).SubArray(bcp_index, 1u), in ExpandLocationImpl()
1493 ArrayRef<const std::string> named_components,
1515 ArrayRef<std::string> dependencies,
1531 ArrayRef<const std::string> boot_class_path_;
1532 ArrayRef<const std::string> boot_class_path_locations_;
1653 ArrayRef<const std::string> named_components, in MatchNamedComponents()
1856 ArrayRef<std::string> dependencies, in CompileExtension()
1945 ArrayRef<const std::string> head_bcp = in CompileExtension()
1947 ArrayRef<const std::string> head_bcp_locations = in CompileExtension()
1949 ArrayRef<const std::string> extension_bcp = in CompileExtension()
1951 ArrayRef<const std::string> extension_bcp_locations = in CompileExtension()
2090 ArrayRef<const std::string> named_components = in LoadOrValidate()
2091 ArrayRef<const std::string>(components).SubArray(/*pos=*/ 0u, named_components_count); in LoadOrValidate()
2102 ArrayRef<std::string> extension_dependencies; in LoadOrValidate()
2111 ArrayRef<std::string>(components).SubArray(/*pos=*/ 0, /*length=*/ i); in LoadOrValidate()
2161 ArrayRef<const std::string> search_paths = in LoadOrValidate()
2162 ArrayRef<const std::string>(components).SubArray(/*pos=*/ named_components_count); in LoadOrValidate()
2272 ArrayRef<const BootImageLayout::ImageChunk> chunks = layout.GetChunks(); in LoadImage()
2365 DeduplicateInternedStrings(ArrayRef<const std::unique_ptr<ImageSpace>>(spaces), logger); in LoadImage()
2460 static void DoRelocateSpaces(ArrayRef<const std::unique_ptr<ImageSpace>>& spaces, in DoRelocateSpaces()
2489 static void DoRelocateSpaces(ArrayRef<const std::unique_ptr<ImageSpace>> spaces, in DoRelocateSpaces()
2698 ArrayRef<const std::unique_ptr<ImageSpace>> spaces_ref(spaces); in MaybeRelocateSpaces()
2707 void DeduplicateInternedStrings(ArrayRef<const std::unique_ptr<ImageSpace>> spaces, in DeduplicateInternedStrings()
2737 ArrayRef<const std::unique_ptr<ImageSpace>> old_spaces = in DeduplicateInternedStrings()
2813 ArrayRef<const std::string> dex_filenames, in OpenOatFile()
2815 ArrayRef<const std::unique_ptr<ImageSpace>> dependencies, in OpenOatFile()
2893 std::string expected_boot_class_path = Join(ArrayRef<const std::string>( in OpenOatFile()
2909 ArrayRef<const std::string>(boot_class_path_locations_), in OpenOatFile()
2910 ArrayRef<const std::string>(boot_class_path_), in OpenOatFile()
2983 ArrayRef<const std::string> requested_bcp_locations = in LoadComponents()
2984 ArrayRef<const std::string>(boot_class_path_locations_).SubArray( in LoadComponents()
3036 ArrayRef<const std::unique_ptr<ImageSpace>> dependencies = in LoadComponents()
3037 ArrayRef<const std::unique_ptr<ImageSpace>>(*spaces).SubArray( in LoadComponents()
3102 const ArrayRef<const std::string> boot_class_path_;
3103 const ArrayRef<const std::string> boot_class_path_locations_;
3144 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
3145 ArrayRef<const std::string>(runtime->GetBootClassPathLocations())); in IsBootClassPathOnDisk()
3237 ArrayRef<ImageSpace* const>(boot_image_spaces), in CreateFromAppImage()
3244 ArrayRef<ImageSpace* const> boot_image_spaces, in CreateFromAppImage()
3333 ArrayRef<ImageSpace* const> image_spaces, in GetBootClassPathChecksums()
3334 ArrayRef<const DexFile* const> boot_class_path) { in GetBootClassPathChecksums()
3371 ArrayRef<const DexFile* const> boot_class_path_tail = in GetBootClassPathChecksums()
3372 ArrayRef<const DexFile* const>(boot_class_path).SubArray(bcp_pos); in GetBootClassPathChecksums()
3387 size_t ImageSpace::GetNumberOfComponents(ArrayRef<ImageSpace* const> image_spaces) { in GetNumberOfComponents()
3396 ArrayRef<const std::string> boot_class_path, in CheckAndCountBCPComponents()
3430 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
3431 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums()
3523 ArrayRef<const std::unique_ptr<ImageSpace>> image_spaces, in VerifyBootClassPathChecksums()
3524 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
3525 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums()
3613 ArrayRef<const std::string> dex_locations, in ExpandMultiImageLocations()