HomeSort by relevance Sort by last modified time
    Searched full:collector (Results 226 - 250 of 545) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/arm64/
debug-arm64.cc 146 // collector. Every object register must be a valid tagged pointer or
150 // collector doesn't try to interpret them as pointers.
  /external/chromium_org/v8/src/heap/
gc-tracer.cc 98 void GCTracer::Start(GarbageCollector collector, const char* gc_reason,
111 if (collector == SCAVENGER) {
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 104 /* end collector dll part. */
296 /* this function loads the collector dll (BistroJavaCollector) and the relevant functions.
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 10 // This file implements target- and collector-independent garbage collection
64 /// function representation to identify safe points for the garbage collector
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 65 /* end collector dll part. */
272 /* this function loads the collector dll (BistroJavaCollector)
  /external/smack/src/org/jivesoftware/smack/
PacketReader.java 319 for (PacketCollector collector: connection.getPacketCollectors()) {
320 collector.processPacket(packet);
  /frameworks/base/docs/html/training/displaying-bitmaps/
cache-bitmap.jd 41 off-screen. The garbage collector also frees up your loaded bitmaps, assuming you don't keep any
60 this is not recommended. Starting from Android 2.3 (API Level 9) the garbage collector is more
  /art/runtime/
instruction_set.h 249 // when the garbage collector can move objects concurrently. Ensure that required locks
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 212 // native heap where the garbage collector cannot
TriangleRenderer.java 180 // native heap where the garbage collector cannot
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 181 // native heap where the garbage collector cannot
  /docs/source.android.com/src/devices/tech/dalvik/
index.jd 69 <li>Collector with lower total GC time for the special case of cleaning up
  /external/chromium_org/chrome/browser/extensions/
extension_service_test_base.cc 121 // Garbage collector is typically NULL during tests, so give it a build.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.h 58 // collector and not immediately when deref reached zero.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeListsNodeData.h 93 // on object destruction is replaced by the garbage collector
  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 262 CollectLayers collector(pict, data);
  /external/clang/www/analyzer/
annotations.html 159 that is managed by the garbage collector (and thus doesn't have a retain count
162 Foundation object (which may not be managed by the garbage collector) you should
250 garbage collector.</li>
269 collector.</li>
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 218 * A collector for DeadEvents.
  /frameworks/support/v4/java/android/support/v4/app/
RemoteInput.java 182 * contain a key/value for every result key populated by remote input collector.
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 34 * to the garbage collector (nor hide potentially large allocations from it).
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 23 * marker object is reclaimed by the garbage collector.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 358 # Disable the garbage collector. This prevents __del__s from showing up in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 358 # Disable the garbage collector. This prevents __del__s from showing up in
  /art/runtime/base/
mutex.h 500 // a share on the mutator_lock_. The garbage collector may also execute with shared access but
502 // guarded by the heap_lock_ below). When the garbage collector requires exclusive access it asks
506 // the mutator lock doesn't necessarily allow the exclusive user (e.g the garbage collector)
  /external/chromium_org/third_party/boringssl/src/crypto/sha/
sha512.c 74 * - share common byte-order neutral collector and padding function
81 * there is no need for common collector/padding implementation [yet];
84 * we minimize burden of maintenance in two ways: a) collector/padding

Completed in 877 milliseconds

1 2 3 4 5 6 7 8 91011>>