Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc128 while (!HasHashCode()) { in GetHashCode()
133 DCHECK(HasHashCode()); in GetHashCode()
627 if (monitor->HasHashCode()) { in Deflate()
638 } else if (monitor->HasHashCode()) { in Deflate()
Dmonitor.h115 bool HasHashCode() const { in HasHashCode() function