Searched refs:IsPendingAllocation (Results 1 – 9 of 9) sorted by relevance
42 bool Heap::IsPendingAllocation(HeapObject) { return false; } in IsPendingAllocation() function in v8::internal::third_party_heap::Heap
33 bool IsPendingAllocation(HeapObject object);
428 return tp_heap_->IsPendingAllocation(object); in IsPendingAllocationInternal()476 bool Heap::IsPendingAllocation(HeapObject object) { in IsPendingAllocation() function485 bool Heap::IsPendingAllocation(Object object) { in IsPendingAllocation() function486 return object.IsHeapObject() && IsPendingAllocation(HeapObject::cast(object)); in IsPendingAllocation()
1528 inline bool IsPendingAllocation(HeapObject object);1529 inline bool IsPendingAllocation(Object object);
52 SLOW_DCHECK(!isolate->heap()->IsPendingAllocation(*this)); in TryValueAt()
313 SLOW_DCHECK(!isolate->heap()->IsPendingAllocation(*this)); in TryValueAt()
4459 if (heap->IsPendingAllocation(HeapObject::cast(backing_store))) return {}; in DictionaryPropertyAt()
5964 if (isolate->heap()->IsPendingAllocation(element)) return {}; in TryFindPropertyCellForConcurrentLookupIterator()
221 return !IsMainThread() && isolate()->heap()->IsPendingAllocation(object); in ObjectMayBeUninitialized()