Searched defs:GetNext (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/optimizing/ | ||
| D | ssa_liveness_analysis.h | 67 LiveRange* GetNext() const { return next_; } in GetNext() function |
| D | gvn.cc | 208 Node* GetNext() const { return next_; } in GetNext() function in art::ValueSet::Node |
| D | nodes.h | 1785 HInstruction* GetNext() const { return next_; } in GetNext() function |
| /art/runtime/ | ||
| D | thread.cc | 303 FrameIdToShadowFrame* GetNext() const { return next_; } in GetNext() function in art::FrameIdToShadowFrame |