Searched refs:CanRecordFixedArray (Results 1 – 1 of 1) sorted by relevance
356 bool CanRecordFixedArray(FixedArrayBase* array);414 return CanRecordFixedArray(fixed_array) && cow_check; in ShouldRecordObject()744 bool ObjectStatsCollectorImpl::CanRecordFixedArray(FixedArrayBase* array) { in CanRecordFixedArray() function in v8::internal::ObjectStatsCollectorImpl