Searched refs:old_map (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/ic/
H A Dstub-cache.cc56 Map* old_map = primary->map; local
58 int seed = PrimaryOffset(primary->key, old_flags, old_map);
H A Dic.cc291 Handle<Map> old_map(first_map);
292 if (old_map->is_deprecated()) return true;
293 return IsMoreGeneralElementsKindTransition(old_map->elements_kind(),
/external/v8/src/
H A Dlookup.cc225 Handle<Map> old_map(holder->map(), isolate_);
227 Map::PrepareForDataProperty(old_map, descriptor_number(), value);
229 if (old_map.is_identical_to(new_map)) {
261 Handle<Map> old_map(holder->map(), isolate_);
263 old_map, descriptor_number(), i::kData, attributes);
383 Handle<Map> old_map(receiver->map(), isolate_);
389 LookupInRegularHolder<false>(*old_map, *holder_);
395 isolate_, old_map, name_, descriptor, getter, setter, attributes);
H A Dapi-natives.cc103 Handle<Map> old_map(object->map());
105 Handle<Map> new_map = Map::Copy(old_map, "DisableAccessChecks");
112 Handle<Map> old_map(object->map());
114 Handle<Map> new_map = Map::Copy(old_map, "EnableAccessChecks");
H A Dobjects.cc2958 void JSObject::UpdatePrototypeUserRegistration(Handle<Map> old_map,
2961 if (!old_map->is_prototype_map()) return;
2963 bool was_registered = JSObject::UnregisterPrototypeUser(old_map, isolate);
2964 new_map->set_prototype_info(old_map->prototype_info());
2965 old_map->set_prototype_info(Smi::FromInt(0));
2969 reinterpret_cast<void*>(*old_map),
3001 Handle<Map> old_map(object->map());
3003 if (new_map->GetBackPointer() == *old_map) {
3005 if (old_map->NumberOfOwnDescriptors() ==
3016 (old_map
3723 Reconfigure(Handle<Map> old_map, ElementsKind new_elements_kind, int modify_index, PropertyKind new_kind, PropertyAttributes new_attributes, Representation new_representation, Handle<FieldType> new_field_type, StoreMode store_mode) argument
4257 TryUpdate(Handle<Map> old_map) argument
4280 TryReplayPropertyTransitions(Map* old_map) argument
[all...]
H A Dfactory.cc2041 Handle<Map> old_map(object->map(), isolate());
2046 JSObject::InvalidatePrototypeChains(*old_map);
2047 if (old_map->is_prototype_map()) {
2051 JSObject::UpdatePrototypeUserRegistration(old_map, map, isolate());
2055 DCHECK(map->instance_size() == old_map->instance_size());
2056 DCHECK(map->instance_type() == old_map->instance_type());
H A Dbootstrapper.cc343 Handle<Map> old_map = Handle<Map>(object->map()); local
344 Handle<Map> new_map = Map::Copy(old_map, "SetObjectPrototype");
H A Dobjects.h2179 static void UpdatePrototypeUserRegistration(Handle<Map> old_map,
5852 static Handle<Map> PrepareForDataProperty(Handle<Map> old_map,

Completed in 177 milliseconds