Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc381 auto boot_image_spaces = ArrayRef<ImageSpace* const>(runtime->GetHeap()->GetBootImageSpaces()); in ValidateBcp() local
/art/runtime/gc/space/
Dimage_space_test.cc132 std::vector<std::unique_ptr<gc::space::ImageSpace>> boot_image_spaces; in TEST_F() local
Dimage_space.cc496 ArrayRef<ImageSpace* const> boot_image_spaces, in InitAppImage()
843 ArrayRef<ImageSpace* const> boot_image_spaces, in ValidateBootImageChecksum()
2269 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadImage()
3113 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadFromSystem()
3172 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces, in LoadBootImage()
3233 const std::vector<ImageSpace*>& boot_image_spaces = in CreateFromAppImage() local
3244 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.cc895 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.cc1553 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = heap->GetBootImageSpaces(); in GetBootImageLiveObjectsDataRange() local
1579 const std::vector<gc::space::ImageSpace*>& boot_image_spaces = in DumpDataBimgRelRoEntries() local
/art/runtime/gc/
Dheap.cc455 std::vector<std::unique_ptr<space::ImageSpace>> boot_image_spaces; in Heap() local