Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc132 while (!HasHashCode()) { in GetHashCode()
137 DCHECK(HasHashCode()); in GetHashCode()
604 if (monitor->HasHashCode()) { in Deflate()
618 } else if (monitor->HasHashCode()) { in Deflate()
Dmonitor.h119 bool HasHashCode() const { in HasHashCode() function