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

/dalvik/vm/
H A DSync.cpp37 * The two states of an Object's lock are referred to as "thin" and
38 * "fat". A lock may transition from the "thin" state to the "fat"
43 * lock encodes its state. When cleared, the lock is in the "thin"
55 * For an in-depth description of the mechanics of thin-vs-fat locking,
167 * object may be unlocked, thin-locked, or fat-locked.
195 * thin again. This is called during garbage collection.
826 * Changes the shape of a monitor from thin to fat, preserving the
832 u4 thin; local
842 thin = obj->lock;
843 mon->lockCount = LW_LOCK_COUNT(thin);
864 u4 thin, newThin, threadId; local
1004 u4 thin; local
1070 u4 thin = *(volatile u4 *)&obj->lock; local
1100 u4 thin = *(volatile u4 *)&obj->lock; local
1128 u4 thin = *(volatile u4 *)&obj->lock; local
[all...]

Completed in 47 milliseconds