Home | History | Annotate | Download | only in heap

Lines Matching refs:descriptors

12 #include "src/objects-body-descriptors-inl.h"
496 // descriptors that belong to this map are marked. The first time a non-empty
502 DescriptorArray* descriptors = map->instance_descriptors();
503 if (StaticVisitor::MarkObjectWithoutPush(heap, descriptors) &&
504 descriptors->length() > 0) {
505 StaticVisitor::VisitPointers(heap, descriptors,
506 descriptors->GetFirstElementAddress(),
507 descriptors->GetDescriptorEndSlot(0));
512 StaticVisitor::VisitPointers(heap, descriptors,
513 descriptors->GetDescriptorStartSlot(start),
514 descriptors->GetDescriptorEndSlot(end));