Searched refs:_PyObjectStack_Pop (Results 1 – 3 of 3) sorted by relevance
60 _PyObjectStack_Pop(_PyObjectStack *stack) in _PyObjectStack_Pop() function
106 while ((ob = _PyObjectStack_Pop(to_merge)) != NULL) { in merge_queued_objects()
318 while ((op = _PyObjectStack_Pop(&brc->local_objects_to_merge)) != NULL) { in merge_queued_objects()467 op = _PyObjectStack_Pop(&stack); in mark_reachable()1299 while ((op = _PyObjectStack_Pop(stack)) != NULL) { in list_from_object_stack()1307 while ((op = _PyObjectStack_Pop(stack)) != NULL) { in list_from_object_stack()