Searched defs:ComputeHashCode (Results 1 – 2 of 2) sorted by relevance
51 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
2432 virtual size_t ComputeHashCode() const { in ComputeHashCode() function3006 size_t ComputeHashCode() const override { return 0; } in ComputeHashCode() function3039 size_t ComputeHashCode() const override { return GetValue(); } in ComputeHashCode() function3083 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3119 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3176 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function5931 size_t ComputeHashCode() const override { in ComputeHashCode() function6430 size_t ComputeHashCode() const override { return type_index_.index_; } in ComputeHashCode() function6665 size_t ComputeHashCode() const override { return string_index_.index_; } in ComputeHashCode() function6916 size_t ComputeHashCode() const override { in ComputeHashCode() function