Home
last modified time | relevance | path

Searched refs:set_next (Results 1 – 16 of 16) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509name.c140 int i,n,set_prev,set_next; in X509_NAME_delete_entry() local
156 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()
/external/v8/src/crankshaft/
Dlithium-allocator.h150 void set_next(UseInterval* next) { next_ = next; } in set_next() function
176 void set_next(UsePosition* next) { next_ = next; } in set_next() function
Dlithium-allocator.cc407 interval->set_next(first_interval_); in AddUseInterval()
439 use_pos->set_next(first_pos_); in AddUsePosition()
/external/v8/src/compiler/
Dregister-allocator.cc645 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 …]
Dregister-allocator.h185 void set_next(UseInterval* next) { next_ = next; } in set_next() function
266 void set_next(UsePosition* next) { next_ = next; } in set_next() function
/external/v8/src/heap/
Dobjects-visiting-inl.h355 weak_cell->set_next(heap->encountered_weak_cells(), in VisitWeakCell()
412 weak_collection->set_next(heap->encountered_weak_collections()); in VisitWeakCollection()
Dspaces.cc2209 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()
Dincremental-marking.cc633 prev_weak_cell_obj->set_next(weak_cell->next()); in ProcessWeakCells()
Dmark-compact.cc2689 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()
Dspaces.h383 void set_next(FreeListCategory* next) { next_ = next; } in set_next() function
/external/v8/src/debug/
Ddebug.h233 void set_next(DebugInfoListNode* next) { next_ = next; } in set_next() function
Ddebug.cc1563 node->set_next(debug_info_list_); in CreateDebugInfo()
1582 prev->set_next(current->next()); in RemoveDebugInfoAndClearFromShared()
/external/v8/src/snapshot/
Dserializer.cc440 WeakCell::cast(object_)->set_next(next_, UPDATE_WEAK_WRITE_BARRIER); in ~UnlinkWeakNextScope()
/external/v8/src/
Dobjects-inl.h2001 void WeakCell::set_next(Object* val, WriteBarrierMode mode) { in set_next() function
2011 set_next(the_hole_value, SKIP_WRITE_BARRIER); in clear_next()
3488 void FreeSpace::set_next(FreeSpace* next) { in set_next() function
Dobjects.h4534 inline void set_next(FreeSpace* next);
/external/v8/src/ast/
Dast.h757 void set_next(Statement* s) { next_ = s; } in set_next() function