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

<<21222324252627282930>>

  /dalvik/dx/etc/
dx.bat 50 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
  /dalvik/vm/native/
dalvik_system_VMDebug.cpp 58 features.push_back("hprof-heap-dump");
59 features.push_back("hprof-heap-dump-streaming");
538 "Failure during heap dump; check log output for details");
560 "Failure during heap dump; check log output for details");
  /development/scripts/
stack 234 HEAP = "[heap]"
293 if area == UNKNOWN or area == HEAP or area == STACK:
326 if area == UNKNOWN or area == HEAP or area == STACK or not area:
  /external/apache-http/src/org/apache/http/impl/io/
SocketOutputBuffer.java 62 // an 8KiB heap buffer and leave the kernel buffer size alone,
  /external/chromium/base/
stack_container_unittest.cc 45 // Adding more elements should push the array onto the heap.
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 123 protected: // Don't allow creation on heap, except by sync API wrapper.
  /external/icu4c/i18n/
tmunit.cpp 48 * although all are the same time unit, will be created in heap and deleted.
  /external/javassist/src/test/test/javassist/proxy/
ProxyCacheGCTest.java 18 * forces a GC. If we run out of heap then we know there is a problem.
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 16 /* Configure Heap Memory Manager for processor architecture, compiler,
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 14 |* macros, since most of the parameters are not GC heap objects. *|
  /external/llvm/bindings/ocaml/transforms/ipo/
ipo_ocaml.c 14 |* macros, since most of the parameters are not GC heap objects. *|
  /external/llvm/docs/
Lexicon.html 164 <dt><a name="Heap"><b>Heap</b></a></dt>
242 pointer variable lying outside of the <a href="#Heap">heap</a> from which
  /external/llvm/include/llvm/ADT/
PriorityQueue.h 52 // Logarithmic-time heap bubble-up.
  /external/qemu/android/skin/
surface.h 55 * the content of 'pixels' is copied into a heap-allocated buffer. otherwise
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 31 that have been allocated from the heap on emulated system. Block descriptors are
  /external/skia/src/core/
SkTSearch.cpp 96 // it on the heap
  /external/stlport/stlport/stl/
_threads.c 84 // This number is advised spin count for Heap management by Microsoft
  /external/v8/
ChangeLog 39 Changed the heap profiler to use more descriptive names.
74 Reduced the time it takes to make detailed heap snapshot.
134 Improved heap profiler support.
303 Exposed heap size limit to the heap statistics gathered by
414 Fixed crashes during GC caused by partially initialize heap
422 Improved heap profiler support.
441 Improved heap profiler precision and speed.
458 Provide more accurate results about used heap size via
610 Added heap snapshots to JSON format to API
    [all...]
  /external/v8/src/
cpu-profiler.cc 377 isolate->heap()->empty_string(),
393 isolate->heap()->empty_string(),
510 // Enumerate stuff we already have in the heap.
511 if (isolate->heap()->HasBeenSetup()) {
log.h 57 // Log GC heap samples after each GC that can be processed by hp2ps, default
242 // Heap sampling events: start, end, and individual types.
286 // Logs all compiled functions found in the heap.
288 // Logs all accessor callbacks found in the heap.
  /external/v8/src/x64/
builtins-x64.cc 176 // Now allocate the JSObject on the heap.
191 __ LoadRoot(rcx, Heap::kEmptyFixedArrayRootIndex);
201 __ LoadRoot(rdx, Heap::kOnePointerFillerMapRootIndex);
203 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
217 // need to undo the allocation, so that the heap is in a consistent state
259 __ LoadRoot(rcx, Heap::kFixedArrayMapRootIndex);
270 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
285 __ or_(rdi, Immediate(kHeapObjectTag)); // add the heap tag
293 // Undo the setting of the new top so that the heap is verifiable. For
665 __ CompareRoot(rbx, Heap::kNullValueRootIndex)
    [all...]
macro-assembler-x64.cc 38 #include "heap.h"
49 code_object_ = Handle<Object>(isolate()->heap()->undefined_value(),
57 reinterpret_cast<Address>(isolate->heap()->roots_address());
152 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
170 void MacroAssembler::StoreRoot(Register source, Heap::RootListIndex index) {
177 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
183 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
191 Heap::RootListIndex index) {
210 // Compute the page start address from the heap object pointer, and reuse
349 Heap::kFixedArrayMapRootIndex)
    [all...]
  /external/v8/tools/gcmole/
README 17 calling to Foo and save a raw pointer to a heap object in the register or
  /external/valgrind/main/docs/html/
quick-start.html 81 x[10] = 0; // problem 1: heap block overrun
91 problem 1, the heap block overrun:</p>
108 have due to a heap block overrun.</p></li>
143 the middle of a heap block).</p></li>
  /external/valgrind/main/drd/tests/
custom_alloc.c 28 static void* hp = 0; // current heap pointer

Completed in 1415 milliseconds

<<21222324252627282930>>