OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kHashCode
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
lock_word-inl.h
56
DCHECK_EQ(GetState(),
kHashCode
);
lock_word.h
79
// When the state is
kHashCode
, the non-state bits hold the hashcode.
105
kHashCode
, // Lock word contains an identity hash.
118
return
kHashCode
;
150
// Return the hash code stored in the lock word, must be
kHashCode
state.
Completed in 155 milliseconds