Home
last modified time | relevance | path

Searched defs:boot_image_spaces (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc563 ArrayRef<ImageSpace* const> boot_image_spaces, in InitAppImage()
916 ArrayRef<ImageSpace* const> boot_image_spaces, in ValidateBootImageChecksum()
2294 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadImage()
3247 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadFromSystem()
3330 /*out*/ std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadBootImage()
3381 const std::vector<ImageSpace*>& boot_image_spaces = in CreateFromAppImage() local
3392 ArrayRef<ImageSpace* const> boot_image_spaces, in CreateFromAppImage()
H A Dimage_space_test.cc127 std::vector<std::unique_ptr<gc::space::ImageSpace>> boot_image_spaces; in TEST_F() local
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics.cc57 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = heap->GetBootImageSpaces(); in GetBootImageLiveObjects() local
H A Dcode_generator.cc832 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = in GetBootImageOffsetImpl() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_image_test.cc442 std::vector<std::unique_ptr<gc::space::ImageSpace>> boot_image_spaces; in TEST_F() local
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1580 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = heap->GetBootImageSpaces(); in GetBootImageLiveObjectsDataRange() local
1606 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = in DumpDataImgRelRoEntries() local
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc505 std::vector<std::unique_ptr<space::ImageSpace>> boot_image_spaces; in Heap() local