HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 451 - 475 of 1834) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotView.js 35 this.element.addStyleClass("heap-snapshot-view");
51 summaryContainer.id = "heap-snapshot-summary-container";
54 this.countsSummaryBar.element.className = "heap-snapshot-summary";
57 countsLabel.className = "heap-snapshot-summary-label";
63 this.sizesSummaryBar.element.className = "heap-snapshot-summary";
66 sizesLabel.className = "heap-snapshot-summary-label";
259 // The second and subsequent levels of heap snapshot nodes represent retainers,
    [all...]
  /external/v8/src/
ic.cc 68 HEAP->undefined_value(),
69 HEAP->undefined_value());
145 ? lookup->holder() : isolate->heap()->null_value();
238 Code* code = Code::cast(isolate()->heap()->FindCodeObject(addr));
310 PatchInlinedLoad(address, HEAP->null_value());
328 Heap* heap = HEAP; local
329 PatchInlinedLoad(address, heap->null_value(), 0);
331 heap->null_value()
    [all...]
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 217 * the native heap.
222 * native heap.
227 * used by the native heap.
232 * native heap.
237 * used by the native heap.
241 * In a snapshot Bundle, this key reports the size of the native heap.
  /frameworks/base/core/jni/
android_os_Debug.cpp 159 if (strstr(name, "[heap]") == name) {
435 fprintf(fp, "Native heap dump not available. To enable, run these"
445 fprintf(fp, "Android Native Heap Dump v1.0\n\n");
501 * Dump the native heap, writing human-readable output to the specified
533 LOGD("Native heap dump starting...\n");
535 LOGD("Native heap dump complete.\n");
  /frameworks/base/libs/binder/
MemoryDealer.cpp 115 const sp<IMemoryHeap>& heap, ssize_t offset, size_t size);
166 const sp<IMemoryHeap>& heap, ssize_t offset, size_t size)
167 : MemoryBase(heap, offset, size), mDealer(dealer)
170 void* const start_ptr = (void*)(intptr_t(heap->base()) + offset);
240 memory = new Allocation(this, heap(), offset, size);
255 const sp<IMemoryHeap>& MemoryDealer::heap() const { function in class:android::MemoryDealer
  /external/chromium/base/
stack_container.h 15 // from which to allocate memory and overflows onto the heap. This stack buffer
16 // would be allocated on the stack and allows us to avoid heap operations in
124 // stack capacity will transparently overflow onto the heap. The container must
  /external/libvpx/vpx/
vpx_image.h 155 * storage for the descriptor is allocated on the heap.
159 * allocated on the heap.
183 * allocated on the heap.
  /external/v8/tools/oom_dump/
oom_dump.cc 159 // Read heap stats.
218 // Print heap stats.
222 printf("heap stats address: %#" PRIx64 "\n", heap_stats_addr);
  /external/valgrind/main/docs/html/
dist.readme.html 48 branch-prediction?profiler,?and?a?heap?profiler.?It?also?includes<br>
49 three?experimental?tools:?a?heap/stack/global?array?overrun?detector,<br>
50 a?different?kind?of?heap?profiler,?and?a?SimPoint?basic?block?vector<br>
  /libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 73 * The implementation uses an array-based binary heap, with public
102 * Priority queue represented as a balanced binary heap: the two
106 * heap and each descendant d of n, n <= d. The element with the
207 boolean heapify = true; // true if not known to be in heap order
244 * @param array the heap array
302 * Inserts item x at position k, maintaining heap invariant by
309 * These methods are static, with heap state as arguments, to
314 * @param array the heap array
343 * Inserts item x at position k, maintaining heap invariant by
349 * @param array the heap arra
    [all...]
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 32 * We could avoid this by keeping the UTF-8 bytes on the native heap until we're done and only
33 * creating a byte[] on the Java heap when we know how big it needs to be, but one shouldn't lie
47 // Release our pointer to the raw array, copying changes back to the Java heap.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.xml 58 icon="icons/heap.png"
60 name="%view.name.Heap"/>
79 icon="icons/heap.png"
  /bootable/bootloader/legacy/arch_msm7k/
smem.c 81 dprintf("heap: init=%x free=%x remain=%x\n",
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 66 // native heap where the garbage collector cannot
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
Cube.java 66 // native heap where the garbage collector cannot
  /device/ti/panda/
device.mk 55 $(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ScannerParseLargeFileBenchmarkTest.java 28 * the Scanner will exhaust all heap memory
  /external/freetype/include/freetype/
ftgzip.h 76 * objects will be released to the heap.
ftlzw.h 73 * objects will be released to the heap.
  /external/icu4c/common/
udatamem.h 33 /* heap and thus needs to be deleted when closed. */
  /external/libvpx/vpx_mem/memory_manager/
hmm_base.c 37 /* Put a block into the free collection of a heap.
40 /* Pointer to heap descriptor. */
77 /* Pointer to heap descriptor. */
149 /* Descriptor of heap that block is in. */
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 14 |* macros, since most of the parameters are not GC heap objects. *|
  /external/llvm/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 14 |* macros, since most of the parameters are not GC heap objects. *|
  /external/pcre/doc/html/
pcre_config.html 54 PCRE_CONFIG_STACKRECURSE Recursion implementation (1=stack 0=heap)
  /external/stlport/stlport/stl/
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.

Completed in 1543 milliseconds

<<11121314151617181920>>