Home | History | Annotate | Download | only in vm

Lines Matching full:hash

92  *     lock count   thread id  hash state  0
98 * pointer hash state 1
1096 * hash state.
1352 * Returns the identity hash code of the given object.
1363 * Null is defined to have an identity hash code of 0.
1372 * The object has been hashed but has not had its hash code
1379 * The object has been hashed and its hash code has been
1392 * The object has never been hashed. Change the hash state to
1398 * We already own the lock so we can update the hash state
1419 * A new lockword has been installed with a hash state
1428 * hash state to hashed and use the raw object
1481 * change the hash state to hashed.
1495 LOGE("object %p has an unknown hash state %#x", obj, hashState);