Home
last modified time | relevance | path

Searched refs:class_roots_index (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1449 int32_t class_roots_index = enum_cast<int32_t>(ImageHeader::kClassRoots); in RelocateInPlace() local
1450 DCHECK_LT(class_roots_index, image_roots->GetLength<kVerifyNone>()); in RelocateInPlace()
1453 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in RelocateInPlace()
2839 int32_t class_roots_index = enum_cast<int32_t>(ImageHeader::kClassRoots); in DoRelocateSpaces() local
2840 DCHECK_LT(class_roots_index, image_roots->GetLength<kVerifyNone>()); in DoRelocateSpaces()
2842 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in DoRelocateSpaces()