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.cc1225 int32_t class_roots_index = enum_cast<int32_t>(ImageHeader::kClassRoots); in RelocateInPlace() local
1226 DCHECK_LT(class_roots_index, image_roots->GetLength<kVerifyNone>()); in RelocateInPlace()
1229 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in RelocateInPlace()
2544 int32_t class_roots_index = enum_cast<int32_t>(ImageHeader::kClassRoots); in DoRelocateSpaces() local
2545 DCHECK_LT(class_roots_index, image_roots->GetLength<kVerifyNone>()); in DoRelocateSpaces()
2547 image_roots->GetWithoutChecks<kVerifyNone>(class_roots_index).Ptr())); in DoRelocateSpaces()