Lines Matching refs:ArrayRef

732                                                   ArrayRef<ImageSpace* const> boot_image_spaces,  in InitAppImage()
801 ArrayRef<ImageSpace* const> old_spaces = in InitAppImage()
1079 ArrayRef<ImageSpace* const> boot_image_spaces, in ValidateBootImageChecksum()
1648 ArrayRef<const std::string> boot_class_path, in BootImageLayout()
1649 ArrayRef<const std::string> boot_class_path_locations) in BootImageLayout()
1678 ArrayRef<const ImageChunk> GetChunks() const { in GetChunks()
1679 return ArrayRef<const ImageChunk>(chunks_); in GetChunks()
1709 ArrayRef<const std::string>(boot_class_path_).SubArray(bcp_index, 1u), in ExpandLocationImpl()
1737 ArrayRef<const std::string> named_components,
1759 ArrayRef<std::string> dependencies,
1779 ArrayRef<const std::string> boot_class_path_;
1780 ArrayRef<const std::string> boot_class_path_locations_;
1901 ArrayRef<const std::string> named_components, in MatchNamedComponents()
2104 ArrayRef<std::string> dependencies, in CompileExtension()
2193 ArrayRef<const std::string> head_bcp = in CompileExtension()
2195 ArrayRef<const std::string> head_bcp_locations = in CompileExtension()
2197 ArrayRef<const std::string> extension_bcp = in CompileExtension()
2199 ArrayRef<const std::string> extension_bcp_locations = in CompileExtension()
2338 ArrayRef<const std::string> named_components = in LoadOrValidate()
2339 ArrayRef<const std::string>(components).SubArray(/*pos=*/ 0u, named_components_count); in LoadOrValidate()
2350 ArrayRef<std::string> extension_dependencies; in LoadOrValidate()
2359 ArrayRef<std::string>(components).SubArray(/*pos=*/ 0, /*length=*/ i); in LoadOrValidate()
2409 ArrayRef<const std::string> search_paths = in LoadOrValidate()
2410 ArrayRef<const std::string>(components).SubArray(/*pos=*/ named_components_count); in LoadOrValidate()
2567 ArrayRef<const BootImageLayout::ImageChunk> chunks = layout.GetChunks(); in LoadImage()
2660 DeduplicateInternedStrings(ArrayRef<const std::unique_ptr<ImageSpace>>(spaces), logger); in LoadImage()
2755 static void DoRelocateSpaces(ArrayRef<const std::unique_ptr<ImageSpace>>& spaces, in DoRelocateSpaces()
2784 static void DoRelocateSpaces(ArrayRef<const std::unique_ptr<ImageSpace>> spaces, in DoRelocateSpaces()
2996 ArrayRef<const std::unique_ptr<ImageSpace>> spaces_ref(spaces); in MaybeRelocateSpaces()
3005 void DeduplicateInternedStrings(ArrayRef<const std::unique_ptr<ImageSpace>> spaces, in DeduplicateInternedStrings()
3035 ArrayRef<const std::unique_ptr<ImageSpace>> old_spaces = in DeduplicateInternedStrings()
3118 ArrayRef<const std::string> dex_filenames, in OpenOatFile()
3120 ArrayRef<const std::unique_ptr<ImageSpace>> dependencies, in OpenOatFile()
3198 std::string expected_boot_class_path = Join(ArrayRef<const std::string>( in OpenOatFile()
3214 ArrayRef<const std::string>(boot_class_path_locations_), in OpenOatFile()
3215 ArrayRef<const std::string>(boot_class_path_), in OpenOatFile()
3288 ArrayRef<const std::string> requested_bcp_locations = in LoadComponents()
3289 ArrayRef<const std::string>(boot_class_path_locations_).SubArray( in LoadComponents()
3341 ArrayRef<const std::unique_ptr<ImageSpace>> dependencies = in LoadComponents()
3342 ArrayRef<const std::unique_ptr<ImageSpace>>(*spaces).SubArray( in LoadComponents()
3407 const ArrayRef<const std::string> boot_class_path_;
3408 const ArrayRef<const std::string> boot_class_path_locations_;
3487 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
3488 ArrayRef<const std::string>(runtime->GetBootClassPathLocations())); in IsBootClassPathOnDisk()
3721 ArrayRef<ImageSpace* const>(boot_image_spaces), in CreateFromAppImage()
3728 ArrayRef<ImageSpace* const> boot_image_spaces, in CreateFromAppImage()
3815 ArrayRef<ImageSpace* const> image_spaces, in GetBootClassPathChecksums()
3816 ArrayRef<const DexFile* const> boot_class_path) { in GetBootClassPathChecksums()
3853 ArrayRef<const DexFile* const> boot_class_path_tail = in GetBootClassPathChecksums()
3854 ArrayRef<const DexFile* const>(boot_class_path).SubArray(bcp_pos); in GetBootClassPathChecksums()
3870 ArrayRef<const std::string> boot_class_path, in CheckAndCountBCPComponents()
3904 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
3905 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums()
4011 ArrayRef<const std::unique_ptr<ImageSpace>> image_spaces, in VerifyBootClassPathChecksums()
4012 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
4013 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums()
4101 ArrayRef<const std::string> dex_locations, in ExpandMultiImageLocations()