Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc143 if (!HasHashCode()) { in GetHashCode()
149 DCHECK(HasHashCode()); in GetHashCode()
979 if (monitor->HasHashCode()) { in Deflate()
994 } else if (monitor->HasHashCode()) { in Deflate()
Dmonitor.h140 bool HasHashCode() const { in HasHashCode() function