Searched refs:map_prototype (Results 1 – 2 of 2) sorted by relevance
533 Handle<JSObject> map_prototype(JSObject::cast(map->prototype()), isolate()); in ComputePropertyAccessInfo() local534 if (map_prototype->map()->is_deprecated()) { in ComputePropertyAccessInfo()537 JSObject::TryMigrateInstance(map_prototype); in ComputePropertyAccessInfo()539 map = handle(map_prototype->map(), isolate()); in ComputePropertyAccessInfo()540 holder = map_prototype; in ComputePropertyAccessInfo()
1230 Handle<Object> map_prototype(map->prototype(), isolate()); in ReduceElementAccess() local1231 if (map_prototype->IsNull(isolate())) break; in ReduceElementAccess()1232 if (!map_prototype->IsJSObject()) return NoChange(); in ReduceElementAccess()1233 map = handle(Handle<JSObject>::cast(map_prototype)->map(), in ReduceElementAccess()