Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc209 void SetNext(Node* node) { next_ = node; } in SetNext() function in art::ValueSet::Node
Dssa_liveness_analysis.h125 void SetNext(UsePosition* next) { next_ = next; } in SetNext() function
174 void SetNext(SafepointPosition* next) { in SetNext() function
/art/runtime/gc/allocator/
Drosalloc.h121 void SetNext(Slot* next) { in SetNext() function
/art/runtime/
Dthread.cc304 void SetNext(FrameIdToShadowFrame* next) { next_ = next; } in SetNext() function in art::FrameIdToShadowFrame