Home
last modified time | relevance | path

Searched refs:is_on_heap (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/objects/
Djs-array-buffer-inl.h222 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
Djs-array-buffer.cc157 if (!is_on_heap()) { in GetBuffer()
186 DCHECK(!self->is_on_heap()); in GetBuffer()
Djs-array-buffer.h283 inline bool is_on_heap() const;
/external/v8/src/profiler/
Dheap-profiler.cc247 JSTypedArray::cast(heap_obj).is_on_heap()) { in QueryObjects()
/external/v8/src/diagnostics/
Dobjects-printer.cc337 size_t length, bool is_on_heap) { in PrintTypedArrayElements() argument
340 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()
/external/v8/src/compiler/
Dheap-refs.h860 bool is_on_heap() const;
Djs-heap-broker.cc548 bool is_on_heap() const { return is_on_heap_; } in is_on_heap() function in v8::internal::compiler::JSTypedArrayData
569 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()
Djs-native-context-specialization.cc1647 if (typed_array.is_on_heap()) return base::nullopt; in GetTypedArrayConstant()
2697 DCHECK(!typed_array->is_on_heap()); in BuildElementAccess()
/external/v8/src/snapshot/
Dserializer.cc467 if (typed_array->is_on_heap()) { in SerializeJSTypedArray()
Ddeserializer.cc430 if (typed_array->is_on_heap()) { in PostProcessNewObject()
/external/v8/src/api/
Dapi.cc7707 return !typed_array->is_on_heap(); in HasBuffer()