Searched refs:new_descriptors (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | map-updater.cc | 443 Handle<DescriptorArray> new_descriptors = in BuildDescriptorArray() local 445 DCHECK(new_descriptors->length() > target_descriptors->length() || in BuildDescriptorArray() 446 new_descriptors->NumberOfSlackDescriptors() > 0 || in BuildDescriptorArray() 447 new_descriptors->number_of_descriptors() == in BuildDescriptorArray() 449 DCHECK(new_descriptors->number_of_descriptors() == old_nof_); in BuildDescriptorArray() 466 new_descriptors->Set(i, &d); in BuildDescriptorArray() 533 new_descriptors->Set(i, &d); in BuildDescriptorArray() 547 new_descriptors->Set(i, &d); in BuildDescriptorArray() 589 new_descriptors->Set(i, &d); in BuildDescriptorArray() 601 new_descriptors->Set(i, &d); in BuildDescriptorArray() [all …]
|
D | objects.cc | 4220 Handle<DescriptorArray> new_descriptors(new_map->instance_descriptors(), in MigrateFastToFast() local 4230 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast() 4275 int target_index = new_descriptors->GetFieldIndex(i); in MigrateFastToFast() 4284 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast() 4293 int target_index = new_descriptors->GetFieldIndex(i); in MigrateFastToFast() 4638 void Map::ReplaceDescriptors(Isolate* isolate, DescriptorArray* new_descriptors, in ReplaceDescriptors() argument 4655 current->UpdateDescriptors(new_descriptors, new_layout_descriptor); in ReplaceDescriptors() 4915 DescriptorArray* new_descriptors = new_map->instance_descriptors(); in TryReplayPropertyTransitions() local 4917 PropertyDetails new_details = new_descriptors->GetDetails(i); in TryReplayPropertyTransitions() 4929 FieldType* new_type = new_descriptors->GetFieldType(i); in TryReplayPropertyTransitions() [all …]
|
/external/v8/src/objects/ |
D | map.h | 939 void ReplaceDescriptors(Isolate* isolate, DescriptorArray* new_descriptors,
|