Searched defs:GetNext (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/ | ||
| D | subtype_check_info.h | 311 BitStringChar GetNext() const { in GetNext() function |
| D | thread.cc | 477 FrameIdToShadowFrame* GetNext() const { return next_; } in GetNext() function in art::FrameIdToShadowFrame |
| /art/compiler/optimizing/ | ||
| D | gvn.cc | 193 Node* GetNext() const { return next_; } in GetNext() function in art::ValueSet::Node |
| D | ssa_liveness_analysis.h | 73 LiveRange* GetNext() const { return next_; } in GetNext() function |
| D | nodes.h | 2269 HInstruction* GetNext() const { return next_; } in GetNext() function |