Lines Matching defs:descriptors
416 Handle<DescriptorArray> descriptors = map.instance_descriptors().object();
417 PropertyDetails const details = descriptors->GetDetails(descriptor);
418 int index = descriptors->GetFieldIndex(descriptor);
440 descriptors->GetFieldType(descriptor));
627 Handle<DescriptorArray> descriptors = broker()->CanonicalPersistentHandle(
630 descriptors->Search(*name.object(), *holder_map.object()));
634 descriptors->GetStrongValue(descriptor));
701 DescriptorArray descriptors = *map.instance_descriptors().object();
702 *index_out = descriptors.Search(*name.object(), *map.object(), true);
704 *details_out = descriptors.GetDetails(*index_out);
1100 Handle<DescriptorArray> descriptors =
1102 PropertyDetails const details = descriptors->GetDetails(number);
1135 broker()->CanonicalPersistentHandle(descriptors->GetFieldType(number));