Home | History | Annotate | Download | only in src

Lines Matching full:weak_cell_cache

4997   if (map->weak_cell_cache()->IsWeakCell()) {
4998 return Handle<WeakCell>(WeakCell::cast(map->weak_cell_cache()));
13978 Object* weak_cell_cache =
13980 if (weak_cell_cache->IsWeakCell()) {
13981 DCHECK(this == WeakCell::cast(weak_cell_cache)->value());
13982 return WeakCell::cast(weak_cell_cache);