Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h125 void SetNext(UsePosition* next) { next_ = next; } in SetNext() function
174 void SetNext(SafepointPosition* next) { in SetNext() function
288 cursor->SetNext(new_use);
595 last_safepoint_->SetNext(nullptr); in SplitAt()
859 last_safepoint_->SetNext(safepoint); in AddSafepoint()
1055 last_in_new_list->SetNext(new_use); in AddBackEdgeUses()
1065 last_in_new_list->SetNext(first_use_); in AddBackEdgeUses()
Dgvn.cc209 void SetNext(Node* node) { next_ = node; } in SetNext() function in art::ValueSet::Node
240 clone_previous->SetNext(clone_current); in CloneBucket()
289 previous->SetNext(next); in DeleteAllImpureWhich()
/art/runtime/gc/allocator/
Drosalloc.h121 void SetNext(Slot* next) { in SetNext() function
214 slot->SetNext(old_head); in Add()
250 list->Tail()->SetNext(old_head); in Merge()
/art/runtime/
Dthread.cc304 void SetNext(FrameIdToShadowFrame* next) { next_ = next; } in SetNext() function in art::FrameIdToShadowFrame
395 prev->SetNext(record->GetNext()); in RemoveDebuggerShadowFrameMapping()