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

  /art/runtime/
lock_word-inl.h 65 inline int32_t LockWord::GetHashCode() const {
monitor.cc 120 int32_t Monitor::GetHashCode() {
142 CHECK_EQ(hash_code_.LoadRelaxed(), static_cast<int32_t>(lw.GetHashCode()));
773 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.ReadBarrierState());
776 VLOG(monitor) << "Deflated " << obj << " to hash monitor " << monitor->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 218 inline int32_t String::GetHashCode() {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 21 virtual FX_DWORD GetHashCode() const { return 0; }
  /art/runtime/lambda/
closure.cc 131 uint32_t Closure::GetHashCode() const {
  /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();
  /art/compiler/optimizing/
gvn.cc 104 if (node->GetHashCode() == hash_code) {
191 size_t new_index = BucketIndex(node->GetHashCode());
206 size_t GetHashCode() const { return hash_code_; }
  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp 503 FX_DWORD CFX_GdiFont::GetHashCode() const {

Completed in 611 milliseconds