Searched refs:ComputeHashCode (Results 1 - 6 of 6) sorted by last modified time

/art/runtime/mirror/
H A Dstring-inl.h221 result = ComputeHashCode();
H A Dstring.cc67 int String::ComputeHashCode() { function in class:art::mirror::String
H A Dstring.h75 int32_t ComputeHashCode() SHARED_REQUIRES(Locks::mutator_lock_);
/art/compiler/optimizing/
H A Dgvn.cc312 size_t hash_code = instruction->ComputeHashCode();
H A Dnodes.cc1337 DCHECK_EQ(ComputeHashCode(), other->ComputeHashCode());
H A Dnodes.h2002 virtual size_t ComputeHashCode() const { function in class:art::HInstruction
2507 size_t ComputeHashCode() const OVERRIDE { return 0; }
2536 size_t ComputeHashCode() const OVERRIDE { return GetValue(); }
2575 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); }
2607 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); }
2658 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); }
5025 size_t ComputeHashCode() const OVERRIDE {
5026 return (HInstruction::ComputeHashCode() << 7) | GetFieldOffset().SizeValue();
5369 size_t ComputeHashCode() const OVERRIDE { return type_index_; }
5532 size_t ComputeHashCode() cons
[all...]

Completed in 62 milliseconds