Home
last modified time | relevance | path

Searched defs:ComputeHashCode (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dstring.cc63 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
/art/compiler/optimizing/
Dnodes.h2176 virtual size_t ComputeHashCode() const { in ComputeHashCode() function
2695 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function
2724 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function
2763 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
2795 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
2846 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
5288 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function
5703 size_t ComputeHashCode() const OVERRIDE { return type_index_.index_; } in ComputeHashCode() function
5909 size_t ComputeHashCode() const OVERRIDE { return string_index_.index_; } in ComputeHashCode() function
6054 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function