Searched refs:is_on_heap (Results 1 – 11 of 11) sorted by relevance
222 DCHECK(!is_on_heap()); in GetExternalBackingStoreRefForDeserialization()228 DCHECK(!is_on_heap()); in SetExternalBackingStoreRefForSerialization()235 DCHECK(is_on_heap()); in RemoveExternalPointerCompensationForSerialization()276 bool JSTypedArray::is_on_heap() const { in is_on_heap() function
157 if (!is_on_heap()) { in GetBuffer()186 DCHECK(!self->is_on_heap()); in GetBuffer()
283 inline bool is_on_heap() const;
247 JSTypedArray::cast(heap_obj).is_on_heap()) { in QueryObjects()
337 size_t length, bool is_on_heap) { in PrintTypedArrayElements() argument340 if (i::FLAG_mock_arraybuffer_allocator && !is_on_heap) { in PrintTypedArrayElements()468 bool is_on_heap = JSTypedArray::cast(*this).is_on_heap(); \ in PrintElements()471 PrintTypedArrayElements<elementType>(os, data_ptr, length, is_on_heap); \ in PrintElements()
860 bool is_on_heap() const;
548 bool is_on_heap() const { return is_on_heap_; } in is_on_heap() function in v8::internal::compiler::JSTypedArrayData569 is_on_heap_(object->is_on_heap()), in JSTypedArrayData()580 if (!is_on_heap()) { in Serialize()3440 BIMODAL_ACCESSOR_C(JSTypedArray, bool, is_on_heap) in BIMODAL_ACCESSOR()
1647 if (typed_array.is_on_heap()) return base::nullopt; in GetTypedArrayConstant()2697 DCHECK(!typed_array->is_on_heap()); in BuildElementAccess()
467 if (typed_array->is_on_heap()) { in SerializeJSTypedArray()
430 if (typed_array->is_on_heap()) { in PostProcessNewObject()
7707 return !typed_array->is_on_heap(); in HasBuffer()