/system/core/debuggerd/ |
crasher.c | 149 } else if (!strcmp(arg, "heap-usage")) { 157 fprintf(stderr, " heap-corruption cause a libc abort by corrupting the heap\n"); 158 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n");
|
/external/v8/src/ |
elements.cc | 126 static Failure* ThrowArrayLengthRangeError(Heap* heap) { 127 HandleScope scope(heap->isolate()); 128 return heap->isolate()->Throw( 129 *heap->isolate()->factory()->NewRangeError("invalid_array_length", 141 ASSERT(to->map() != HEAP->fixed_cow_array_map()); 169 Heap* heap = from->GetHeap(); local 170 if (!heap->InNewSpace(to)) { 171 heap->RecordWrites(to->address() 187 Heap* heap = from->GetHeap(); local 272 Heap* heap = from->GetHeap(); local 692 Heap* heap = obj->GetHeap(); local 1022 Heap* heap = array->GetHeap(); local 1064 Heap* heap = isolate->heap(); local [all...] |
objects-inl.h | 42 #include "heap.h" 579 Heap* heap = map->GetHeap(); local 580 return (map == heap->function_context_map() || 581 map == heap->catch_context_map() || 582 map == heap->with_context_map() || 583 map == heap->global_context_map() || 584 map == heap->block_context_map()); 840 ASSERT(HEAP->IsAllocationAllowed()); 874 #define WRITE_BARRIER(heap, object, offset, value) 1120 Heap* heap = local 1241 Heap* heap = GetHeap(); local 1752 Heap* heap = GetHeap(); local 1777 Heap* heap = array->GetHeap(); local 3363 Heap* heap = GetHeap(); local [all...] |
mark-compact-inl.h | 48 sweep_precisely_ = ((flags & Heap::kSweepPreciselyMask) != 0); 49 reduce_memory_footprint_ = ((flags & Heap::kReduceMemoryFootprintMask) != 0); 51 ((flags & Heap::kAbortIncrementalMarkingMask) != 0);
|
serialize.cc | 332 "Heap::roots_array_start()"); 363 "Heap::NewSpaceStart()"); 367 "Heap::NewSpaceMask()"); 371 "Heap::always_allocate_scope_depth()"); 375 "Heap::NewSpaceAllocationLimitAddress()"); 379 "Heap::NewSpaceAllocationTopAddress()"); 669 // Don't GC while deserializing - just expand the heap. 683 isolate_->heap()->IterateStrongRoots(this, VISIT_ONLY_STRONG); 684 isolate_->heap()->IterateWeakRoots(this, VISIT_ALL); 686 isolate_->heap()->set_global_contexts_list 1247 Heap* heap = HEAP; local [all...] |
/external/chromium_org/v8/test/cctest/ |
test-serialize.cc | 261 internal_isolate->heap()->CollectAllGarbage(Heap::kNoGCFlags, "serialize"); 266 // Test that the whole heap can be serialized. 276 // Test that heap serialization is non-destructive. 288 // Tests that the heap can be deserialized. 299 CcTest::heap()->Verify(); 303 CHECK(CcTest::heap()->string_table()->IsStringTable()); 381 Heap* heap = isolate->heap(); local 532 Heap* heap = isolate->heap(); local [all...] |
/art/test/061-out-of-memory/src/ |
Main.java | 50 // Just shy of the typical max heap size so that it will actually 75 /* Allocate progressively smaller objects to fill up the entire heap. 105 "OutOfMemoryError not thrown while filling heap");
|
/dalvik/hit/src/com/android/hit/ |
Heap.java | 22 public class Heap { 44 // The super-state that this heap is part of 47 public Heap(String name) {
|
/dalvik/tests/061-out-of-memory/src/ |
Main.java | 50 // Just shy of the typical max heap size so that it will actually 75 /* Allocate progressively smaller objects to fill up the entire heap. 105 "OutOfMemoryError not thrown while filling heap");
|
/dalvik/vm/alloc/ |
Verify.cpp | 48 ALOGD("Found %p in the heap @ %p", arg, obj); 68 * Searches the roots and heap for object references. 127 * Verifies the object references in a heap bitmap. Assumes the VM is
|
/dalvik/vm/native/ |
java_lang_Runtime.cpp | 110 * Returns GC heap max memory in bytes. 120 * Returns GC heap total memory in bytes. 131 * Returns GC heap free memory in bytes.
|
/external/chromium_org/chrome/browser/extensions/updater/ |
request_queue_impl.h | 101 // now last/formerly first element) forms a proper heap. After pop_heap 102 // [begin, end-1) is a valid heap, and *(end - 1) contains the element that 103 // used to be at the top of the heap. Since no elements are actually
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
heap_snapshot_taker.cc | 33 status4 = Status(kUnknownError, "heap snapshot not in JSON format"); 51 return Status(kUnknownError, "unexpected heap snapshot was triggered"); 83 LOG(WARNING) << "multiple heap snapshot triggered";
|
/external/chromium_org/content/public/common/ |
child_process_host.h | 57 // heap against execution. Normally, heap pages may be made executable 59 // for processes that may host plug-ins that expect an executable heap
|
/external/chromium_org/third_party/sqlite/src/test/ |
capi3b.test | 25 # soft-heap-limit is set too low. So disable the soft heap limit 144 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
TODO | 1 * Get heap-profile-table.cc using DeleteMatchingFiles 2 * Get heap-profile-table.cc using FillProcSelfMaps, DumpProcSelfMaps 61 Microsoft has somee built-in routines for heap-checking:
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
Makefile.am | 116 src/google/heap-checker.h \ 117 src/google/heap-profiler.h \ 311 # By default, MallocHook takes stack traces for use by the heap-checker. [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
TODO | 1 * Get heap-profile-table.cc using DeleteMatchingFiles 2 * Get heap-profile-table.cc using FillProcSelfMaps, DumpProcSelfMaps 61 Microsoft has somee built-in routines for heap-checking:
|
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
heapmm.h | 16 /* External header file for Heap Memory Manager. See documentation in 83 /* Heap descriptor. */ 96 ** (where heap_desc is a pointer to a heap descriptor). This trick
|
/external/valgrind/main/ |
README | 25 branch-prediction profiler, and a heap profiler. It also includes 26 three experimental tools: a heap/stack/global array overrun detector, 27 a different kind of heap profiler, and a SimPoint basic block vector
|
/external/valgrind/main/docs/internals/ |
performance.txt | 24 as they were accessed. This sped up perf/heap by 25--50%, and some big 28 in perf/heap on a 3GHz Prescott P4. 30 end. Saved 7% on perf/heap with --num-callers=50, and about 1% on
|
/external/valgrind/main/massif/tests/ |
Makefile.am | 27 no-stack-no-heap.post.exp no-stack-no-heap.stderr.exp no-stack-no-heap.vgtest \
|
no-stack-no-heap.post.exp | 3 Massif arguments: --stacks=no --heap=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
one.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
one.post.exp2 | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|