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

1 2

  /dalvik/vm/
Sync.cpp 33 * in Bacon et al.'s "Thin locks: featherweight synchronization for Java"
37 * 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
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...]
  /art/runtime/
monitor.cc 46 * in Bacon et al.'s "Thin locks: featherweight synchronization for Java"
50 * The two states of an Object's lock are referred to as "thin" and
51 * "fat". A lock may transition from the "thin" state to the "fat"
56 * lock encodes its state. When cleared, the lock is in the "thin"
68 * For an in-depth description of the mechanics of thin-vs-fat locking,
128 uint32_t thin = *obj->GetRawLockWordAddress(); local
129 lock_count_ = LW_LOCK_COUNT(thin);
130 thin &= LW_HASH_STATE_MASK << LW_HASH_STATE_SHIFT;
131 thin |= reinterpret_cast<uint32_t>(this) | LW_SHAPE_FAT;
133 android_atomic_release_store(thin, obj->GetRawLockWordAddress())
599 uint32_t thin, newThin; local
708 uint32_t thin = *thinp; local
764 uint32_t thin = *thinp; local
784 uint32_t thin = *obj->GetRawLockWordAddress(); local
805 uint32_t thin = *obj->GetRawLockWordAddress(); local
    [all...]
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 162 border: solid thin #333;
  /external/eigen/doc/
eigendoxy.css 157 border: solid thin #333;
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 161 border: solid thin #333;
  /external/chromium_org/v8/tools/profviz/
composer.js 387 output("set border 15 lw 0.2"); // Draw thin border box.
  /external/v8/tools/
tickprocessor.js 48 * A thin wrapper around shell's 'read' function showing a file name on error.
  /ndk/build/core/
build-binary.mk 423 # Compute 'ar' flags. Thin archives simply require 'T' here.
426 $(call ndk_log,$(TARGET_ARCH_ABI):Building static library '$(LOCAL_MODULE)' as thin archive)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 75 outline: thin dotted #333;
813 outline: thin dotted \9;
824 outline: thin dotted #333;
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 48 * A thin wrapper around shell's 'read' function showing a file name on error.
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 391 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
397 ## Okay now we have a bunch of thin objects, gotta fatten them up :)
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 391 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
397 ## Okay now we have a bunch of thin objects, gotta fatten them up :)
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh 391 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
397 ## Okay now we have a bunch of thin objects, gotta fatten them up :)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 386 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
392 ## 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/llvm/autoconf/
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/llvm/projects/sample/autoconf/
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/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]

Completed in 893 milliseconds

1 2