Searched defs:Key (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Ddedupe_set-inl.h64 DCHECK(key.Key() != nullptr);
65 alloc_.Destroy(key.Key());
74 DCHECK(it->Key() != nullptr);
75 return it->Key();
121 const T* Key() const { function in class:art::DedupeSet::Shard::HashedKey
126 return Key() == nullptr;
159 DCHECK(lhs.Key() != nullptr);
160 DCHECK(rhs.Key() != nullptr);
162 return lhs.Key() == rhs.Key();
[all...]

Completed in 72 milliseconds