Home
last modified time | relevance | path

Searched refs:new_descriptors (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc1323 Object* new_descriptors; in AddFastProperty() local
1326 if (!maybe_new_descriptors->ToObject(&new_descriptors)) { in AddFastProperty()
1389 new_map->set_instance_descriptors(DescriptorArray::cast(new_descriptors)); in AddFastProperty()
1403 Object* new_descriptors; in AddConstantFunctionProperty() local
1406 if (!maybe_new_descriptors->ToObject(&new_descriptors)) { in AddConstantFunctionProperty()
1417 DescriptorArray* descriptors = DescriptorArray::cast(new_descriptors); in AddConstantFunctionProperty()
1445 if (!maybe_new_descriptors->ToObject(&new_descriptors)) { in AddConstantFunctionProperty()
1450 old_map->set_instance_descriptors(DescriptorArray::cast(new_descriptors)); in AddConstantFunctionProperty()
1595 Object* new_descriptors; in ConvertDescriptorToFieldAndMapTransition() local
1598 if (!maybe_new_descriptors->ToObject(&new_descriptors)) { in ConvertDescriptorToFieldAndMapTransition()
[all …]