Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc51 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
/art/compiler/optimizing/
Dnodes.h2360 virtual size_t ComputeHashCode() const { in ComputeHashCode() function
2934 size_t ComputeHashCode() const override { return 0; } in ComputeHashCode() function
2967 size_t ComputeHashCode() const override { return GetValue(); } in ComputeHashCode() function
3011 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
3047 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
3104 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
5822 size_t ComputeHashCode() const override { in ComputeHashCode() function
6321 size_t ComputeHashCode() const override { return type_index_.index_; } in ComputeHashCode() function
6556 size_t ComputeHashCode() const override { return string_index_.index_; } in ComputeHashCode() function
6807 size_t ComputeHashCode() const override { in ComputeHashCode() function