Searched refs:IsCowArray (Results 1 – 6 of 6) sorted by relevance
412 bool IsCowArray(FixedArrayBase array);475 bool cow_check = check_cow_array == kIgnoreCow || !IsCowArray(fixed_array); in ShouldRecordObject()733 if (IsCowArray(array)) { in RecordVirtualFixedArrayDetails()841 bool ObjectStatsCollectorImpl::IsCowArray(FixedArrayBase array) { in IsCowArray() function in v8::internal::ObjectStatsCollectorImpl
83 V8_EXPORT_PRIVATE bool IsCowArray() const;
5339 bool FixedArrayBase::IsCowArray() const { in IsCowArray() function in v8::internal::FixedArrayBase
1723 DCHECK(!elements->IsCowArray()); in ReplaceElementsArrayWithCopy()1726 } else if (!elements->IsCowArray()) { in ReplaceElementsArrayWithCopy()
580 if (obj.elements().IsCowArray()) os << " (COW)"; in JSObjectPrintHeader()
2483 return receiver->elements().IsCowArray() ? STORE_HANDLE_COW : STANDARD_STORE; in GetStoreMode()