Searched defs:SetNext (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/optimizing/ | ||
| D | gvn.cc | 209 void SetNext(Node* node) { next_ = node; } in SetNext() function in art::ValueSet::Node |
| D | ssa_liveness_analysis.h | 125 void SetNext(UsePosition* next) { next_ = next; } in SetNext() function |
| /art/runtime/gc/allocator/ | ||
| D | rosalloc.h | 121 void SetNext(Slot* next) { in SetNext() function |
| /art/runtime/ | ||
| D | thread.cc | 304 void SetNext(FrameIdToShadowFrame* next) { next_ = next; } in SetNext() function in art::FrameIdToShadowFrame |