Home
last modified time | relevance | path

Searched defs:GetNext (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.h62 LiveRange* GetNext() const { return next_; } in GetNext() function
108 UsePosition* GetNext() const { return next_; } in GetNext() function
Dnodes.h497 HInstruction* GetNext() const { return next_; } in GetNext() function