Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/third_party/node/deps/v8/src/heap/
Dslot-set.h496 uint32_t new_cell = old_cell & ~mask; in Iterate() local
497 if (old_cell != new_cell) { in Iterate()
/third_party/node/deps/v8/src/objects/
Dobjects.cc6596 Handle<PropertyCell> new_cell = in InvalidateAndReplaceEntry() local
6598 dictionary->ValueAtPut(entry, *new_cell); in InvalidateAndReplaceEntry()
6601 return new_cell; in InvalidateAndReplaceEntry()