Searched defs:ComputeHashCode (Results 1 – 2 of 2) sorted by relevance
51 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
2360 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2934 size_t ComputeHashCode() const override { return 0; } in ComputeHashCode() function2967 size_t ComputeHashCode() const override { return GetValue(); } in ComputeHashCode() function3011 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3047 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3104 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function5822 size_t ComputeHashCode() const override { in ComputeHashCode() function6321 size_t ComputeHashCode() const override { return type_index_.index_; } in ComputeHashCode() function6556 size_t ComputeHashCode() const override { return string_index_.index_; } in ComputeHashCode() function6807 size_t ComputeHashCode() const override { in ComputeHashCode() function