Searched refs:IsFreeListNode (Results 1 – 4 of 4) sorted by relevance
303 bool FreeListNode::IsFreeListNode(HeapObject* object) { in IsFreeListNode() function
1987 DCHECK(IsFreeListNode(this)); in next()2000 DCHECK(IsFreeListNode(this)); in next_address()2011 DCHECK(IsFreeListNode(this)); in set_next()
1406 static inline bool IsFreeListNode(HeapObject* object);
232 DCHECK(FreeListNode::IsFreeListNode(HeapObject::FromAddress(addr))); in AllocationEvent()