HomeSort by relevance Sort by last modified time
    Searched defs:GetHashCode (Results 1 - 7 of 7) sorted by null

  /art/runtime/
lock_word-inl.h 65 inline int32_t LockWord::GetHashCode() const {
monitor.cc 131 int32_t Monitor::GetHashCode() {
153 CHECK_EQ(hash_code_.LoadRelaxed(), static_cast<int32_t>(lw.GetHashCode()));
619 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.ReadBarrierState());
622 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->GetHashCode();
766 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode());
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 191 public override int GetHashCode() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 219 public override int GetHashCode()
  /art/runtime/mirror/
string-inl.h 195 inline int32_t String::GetHashCode() {
  /art/compiler/optimizing/
gvn.cc 69 size_t new_index = BucketIndex(node->GetHashCode());
97 if (node->GetHashCode() == hash_code) {
151 size_t GetHashCode() const { return hash_code_; }
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 240 public override int GetHashCode()
242 return _hashList._insertionOrderList.GetHashCode();

Completed in 1048 milliseconds