HomeSort by relevance Sort by last modified time
    Searched refs:thin (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/
Sync.c 23 * The current implementation uses "thin locking" to avoid allocating
27 * TODO: make improvements to thin locking
29 * - reverting to a thin lock once the Monitor is no longer necessary
78 * in Bacon et al.'s "Thin locks: featherweight synchronization for Java"
82 * The two states of an Object's lock are referred to as "thin" and
83 * "fat". A lock may transition from the "thin" state to the "fat"
88 * lock encodes its state. When cleared, the lock is in the "thin"
100 * For an in-depth description of the mechanics of thin-vs-fat locking,
263 * object may be unlocked, thin-locked, or fat-locked.
291 * thin again. This is called during garbage collection
893 u4 thin, newThin, threadId; local
1072 u4 thin; local
1147 u4 thin = obj->lock; local
1192 u4 thin = obj->lock; local
1220 u4 thin = obj->lock; local
    [all...]
  /external/webkit/WebCore/WebCore.gyp/mac/
adjust_visibility.sh 66 # Get a thin version of fat input by running lipo. If the input is already
67 # thin, just copy it into place. The extra copy isn't strictly necessary
76 lipo -thin "${ARCH}" "${INPUT}" -output "${ARCH_INPUT}"
102 # If the input was thin, leave the output thin by copying the only output
  /external/v8/tools/
tickprocessor.js 43 * A thin wrapper around shell's 'read' function showing a file name on error.
  /external/dbus/
ltmain.sh 377 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
383 ## Okay now we have a bunch of thin objects, gotta fatten them up :)
    [all...]
  /external/expat/conftools/
ltmain.sh 357 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
363 ## Okay now we have a bunch of thin objects, gotta fatten them up :)
    [all...]
  /external/libffi/
ltmain.sh 385 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
391 ## Okay now we have a bunch of thin objects, gotta fatten them up :)
    [all...]
  /external/libpng/
ltmain.sh     [all...]

Completed in 720 milliseconds