Home
last modified time | relevance | path

Searched refs:IsDefinedAt (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc546 while (current != nullptr && !current->IsDefinedAt(position)) { in GetSiblingAt()
Dssa_liveness_analysis.h490 bool IsDefinedAt(size_t position) const { in IsDefinedAt() function