Searched refs:IsCowArray (Results 1 – 6 of 6) sorted by relevance
357 bool IsCowArray(FixedArrayBase* array);413 bool cow_check = check_cow_array == kIgnoreCow || !IsCowArray(fixed_array); in ShouldRecordObject()641 if (IsCowArray(array)) { in RecordVirtualFixedArrayDetails()752 bool ObjectStatsCollectorImpl::IsCowArray(FixedArrayBase* array) { in IsCowArray() function in v8::internal::ObjectStatsCollectorImpl
86 bool IsCowArray() const;
1977 return receiver->elements()->IsCowArray() ? STORE_NO_TRANSITION_HANDLE_COW in GetStoreMode()2064 Handle<JSArray>::cast(object)->elements()->IsCowArray(); in Store()2139 bool array_was_cow = array->elements()->IsCowArray(); in Store()
633 if (obj->elements()->IsCowArray()) os << " (COW)"; in JSObjectPrintHeader()
16132 bool FixedArrayBase::IsCowArray() const { in IsCowArray() function in v8::internal::FixedArrayBase
1433 if (array->elements()->IsCowArray()) { in ReduceKeyedAccess()