Lines Matching refs:boot_image_spaces

732                                                   ArrayRef<ImageSpace* const> boot_image_spaces,  in InitAppImage()  argument
760 boot_image_spaces, in InitAppImage()
777 reinterpret_cast32<uint32_t>(boot_image_spaces.front()->Begin()); in InitAppImage()
797 DCHECK_LE(boot_image_space_dependencies, boot_image_spaces.size()); in InitAppImage()
798 if (boot_image_space_dependencies != boot_image_spaces.size()) { in InitAppImage()
802 boot_image_spaces.SubArray(/*pos=*/ boot_image_space_dependencies); in InitAppImage()
810 const ImageHeader& primary_header = boot_image_spaces.front()->GetImageHeader(); in InitAppImage()
1079 ArrayRef<ImageSpace* const> boot_image_spaces, in ValidateBootImageChecksum() argument
1085 size_t boot_image_spaces_size = boot_image_spaces.size(); in ValidateBootImageChecksum()
1098 const ImageHeader& current_header = boot_image_spaces[space_pos]->GetImageHeader(); in ValidateBootImageChecksum()
2547 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces,
2554 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces,
2564 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadImage() argument
2661 boot_image_spaces->swap(spaces); in LoadImage()
3425 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadFromSystem() argument
3439 boot_image_spaces, in LoadFromSystem()
3447 << boot_image_spaces->front(); in LoadFromSystem()
3456 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadFromDalvikCache() argument
3470 boot_image_spaces, in LoadFromDalvikCache()
3478 << boot_image_spaces->front(); in LoadFromDalvikCache()
3563 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadBootImage() argument
3567 DCHECK(boot_image_spaces != nullptr); in LoadBootImage()
3568 DCHECK(boot_image_spaces->empty()); in LoadBootImage()
3622 boot_image_spaces, in LoadBootImage()
3676 boot_image_spaces, in LoadBootImage()
3717 const std::vector<ImageSpace*>& boot_image_spaces = in CreateFromAppImage() local
3721 ArrayRef<ImageSpace* const>(boot_image_spaces), in CreateFromAppImage()
3728 ArrayRef<ImageSpace* const> boot_image_spaces, in CreateFromAppImage() argument
3733 boot_image_spaces, in CreateFromAppImage()