Home | History | Annotate | Download | only in src

Lines Matching refs:map_of_this

1385       Map* map_of_this = map();
1387 Object* constructor = map_of_this->constructor();
1409 map_of_this->is_deprecated() ? "deprecated " : "",
1410 map_of_this);
2006 Map* map_of_this = map();
2011 !map_of_this->is_extensible()) {
2024 if (map_of_this->NumberOfOwnDescriptors() <
4496 Map* map_of_this = map();
4499 int real_size = map_of_this->NumberOfOwnDescriptors();
4511 DescriptorArray* descs = map_of_this->instance_descriptors();
4570 int instance_size_delta = map_of_this->instance_size() - new_instance_size;
4580 map_of_this->NotifyLeafMapLayoutChange();
5277 Map* map_of_this = map();
5282 if (map_of_this->constructor() == obj) {
5287 if (map_of_this->prototype() == obj) {