Lines Matching defs:roots
199 ReadOnlyRoots roots(isolate);
200 DCHECK(to_base.map() != roots.fixed_cow_array_map());
211 roots.the_hole_value(), length);
1422 ReadOnlyRoots roots(isolate);
1429 if (dict->IsKey(roots, index)) {
1447 if (dict->IsKey(roots, index)) {
1488 ReadOnlyRoots roots = holder.GetReadOnlyRoots(cage_base);
1491 if (!dict.IsKey(roots, key)) continue;
1620 ReadOnlyRoots roots(isolate);
1624 if (!dictionary->IsKey(roots, raw_key)) continue;
1668 ReadOnlyRoots roots(isolate);
1671 if (!dictionary->IsKey(roots, k)) continue;
1868 ReadOnlyRoots roots = holder.GetReadOnlyRoots();
1875 if (!dictionary.ToKey(roots, i, &k)) continue;