Home
last modified time | relevance | path

Searched refs:IsFreeListNode (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h303 bool FreeListNode::IsFreeListNode(HeapObject* object) { in IsFreeListNode() function
Dspaces.cc1987 DCHECK(IsFreeListNode(this)); in next()
2000 DCHECK(IsFreeListNode(this)); in next_address()
2011 DCHECK(IsFreeListNode(this)); in set_next()
Dspaces.h1406 static inline bool IsFreeListNode(HeapObject* object);
/external/v8/src/
Dallocation-tracker.cc232 DCHECK(FreeListNode::IsFreeListNode(HeapObject::FromAddress(addr))); in AllocationEvent()