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

<<11121314151617181920>>

  /external/qemu/distrib/zlib-1.2.3/
deflate.h 46 /* maximum heap size */
203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state
204 int heap_len; /* number of elements in the heap */
206 /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.
207 * The same heap array is used to build all trees.
  /external/v8/src/
objects-debug.cc 181 ASSERT(HEAP->Contains(HeapObject::cast(p)));
251 ASSERT(!HEAP->InNewSpace(this));
255 instance_size() < HEAP->Capacity()));
318 CHECK(!HEAP->InNewSpace(this));
382 ASSERT(number == HEAP->nan_value());
593 Heap* heap = HEAP; local
595 if (e->get(i) == heap->the_hole_value()) holes++;
heap-profiler.cc 30 #include "heap-profiler.h"
75 if (fine_grain && (constructor == HEAP->Object_symbol() ||
76 constructor == HEAP->Array_symbol())) {
82 return JSObjectsCluster(HEAP->String_symbol());
115 if (obj->properties() != HEAP->empty_fixed_array()) {
118 if (obj->elements() != HEAP->empty_fixed_array()) {
407 HEAP->CollectAllGarbage(true);
413 HEAP->CollectAllGarbage(true);
706 HEAP->IterateRoots(&extractor, VISIT_ONLY_STRONG);
784 LOG(isolate, HeapSampleBeginEvent("Heap", "allocated"))
    [all...]
func-name-inferrer.cc 49 if (IsOpen() && !HEAP->prototype_symbol()->Equals(*name)) {
56 if (IsOpen() && !HEAP->result_symbol()->Equals(*name)) {
  /external/zlib/
deflate.h 46 /* maximum heap size */
203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state
204 int heap_len; /* number of elements in the heap */
206 /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.
207 * The same heap array is used to build all trees.
  /external/grub/stage2/
stage2.c 240 char *heap, int entryno)
525 ((int) heap) - ((int) cur_entry));
530 heap += 2;
541 ((int) heap) - ((int) ptr));
542 heap -= (((int) ptr) - ((int) cur_entry));
636 new_heap = heap;
644 new_heap = heap + NEW_HEAPSIZE + 1;
662 run_menu (heap, NULL, new_num_entries, new_heap, 0);
668 new_heap = heap + NEW_HEAPSIZE + 1;
692 (int) heap - ((int) cur_entry + i))
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 131 __ PushRoot(Heap::kUndefinedValueRootIndex);
133 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
237 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
254 __ LoadRoot(rax, Heap::kUndefinedValueRootIndex);
268 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
358 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
363 Heap::RootListIndex index) const {
369 Heap::RootListIndex index) const {
374 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
379 if (index == Heap::kUndefinedValueRootIndex |
    [all...]
code-stubs-x64.cc 50 Heap::kHeapNumberMapRootIndex);
84 __ LoadRoot(rbx, Heap::kEmptyFixedArrayRootIndex);
85 __ LoadRoot(rcx, Heap::kTheHoleValueRootIndex);
86 __ LoadRoot(rdi, Heap::kUndefinedValueRootIndex);
111 __ PushRoot(Heap::kFalseValueRootIndex);
128 __ LoadRoot(kScratchRegister, Heap::kContextMapRootIndex);
144 __ LoadRoot(rbx, Heap::kUndefinedValueRootIndex);
178 __ CompareRoot(rcx, Heap::kUndefinedValueRootIndex);
183 Heap::RootListIndex expected_map_index;
186 expected_map_index = Heap::kFixedArrayMapRootIndex
    [all...]
  /external/valgrind/main/massif/tests/
peak2.stderr.exp 99 Massif: heap allocs: 40
100 Massif: heap reallocs: 0
101 Massif: heap frees: 20
102 Massif: ignored heap allocs: ...
103 Massif: ignored heap frees: ...
104 Massif: ignored heap reallocs: ...
null.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2011-02-16 266 New heap for global handles.
307 * runtime/Heap.cpp:
308 (JSC::Heap::Heap):
309 (JSC::Heap::destroy):
310 (JSC::Heap::markRoots):
311 * runtime/Heap.h:
312 (JSC::Heap::allocateGlobalHandle):
313 (JSC::Heap::reportExtraMemoryCost):
602 A little more encapsulation for the heap: Removed CollectorHeapIterato
    [all...]
  /dalvik/vm/alloc/
HeapBitmap.h 67 * from this heap. I.e., the highest address that may correspond
82 * enough to cover a heap at <base> of <maxSize> bytes, where
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 8 For the most part the library can get by with around 20KB of stack and about 32KB of heap even if you use the
10 and no heap.
  /external/icu4c/test/cintltst/
hpmufn.c 78 * Test Heap Functions.
79 * Implemented on top of the standard malloc heap.
81 * offset up by 8 to 16, which should cause a good heap corruption if one of our "blocks"
171 /* Doing ICU operations should cause allocations to come through our test heap */
177 log_err("Heap functions are not being called from ICU.\n");
181 /* Cleanup should put the heap back to its default implementation. */
191 /* ICU operations should no longer cause allocations to come through our test heap */
197 log_err("Heap functions did not reset after u_cleanup.\n");
  /external/v8/test/cctest/
cctest.status 85 test-heap: SKIP
86 test-heap-profiler: SKIP
  /external/v8/tools/visual_studio/
README.txt 19 Executable v8_mksnapshot.exe for building a heap snapshot from a running V8.
28 V8 library containing all the V8 and JavaScript library code embedded as a heap
  /external/valgrind/main/include/
pub_tool_mallocfree.h 39 // --profile-heap=yes is specified.
46 // Returns the usable size of a heap-block. It's the asked-for size plus
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLCanvasElementCustom.cpp 48 JSGlobalData& globalData = *Heap::heap(this)->globalData();
JSMessagePortCustom.cpp 50 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), entangledPort);
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_priv.h 55 // plugin. Plugins load inside of a DLL. Each DLL has it's own heap. If
57 // heap instantly become invalid. Normally, when WebKit drops the reference
  /external/webkit/Source/WebKit/win/
WebJavaScriptCollector.cpp 30 #include <JavaScriptCore/Heap.h>
115 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.objectCount();
  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.h 31 * JavaScriptCore heap at this time.
37 * - Garbage collector heap bytes (in use or committed)
  /frameworks/base/docs/html/guide/developing/debugging/
debugging-projects.jd 57 <li>Heap - Shows heap usage for a VM.</li>
  /frameworks/base/tools/preload/
PrintCsv.java 63 + ",Managed Heap (B)"
64 + ",Native Heap (B)"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 38 * Contains an implementation class for a binomial heap.
42 * Binomial heap.

Completed in 788 milliseconds

<<11121314151617181920>>