Searched defs:GetHashCode (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ | ||
D | lock_word-inl.h | 65 inline int32_t LockWord::GetHashCode() const { in GetHashCode() function |
D | monitor.cc | 120 int32_t Monitor::GetHashCode() { in GetHashCode() function in art::Monitor |
/art/runtime/mirror/ | ||
D | string-inl.h | 218 inline int32_t String::GetHashCode() { in GetHashCode() function |
/art/runtime/lambda/ | ||
D | closure.cc | 131 uint32_t Closure::GetHashCode() const { in GetHashCode() function in art::lambda::Closure |
/art/compiler/optimizing/ | ||
D | gvn.cc | 206 size_t GetHashCode() const { return hash_code_; } in GetHashCode() function in art::ValueSet::Node |