Searched refs:IsCell (Results 1 – 12 of 12) sorted by relevance
44 if (heap_object->IsCell()) return true; in IsDereferenceAllowed()
613 prototype_validity_cell()->IsCell()); in MapVerify()1090 CHECK(IsCell()); in CellVerify()1687 CHECK(validity_cell()->IsSmi() || validity_cell()->IsCell()); in DataHandlerVerify()2113 if (obj->IsCell()) { in CanLeak()
1734 TNode<BoolT> IsCell(SloppyTNode<HeapObject> object);
12822 if (maybe_cell->IsCell()) { in InvalidateOnePrototypeValidityCellInternal()12931 if (maybe_cell->IsCell()) { in GetOrCreatePrototypeChainValidityCell()12948 if (maybe_cell->IsCell()) { in IsPrototypeChainInvalidated()
5603 DCHECK(!value->IsCell()); in TransferNamedProperties()
5356 TNode<BoolT> CodeStubAssembler::IsCell(SloppyTNode<HeapObject> object) { in IsCell() function in v8::internal::CodeStubAssembler
324 if (object->IsCell()) { in ResolveExport()821 DCHECK(it->second->IsCell()); in FetchStarExports()834 DCHECK(elem.second->IsCell()); in FetchStarExports()
581 if (object->IsCell()) { in IsWeakObjectInOptimizedCode()
628 if (object->IsCell() || object->IsWeakFixedArray()) { in RecordVirtualFeedbackVectorDetails()
2096 DCHECK(!value->IsCell()); in ClearWeakReferences()
910 } else if (obj->IsCell()) { in ExtractReferences()
612 CSA_ASSERT(this, IsCell(cell)); in HandleLoadICSmiHandlerCase()