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

/art/runtime/mirror/
H A Dstring.h128 DCHECK_EQ(0, GetField32(OFFSET_OF_OBJECT_MEMBER(String, hash_code_)));
129 SetField32<false, false>(OFFSET_OF_OBJECT_MEMBER(String, hash_code_), new_hash_code);
159 uint32_t hash_code_; member in class:art::mirror::FINAL
/art/runtime/
H A Dmonitor.h116 return hash_code_.LoadRelaxed() != 0;
217 AtomicInteger hash_code_; member in class:art::Monitor

Completed in 56 milliseconds