Lines Matching refs:ComputeHashCode
2002 virtual size_t ComputeHashCode() const { in ComputeHashCode() function
2507 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function
2536 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function
2575 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
2607 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
2658 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function
5025 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function
5026 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue(); in ComputeHashCode()
5369 size_t ComputeHashCode() const OVERRIDE { return type_index_; } in ComputeHashCode() function
5532 size_t ComputeHashCode() const OVERRIDE { return string_index_; } in ComputeHashCode() function
5703 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function
5704 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue(); in ComputeHashCode()