Home | History | Annotate | Download | only in src

Lines Matching defs:node

1120         // treating it as a free list node (not linked into the free
1122 FreeListNode* node = FreeListNode::FromAddress(target->address());
1123 node->set_size(object_size);
1144 // treating it as a free list node (not linked into the free
1146 FreeListNode* node = FreeListNode::FromAddress(target->address());
1147 node->set_size(object_size);