Searched refs:set_next (Results 1 – 16 of 16) sorted by relevance
140 int i,n,set_prev,set_next; in X509_NAME_delete_entry() local156 set_next=sk_X509_NAME_ENTRY_value(sk,loc)->set; in X509_NAME_delete_entry()166 if (set_prev+1 < set_next) in X509_NAME_delete_entry()
150 void set_next(UseInterval* next) { next_ = next; } in set_next() function176 void set_next(UsePosition* next) { next_ = next; } in set_next() function
407 interval->set_next(first_interval_); in AddUseInterval()439 use_pos->set_next(first_pos_); in AddUsePosition()
645 current->set_next(nullptr); in DetachAt()685 use_before->set_next(nullptr); in DetachAt()951 last_interval_->set_next(end_part.first_interval_); in Splinter()962 if (last != nullptr) last->set_next(end_part.first_pos_); in Splinter()970 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()976 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()1114 new_interval->set_next(first_interval_); in EnsureInterval()1135 interval->set_next(first_interval_); in AddUseInterval()1162 use_pos->set_next(first_pos_); in AddUsePosition()1165 use_pos->set_next(prev->next()); in AddUsePosition()[all …]
185 void set_next(UseInterval* next) { next_ = next; } in set_next() function266 void set_next(UsePosition* next) { next_ = next; } in set_next() function
355 weak_cell->set_next(heap->encountered_weak_cells(), in VisitWeakCell()412 weak_collection->set_next(heap->encountered_weak_collections()); in VisitWeakCollection()
2209 set_next(nullptr); in AllocateChunk()2251 prev_non_evac_node->set_next(cur_node->next()); in AllocateChunk()2266 free_space->set_next(top()); in AllocateChunk()2537 category->set_next(top); in AllocateChunk()2551 category->prev()->set_next(category->next()); in AllocateChunk()2556 category->set_next(nullptr); in AllocateChunk()
633 prev_weak_cell_obj->set_next(weak_cell->next()); in ProcessWeakCells()
2689 weak_collection->set_next(heap()->undefined_value()); in ClearWeakCollections()2701 weak_collection->set_next(heap()->undefined_value()); in AbortWeakCollections()2757 weak_cell->set_next(non_live_map_head); in ClearWeakCells()
383 void set_next(FreeListCategory* next) { next_ = next; } in set_next() function
233 void set_next(DebugInfoListNode* next) { next_ = next; } in set_next() function
1563 node->set_next(debug_info_list_); in CreateDebugInfo()1582 prev->set_next(current->next()); in RemoveDebugInfoAndClearFromShared()
440 WeakCell::cast(object_)->set_next(next_, UPDATE_WEAK_WRITE_BARRIER); in ~UnlinkWeakNextScope()
2001 void WeakCell::set_next(Object* val, WriteBarrierMode mode) { in set_next() function2011 set_next(the_hole_value, SKIP_WRITE_BARRIER); in clear_next()3488 void FreeSpace::set_next(FreeSpace* next) { in set_next() function
4534 inline void set_next(FreeSpace* next);
757 void set_next(Statement* s) { next_ = s; } in set_next() function