/external/v8/src/mips/ |
code-stubs-mips.cc | 138 // either a0 or a1 is not a number (not smi and not heap number object) the 275 // whether both inputs are either Smis or at least heap numbers that can be 278 // result is a Smi. If so, great, otherwise we try to find a heap number to 351 // generated. If the result is not a smi and heap number allocation is not 353 // heap number cannot be allocated the code jumps to the lable gc_required.
|
macro-assembler-mips.h | 72 // Return the pointer to the allocated already tagged as a heap object. 216 Heap::RootListIndex index); 218 Heap::RootListIndex index, 223 Heap::RootListIndex index); 225 Heap::RootListIndex index, 316 // a heap object. All registers are clobbered also when control 361 // Allocates a heap number or jumps to the gc_required label if the young 649 // Copies a fixed number of fields of heap objects from src to dst. 672 // to be a heap object) 681 Heap::RootListIndex index [all...] |
/external/v8/src/ |
serialize.h | 145 // heap. These offsets have been determined experimentally. We code 289 // Deserialize the snapshot into an empty heap. 462 // We can't serialize a heap with external two byte strings. 547 o->map() == HEAP->fixed_cow_array_map(); 565 // Serialize the current state of the heap. The order is:
|
v8globals.h | 137 class Heap; 250 // Callback function on object slots, used for iterating heap object slots in 251 // HeapObjects, global pointers to heap objects, etc. The callback allows the 256 // Callback function used for iterating objects in heap spaces, 257 // for example, scanning heap objects.
|
isolate.cc | 38 #include "heap-profiler.h" 664 heap()->termination_exception()) { 666 try_catch_handler()->exception_ = heap()->null_value(); 719 // Safe after setting Heap::isolate_, initializing StackGuard and 752 // Enable logging before setting up the heap 773 // Setup the object heap. 807 // If we are deserializing, read the state into the now-empty heap.
|
contexts.h | 31 #include "heap.h" 47 // Heap-allocated activation contexts. 53 // must always be allocated via Heap::AllocateContext() or
|
frames.cc | 425 // into the heap to determine the state. This is safe as long 444 return HEAP->raw_unchecked_js_entry_code(); 467 return HEAP->raw_unchecked_js_construct_entry_code(); 657 isolate()->heap()->gc_state() == Heap::NOT_IN_GC); 970 // Print heap-allocated local variables. 972 accumulator->Add(" // heap-allocated locals\n") 1120 Heap* heap = isolate_->heap(); local [all...] |
liveedit.cc | 731 info.SetFunctionCode(function_code, Handle<Object>(HEAP->null_value())); 765 return HEAP->undefined_value(); 805 Handle<Object>(HEAP->null_value())); 912 ASSERT(!HEAP->InNewSpace(substitution)); 925 HEAP->IterateStrongRoots(&visitor, VISIT_ALL); 955 if (data == HEAP->empty_fixed_array()) return false; 1043 return HEAP->undefined_value(); [all...] |
log.cc | 815 // to leave logging functions free from heap allocations. 976 : HEAP->empty_string(); 995 msg.Append("heap-sample-begin,\"%s\",\"%s\",%.0f\n", 1007 msg.Append("heap-sample-stats,\"%s\",\"%s\"," 1019 msg.Append("heap-sample-end,\"%s\",\"%s\"\n", space, kind); 1029 msg.Append("heap-sample-item,%s,%d,%d\n", type, number, bytes); 1040 msg.Append("heap-js-cons-item,%s,%d,%d\n", constructor, number, bytes); 1046 static const char kEventText[] = "heap-js-ret-item,%s"; 1091 msg.Append("heap-js-prod-item,%s", constructor); [all...] |
/external/webkit/Source/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/llvm/docs/ |
GarbageCollection.html | 41 <li><a href="#barriers">Reading and writing references in the heap</a> 67 <li><a href="#gcdescriptors">Tracing GC pointers from heap 90 having to know the lifetimes of heap objects, making software easier to produce 111 machine is a pointer, it cannot move live objects in the heap (preventing the 170 <li>Write barriers when storing object references to the heap. These are 185 the runtime. These are used to crawl the heap for object 213 heap.<ol> 220 within heap objects.</li> 326 /// might copy them to another heap or generation. 430 variable references an object on the heap and is to be tracked for garbag [all...] |
/bionic/libc/bionic/ |
dlmalloc.h | 182 Returns the number of bytes that the heap is allowed to obtain 195 Set the maximum number of bytes that the heap is allowed to 199 is larger than the current footprint, the heap will never grow 201 is smaller than the current footprint, the heap will not grow 207 TODO: try to force the heap to give up memory in the shrink case, 420 Calls the provided handler on each free region in the heap. The 435 heap. The handler will receive the chunk pointer and length, the
|
/external/valgrind/main/exp-dhat/docs/ |
dh-manual.xml | 8 xreflabel="DHAT: a dynamic heap analysis tool"> 9 <title>DHAT: a dynamic heap analysis tool</title> 20 <para>DHAT is a tool for examining how programs use their heap 57 of heap, even if it is not held onto for very long</para></listitem> 71 <para>As with the Massif heap profiler, DHAT measures program progress 86 <para>DHAT provides a lot of useful information on dynamic heap usage. 134 data just before it exits. Hence the program's heap grows constantly
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPNode.c | 145 memory for Node heap */ 153 "node heap profile \n")); 158 /* allocate heap memory */ 159 /* Make heap size multiple of page size * */ 165 ("DSPNodeAllocate: Node heap memory" 533 /* Free any node heap memory */ 536 "Freeing Node heap addr \n")));
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 41 // Return the pointer to the allocated already tagged as a heap object. 205 // Compare object type for heap object. 214 // (object is known to be a heap object) 229 // Check if a heap object's type is in the JSObject range, not including 284 // Assumes input is a heap object. 287 // Assumes input is a heap number. Jumps on things out of range. Also jumps 343 // and result_end have not yet been tagged as heap objects. If 377 // Allocate a heap number in new space with undefined value. The 716 and_(scratch, isolate()->heap()->NewSpaceMask()); [all...] |
lithium-codegen-ia32.h | 74 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 71 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 73 Heap* heap() const { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
|
/external/valgrind/main/docs/html/ |
manual-intro.html | 54 <li class="listitem"><p><span class="command"><strong>Massif</strong></span> is a heap profiler. It helps you 56 <li class="listitem"><p><span class="command"><strong>DHAT</strong></span> is a different kind of heap 59 <li class="listitem"><p><span class="command"><strong>Ptrcheck</strong></span> is an experimental heap, stack and
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
copyForwardingHeaders.cmd | 11 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap" 80 xcopy /y /d "%ProjectDir%..\ForwardingHeaders\heap\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap"
|
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerMemoryClassTest.java | 31 * application that attempts to allocate memory on the heap.
|
/dalvik/dx/etc/ |
dx | 56 # By default, give dx a max heap size of 1 gig. This can be overridden
|
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:
|