HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 251 - 275 of 1164) sorted by null

<<11121314151617181920>>

  /external/qemu/elff/
elf_alloc.h 69 * allocator that will grab memory from the heap in large chunks and then will
71 * This will be much faster than going to the heap all the time, and since we
  /external/skia/src/images/
SkImageRefPool.cpp 25 SkDebugf("=== ImagePool: add pixels %s [%d %d %d] bytes=%d heap=%d\n",
61 SkDebugf("=== ImagePool: purge %s [%d %d %d] bytes=%d heap=%d\n",
  /external/v8/
Android.v8common.mk 35 src/heap.cc \
36 src/heap-profiler.cc \
  /external/v8/tools/visual_studio/
v8_cctest.vcproj 191 RelativePath="..\..\test\cctest\test-heap.cc"
195 RelativePath="..\..\test\cctest\test-heap-profiler.cc"
v8_cctest_x64.vcproj 187 RelativePath="..\..\test\cctest\test-heap.cc"
191 RelativePath="..\..\test\cctest\test-heap-profiler.cc"
  /external/webkit/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 48 JSGlobalData& globalData = *Heap::heap(this)->globalData();
JSElementCustom.cpp 59 JSGlobalData& globalData = *Heap::heap(this)->globalData();
JSXMLHttpRequestCustom.cpp 57 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), upload);
  /external/webkit/WebCore/bindings/v8/
V8NPUtils.cpp 118 // Use local stack buffer to avoid heap allocations for small strings. Here we should only use the stack space for
119 // stackBuffer when it's used, not when we use the heap.
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 82 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk");
154 Log.v("ddm-heap", "Got feature list request");
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 123 if (len > 50 && !strncmp(line + 49, "/tmp/sqlite-heap", strlen("/tmp/sqlite-heap"))) {
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 102 // This class represents a heap which maintains several contiguous
103 // buffers. The heap may be backed by pmem (when pmem_pool contains
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 117 RMS_WORD heapAddr; /* base address of the node memory heap in
119 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 116 RMS_WORD heapAddr; /* base address of the node memory heap in
118 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
  /ndk/sources/cpufeatures/
cpu-features.c 74 * the content of /proc/cpuinfo and return it as a heap-allocated
115 /* Copy the line into a heap-allocated buffer */
  /packages/apps/Calendar/src/com/android/calendar/
AgendaActivity.java 84 // Eliminate extra GCs during startup by setting the initial heap size to 4MB.
85 // TODO: We should restore the old heap size once the activity reaches the idle state
  /packages/apps/Camera/src/com/android/camera/gallery/
ImageListUber.java 165 * we put all the slots in a sorted heap (by timestamp). Each time, we
167 * the index forward, and put it back to the heap.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cfghooks.h 120 edge, VEC (edge, heap) **,
174 VEC (edge, heap) **to_remove,
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Client.java 53 /** Client change bit mask: heap update flag change */
57 /** Client change bit mask: native heap data updated */
342 * Enables or disables the heap update.
343 * <p/>If <code>true</code>, any GC will cause the client to send its heap information.
344 * <p/>The heap information can be accessed by {@link ClientData#getVmHeapData()}.
368 * Returns whether the heap update is enabled.
376 * Sends a native heap update request. this is asynchronous.
377 * <p/>The native heap info can be accessed by {@link ClientData#getNativeAllocationList()}.
  /external/v8/src/x64/
builtins-x64.cc 159 __ LoadRoot(kScratchRegister, Heap::kUndefinedValueRootIndex);
226 __ CompareRoot(rbx, Heap::kNullValueRootIndex);
228 __ CompareRoot(rbx, Heap::kUndefinedValueRootIndex);
345 __ LoadRoot(kScratchRegister, Heap::kRealStackLimitRootIndex);
380 __ CompareRoot(rbx, Heap::kNullValueRootIndex);
382 __ CompareRoot(rbx, Heap::kUndefinedValueRootIndex);
    [all...]
full-codegen-x64.cc 68 __ PushRoot(Heap::kUndefinedValueRootIndex);
70 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
149 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
168 __ LoadRoot(rax, Heap::kUndefinedValueRootIndex);
534 __ CompareRoot(result_register(), Heap::kUndefinedValueRootIndex);
536 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
538 __ CompareRoot(result_register(), Heap::kFalseValueRootIndex);
660 // Emit the write barrier code if the location is in the heap.
680 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
702 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex)
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 60 * Specifies information about which heap certain objects came from.
63 * associated with the specified heap. The HEAP_DUMP_INFO data is reset
69 * u4: heap ID
70 * ID: heap name string ID
90 * heap data.
  /external/v8/src/
log.h 57 // Log GC heap samples after each GC that can be processed by hp2ps, default
234 // Heap sampling events: start, end, and individual types.
282 // Logs all compiled functions found in the heap.
284 // Logs all compiled JSFunction objects found in the heap.
286 // Logs all accessor callbacks found in the heap.
  /external/webkit/JavaScriptCore/
ChangeLog-2008-08-10 18 Added same heap debug checks to more code paths.
102 (KJS::Heap::heapAllocate):
104 (KJS::Heap::fastIsNumber):
410 (KJS::Heap::~Heap):
411 (KJS::Heap::heapAllocate):
412 (KJS::Heap::setGCProtectNeedsLocking):
413 (KJS::Heap::protect):
414 (KJS::Heap::unprotect):
415 (KJS::Heap::collect)
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSArray.cpp 163 Heap::heap(this)->reportExtraMemoryCost(initialCapacity * sizeof(JSValue));
186 Heap::heap(this)->reportExtraMemoryCost(storageSize(initialCapacity));
350 Heap::heap(this)->reportExtraMemoryCost((capacity - storage->reportedMapCapacity) * (sizeof(unsigned) + sizeof(JSValue)));
419 Heap::heap(this)->reportExtraMemoryCost(storageSize(newVectorLength) - storageSize(vectorLength));
520 Heap::heap(this)->reportExtraMemoryCost(storageSize(newVectorLength) - storageSize(vectorLength))
    [all...]

Completed in 891 milliseconds

<<11121314151617181920>>