Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space_test.cc133 std::vector<std::unique_ptr<gc::space::ImageSpace>> boot_image_spaces; in TEST_F() local
Dimage_space.cc565 ArrayRef<ImageSpace* const> boot_image_spaces, in InitAppImage()
913 ArrayRef<ImageSpace* const> boot_image_spaces, in ValidateBootImageChecksum()
2258 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadImage()
3216 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadFromSystem()
3292 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadBootImage()
3357 const std::vector<ImageSpace*>& boot_image_spaces = in CreateFromAppImage() local
3368 ArrayRef<ImageSpace* const> boot_image_spaces, in CreateFromAppImage()
/art/compiler/optimizing/
Dintrinsics.cc65 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = heap->GetBootImageSpaces(); in GetBootImageLiveObjects() local
Dcode_generator.cc905 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = in GetBootImageOffsetImpl() local
/art/dex2oat/
Ddex2oat_image_test.cc416 std::vector<std::unique_ptr<gc::space::ImageSpace>> boot_image_spaces; in TEST_F() local
/art/oatdump/
Doatdump.cc1550 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = heap->GetBootImageSpaces(); in GetBootImageLiveObjectsDataRange() local
1576 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = in DumpDataBimgRelRoEntries() local
/art/runtime/gc/
Dheap.cc487 std::vector<std::unique_ptr<space::ImageSpace>> boot_image_spaces; in Heap() local