Home
last modified time | relevance | path

Searched refs:is_on_heap (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dpointer-policies.cc46 bool is_on_heap = true; in CheckPointerImpl() local
53 is_on_heap = false; in CheckPointerImpl()
79 if (check_off_heap_assignments || is_on_heap) { in CheckPointerImpl()
94 USE(is_on_heap); in CheckPointerImpl()
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h265 DCHECK(!is_on_heap()); in GetExternalBackingStoreRefForDeserialization()
270 DCHECK(!is_on_heap()); in SetExternalBackingStoreRefForSerialization()
276 DCHECK(is_on_heap()); in RemoveExternalPointerCompensationForSerialization()
284 DCHECK(is_on_heap()); in AddExternalPointerCompensationForDeserialization()
314 bool JSTypedArray::is_on_heap() const { in is_on_heap() function in v8::internal::JSTypedArray
315 // Keep synced with `is_on_heap(AcquireLoadTag)`. in is_on_heap()
320 bool JSTypedArray::is_on_heap(AcquireLoadTag tag) const { in is_on_heap() function in v8::internal::JSTypedArray
321 // Keep synced with `is_on_heap()`. in is_on_heap()
H A Djs-array-buffer.h301 inline bool is_on_heap() const;
302 inline bool is_on_heap(AcquireLoadTag tag) const;
H A Djs-array-buffer.cc226 if (!is_on_heap()) { in GetBuffer()
257 DCHECK(!self->is_on_heap()); in GetBuffer()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc1620 bool JSTypedArrayRef::is_on_heap() const { in is_on_heap() function in v8::internal::compiler::JSTypedArrayRef
1622 return object()->is_on_heap(kAcquireLoad); in is_on_heap()
1626 CHECK(!is_on_heap()); in length()
1632 CHECK(!is_on_heap()); in buffer()
1638 CHECK(!is_on_heap()); in data_ptr()
1640 // is_on_heap release/acquire semantics (external_pointer store happens-before in data_ptr()
H A Dheap-refs.h951 bool is_on_heap() const;
H A Djs-native-context-specialization.cc1586 if (typed_array.is_on_heap()) return base::nullopt; in GetTypedArrayConstant()
2664 DCHECK(!typed_array->is_on_heap()); in BuildElementAccess()
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc249 JSTypedArray::cast(heap_obj).is_on_heap()) { in QueryObjects()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc405 size_t length, bool is_on_heap) { in PrintTypedArrayElements()
408 if (i::FLAG_mock_arraybuffer_allocator && !is_on_heap) { in PrintTypedArrayElements()
536 bool is_on_heap = JSTypedArray::cast(*this).is_on_heap(); \ in PrintElements()
539 PrintTypedArrayElements<elementType>(os, data_ptr, length, is_on_heap); \ in PrintElements()
404 PrintTypedArrayElements(std::ostream& os, const ElementType* data_ptr, size_t length, bool is_on_heap) PrintTypedArrayElements() argument
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc431 // available here for is_on_heap(). See also: CanBeDeferred. in PostProcessNewJSReceiver()
433 if (typed_array.is_on_heap()) { in PostProcessNewJSReceiver()
H A Dserializer.cc513 if (typed_array.is_on_heap()) { in SerializeJSTypedArray()
/third_party/node/deps/v8/src/api/
H A Dapi.cc8068 return !typed_array->is_on_heap(); in HasBuffer()

Completed in 46 milliseconds