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

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
vm-state-inl.h 78 isolate_->heap()->Protect();
81 isolate_->heap()->Unprotect();
110 isolate_->heap()->Unprotect();
113 isolate_->heap()->Protect();
runtime.cc 109 Heap* heap = isolate->heap();
111 { MaybeObject* maybe_result = heap->CopyJSObject(boilerplate);
142 heap->AllocateFixedArray(copy->NumberOfLocalProperties(NONE));
178 if (elements->map() == heap->fixed_cow_array_map()) {
235 return isolate->heap()->CopyJSObject(boilerplate);
414 (elements->map() == isolate->heap()->fixed_cow_array_map());
508 if (*boilerplate == isolate->heap()->undefined_value()) {
534 if (*boilerplate == isolate->heap()->undefined_value())
811 Heap* heap = isolate->heap(); local
1711 Heap* heap = isolate->heap(); local
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hsg.c 2 /* A simple test to demonstrate heap, stack, and global overrun
  /external/valgrind/main/massif/tests/
alloc-fns-B.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out
ignored.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=ignore1 --ignore-fn=ignore2 --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)
42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
long-names.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --detailed-freq=3 --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)
41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /external/webkit/Source/JavaScriptCore/
GNUmakefile.list.am 90 Source/JavaScriptCore/heap/ConservativeRoots.cpp \
91 Source/JavaScriptCore/heap/ConservativeRoots.h \
92 Source/JavaScriptCore/heap/Handle.h \
93 Source/JavaScriptCore/heap/HandleHeap.cpp \
94 Source/JavaScriptCore/heap/HandleHeap.h \
95 Source/JavaScriptCore/heap/HandleStack.cpp \
96 Source/JavaScriptCore/heap/HandleStack.h \
97 Source/JavaScriptCore/heap/Heap.cpp \
98 Source/JavaScriptCore/heap/Heap.h
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSCSSRuleCustom.cpp 55 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), parentStyleSheet);
58 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), parentRule);
JSCSSRuleListCustom.cpp 40 JSGlobalData& globalData = *Heap::heap(this)->globalData();
JSStyleSheetCustom.cpp 60 JSGlobalData& globalData = *Heap::heap(this)->globalData();
JSWebKitAnimationListCustom.cpp 40 JSGlobalData& globalData = *Heap::heap(this)->globalData();
JSXMLHttpRequestUploadCustom.cpp 49 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), xmlHttpRequest);
  /frameworks/base/build/
phone-hdpi-512-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard high density
phone-hdpi-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard high density phone.
phone-xhdpi-1024-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard tablet device.
tablet-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard tablet device.
  /external/v8/test/mjsunit/regress/
regress-1129.js 28 // Flags: --verify-heap --expose-gc
43 // Trigger a heap validation.
  /external/valgrind/main/memcheck/tests/
noisy_child.stderr.exp 16 HEAP SUMMARY:
18 total heap usage: ... allocs, ... frees, ... bytes allocated
partial_load_ok.stderr.exp 21 HEAP SUMMARY:
23 total heap usage: ... allocs, ... frees, ... bytes allocated
partial_load_ok.stderr.exp64 21 HEAP SUMMARY:
23 total heap usage: ... allocs, ... frees, ... bytes allocated
  /frameworks/base/libs/binder/
MemoryBase.cpp 28 MemoryBase::MemoryBase(const sp<IMemoryHeap>& heap,
30 : mSize(size), mOffset(offset), mHeap(heap)
MemoryHeapPmem.cpp 41 MemoryHeapPmem::MemoryPmem::MemoryPmem(const sp<MemoryHeapPmem>& heap)
42 : BnMemory(), mClientHeap(heap)
56 SubRegionMemory(const sp<MemoryHeapPmem>& heap, ssize_t offset, size_t size);
66 SubRegionMemory::SubRegionMemory(const sp<MemoryHeapPmem>& heap,
68 : MemoryHeapPmem::MemoryPmem(heap), mSize(size), mOffset(offset)
79 int our_fd = heap->heapID();
112 const sp<MemoryHeapPmem>& heap(getHeap());
113 int our_fd = heap->heapID();
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block.h 40 /* Create a heap based copy of a Block or simply add a reference to an existing one.
46 /* Lose the reference, and if heap based and last reference, recover the memory. */
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDiffSnapshot.java 17 package com.android.ddmuilib.heap;
27 * Models a heap snapshot that is the difference between two snapshots.
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.h 31 class Heap;
50 Heap* heap() const;
97 Heap* m_heap;
122 inline Heap* MarkedBlock::heap() const function in class:JSC::MarkedBlock

Completed in 369 milliseconds

1 2 3 4 5 6 7 891011>>