Searched refs:new_descriptors (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | map-updater.cc | 775 Handle<DescriptorArray> new_descriptors = in BuildDescriptorArray() local 777 DCHECK(new_descriptors->number_of_all_descriptors() > in BuildDescriptorArray() 779 new_descriptors->number_of_slack_descriptors() > 0 || in BuildDescriptorArray() 780 new_descriptors->number_of_descriptors() == in BuildDescriptorArray() 782 DCHECK(new_descriptors->number_of_descriptors() == old_nof_); in BuildDescriptorArray() 799 new_descriptors->Set(i, &d); in BuildDescriptorArray() 862 new_descriptors->Set(i, &d); in BuildDescriptorArray() 870 new_descriptors->Set(i, &d); in BuildDescriptorArray() 909 new_descriptors->Set(i, &d); in BuildDescriptorArray() 922 new_descriptors->Set(i, &d); in BuildDescriptorArray() [all …]
|
D | map.cc | 591 DescriptorArray new_descriptors) { in ReplaceDescriptors() argument 610 current.UpdateDescriptors(isolate, new_descriptors, in ReplaceDescriptors() 733 DescriptorArray new_descriptors = in TryReplayPropertyTransitions() local 736 PropertyDetails new_details = new_descriptors.GetDetails(i); in TryReplayPropertyTransitions() 748 FieldType new_type = new_descriptors.GetFieldType(i); in TryReplayPropertyTransitions() 764 FieldType new_type = new_descriptors.GetFieldType(i); in TryReplayPropertyTransitions() 773 new_descriptors.GetStrongValue(i)) { in TryReplayPropertyTransitions() 804 Handle<DescriptorArray> new_descriptors = in EnsureDescriptorSlack() local 809 map->UpdateDescriptors(isolate, *new_descriptors, in EnsureDescriptorSlack() 819 new_descriptors->CopyEnumCacheFrom(*descriptors); in EnsureDescriptorSlack() [all …]
|
D | map.h | 927 void ReplaceDescriptors(Isolate* isolate, DescriptorArray new_descriptors);
|
D | js-objects.cc | 3081 Handle<DescriptorArray> new_descriptors( in MigrateFastToFast() local 3091 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast() 3126 int target_index = new_descriptors->GetFieldIndex(i); in MigrateFastToFast() 3135 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast() 3144 int target_index = new_descriptors->GetFieldIndex(i); in MigrateFastToFast()
|