Home
last modified time | relevance | path

Searched refs:maybe_cell (Results 1 – 8 of 8) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap.cc2223 Object maybe_cell = prototype->map().prototype_validity_cell(); in GetOrCreatePrototypeChainValidityCell() local
2225 if (maybe_cell.IsCell()) { in GetOrCreatePrototypeChainValidityCell()
2226 Handle<Cell> cell(Cell::cast(maybe_cell), isolate); in GetOrCreatePrototypeChainValidityCell()
2241 Object maybe_cell = map.prototype_validity_cell(); in IsPrototypeChainInvalidated() local
2242 if (maybe_cell.IsCell()) { in IsPrototypeChainInvalidated()
2243 Cell cell = Cell::cast(maybe_cell); in IsPrototypeChainInvalidated()
H A Djs-objects.cc4670 Object maybe_cell = map.prototype_validity_cell(); in InvalidateOnePrototypeValidityCellInternal() local
4671 if (maybe_cell.IsCell()) { in InvalidateOnePrototypeValidityCellInternal()
4673 Cell cell = Cell::cast(maybe_cell); in InvalidateOnePrototypeValidityCellInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap.cc2634 Object maybe_cell = prototype->map().prototype_validity_cell(); in GetOrCreatePrototypeChainValidityCell() local
2636 if (maybe_cell.IsCell()) { in GetOrCreatePrototypeChainValidityCell()
2637 Handle<Cell> cell(Cell::cast(maybe_cell), isolate); in GetOrCreatePrototypeChainValidityCell()
2652 Object maybe_cell = map.prototype_validity_cell(); in IsPrototypeChainInvalidated() local
2653 if (maybe_cell.IsCell()) { in IsPrototypeChainInvalidated()
2654 Cell cell = Cell::cast(maybe_cell); in IsPrototypeChainInvalidated()
H A Djs-objects.cc4402 Object maybe_cell = map.prototype_validity_cell(); in InvalidateOnePrototypeValidityCellInternal() local
4403 if (maybe_cell.IsCell()) { in InvalidateOnePrototypeValidityCellInternal()
4405 Cell cell = Cell::cast(maybe_cell); in InvalidateOnePrototypeValidityCellInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap.cc2646 Object maybe_cell = prototype->map().prototype_validity_cell(); in GetOrCreatePrototypeChainValidityCell() local
2648 if (maybe_cell.IsCell()) { in GetOrCreatePrototypeChainValidityCell()
2649 Handle<Cell> cell(Cell::cast(maybe_cell), isolate); in GetOrCreatePrototypeChainValidityCell()
2664 Object maybe_cell = map.prototype_validity_cell(); in IsPrototypeChainInvalidated() local
2665 if (maybe_cell.IsCell()) { in IsPrototypeChainInvalidated()
2666 Cell cell = Cell::cast(maybe_cell); in IsPrototypeChainInvalidated()
H A Djs-objects.cc4550 Object maybe_cell = map.prototype_validity_cell(); in InvalidateOnePrototypeValidityCellInternal() local
4551 if (maybe_cell.IsCell()) { in InvalidateOnePrototypeValidityCellInternal()
4553 Cell cell = Cell::cast(maybe_cell); in InvalidateOnePrototypeValidityCellInternal()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dheap-refs.cc2852 base::Optional<PropertyCell> maybe_cell = in GetPropertyCell() local
2857 if (!maybe_cell.has_value()) return {}; in GetPropertyCell()
2858 return TryMakeRef(broker(), *maybe_cell); in GetPropertyCell()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects.cc12537 Object* maybe_cell = map->prototype_validity_cell(); in InvalidateOnePrototypeValidityCellInternal() local
12538 if (maybe_cell->IsCell()) { in InvalidateOnePrototypeValidityCellInternal()
12540 Cell* cell = Cell::cast(maybe_cell); in InvalidateOnePrototypeValidityCellInternal()
12641 if (maybe_cell->IsCell()) { in GetOrCreatePrototypeChainValidityCell()
12642 Handle<Cell> cell(Cell::cast(maybe_cell), isolate); in GetOrCreatePrototypeChainValidityCell()
12657 Object* maybe_cell = map->prototype_validity_cell(); in IsPrototypeChainInvalidated() local
12658 if (maybe_cell->IsCell()) { in IsPrototypeChainInvalidated()
12659 Cell* cell = Cell::cast(maybe_cell); in IsPrototypeChainInvalidated()
12676 Object* maybe_cell = proto_info->weak_cell(); in GetOrCreatePrototypeWeakCell() local
12678 if (maybe_cell->IsWeakCell()) { in GetOrCreatePrototypeWeakCell()
[all …]