Lines Matching refs:receiver_map
168 Handle<Map> receiver_map(receiver->map(), isolate);
169 if (receiver_map->IsSpecialReceiverMap()) return false;
170 DCHECK(receiver_map->IsJSObjectMap());
175 int nof = receiver_map->NumberOfOwnDescriptors();
179 receiver_map->instance_descriptors(isolate), isolate);
185 Handle<Object> backpointer(receiver_map->GetBackPointer(), isolate);
205 FieldIndex::ForPropertyIndex(*receiver_map, details.field_index());
230 // If the {receiver_map} was marked stable before, then there could be
232 // reached this {receiver_map} transitions away from it without triggering
234 receiver_map->NotifyLeafMapLayoutChange(isolate);
243 // {receiver_map} here, otherwise we could get the constants wrong, i.e.