Lines Matching full:descriptors
612 // descriptors that belong to this map are marked. The first time a
616 DescriptorArray* descriptors = map->instance_descriptors();
617 if (StaticVisitor::MarkObjectWithoutPush(heap, descriptors) &&
618 descriptors->length() > 0) {
620 descriptors->GetFirstElementAddress(),
621 descriptors->GetDescriptorEndSlot(0));
627 descriptors->GetDescriptorStartSlot(start),
628 descriptors->GetDescriptorEndSlot(end));