Searched refs:heap (Results 226 - 250 of 511) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java63 * <a href="http://portal.acm.org/citation.cfm?id=6621">min-max heap</a>
65 * it stores elements in a single array, as compact as the traditional heap data
278 // Adds the element to the end of the heap and bubbles it up to the correct
372 * <p>Occasionally, in order to maintain the heap invariant, it must swap a
375 * first one is the element that was previously at the end of the heap and is
411 Heap heap = heapForIndex(index);
413 // with the last element of the heap, toTrickle.
414 // Since the last element of the heap is from the bottom level, we
419 int vacated = heap.fillHoleAt(index);
421 int bubbledTo = heap
[all...]
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DMinMaxPriorityQueueBenchmark.java45 @Param private HeapType heap; field in class:MinMaxPriorityQueueBenchmark
52 queue = heap.create(comparator.get());
/external/libdrm/tests/amdgpu/
H A Damdgpu_test.h166 unsigned alignment, unsigned heap, uint64_t flags,
178 request.preferred_heap = heap;
165 amdgpu_bo_alloc_and_map(amdgpu_device_handle dev, unsigned size, unsigned alignment, unsigned heap, uint64_t flags, amdgpu_bo_handle *bo, void **cpu, uint64_t *mc_address, amdgpu_va_handle *va_handle) argument
/external/v8/src/extensions/
H A Dexternalize-string-extension.cc102 isolate->heap()->RegisterExternalString(*string);
113 isolate->heap()->RegisterExternalString(*string);
/external/v8/src/heap/
H A Dstore-buffer.h13 #include "src/heap/remembered-set.h"
14 #include "src/heap/slot-set.h"
36 explicit StoreBuffer(Heap* heap);
155 Heap* heap() { return heap_; } function in class:v8::internal::StoreBuffer
/external/v8/src/profiler/
H A Dstrings-storage.cc21 StringsStorage::StringsStorage(Heap* heap) argument
22 : hash_seed_(heap->HashSeed()), names_(StringsMatch) {}
H A Dallocation-tracker.cc9 #include "src/profiler/heap-snapshot-generator-inl.h"
223 Heap* heap = ids_->heap(); local
225 // Mark the new block as FreeSpace to make sure the heap is iterable
227 heap->CreateFillerObjectAt(addr, size, ClearRecordedSlots::kNo);
229 Isolate* isolate = heap->isolate();
275 // Converting start offset into line and column may cause heap
/external/v8/src/runtime/
H A Druntime-atomics.cc380 return isolate->heap()->undefined_value();
412 return isolate->heap()->undefined_value();
444 return isolate->heap()->undefined_value();
476 return isolate->heap()->undefined_value();
508 return isolate->heap()->undefined_value();
540 return isolate->heap()->undefined_value();
572 return isolate->heap()->undefined_value();
581 return isolate->heap()->ToBoolean(AtomicIsLockFree(usize));
H A Druntime-futex.cc80 return isolate->heap()->undefined_value();
H A Druntime-scopes.cc72 if (!maybe.IsJust()) return isolate->heap()->exception();
79 if (is_var) return isolate->heap()->undefined_value();
129 return isolate->heap()->undefined_value();
184 return isolate->heap()->undefined_value();
293 if (is_var) return isolate->heap()->undefined_value();
299 return isolate->heap()->undefined_value();
330 return isolate->heap()->undefined_value();
429 parameter_map->set_map(isolate->heap()->sloppy_arguments_elements_map());
688 if (!maybe.IsJust()) return isolate->heap()->exception();
702 return isolate->heap()
[all...]
/external/valgrind/helgrind/tests/
H A Dshmem_abits.c19 If heap, check that one byte before and after is unaccessible */
20 static void check (int testline, void *p, int len, unsigned char access, int heap) argument
37 if (heap) {
77 /* Basic test for an heap object */
78 fprintf(stderr, "basic heap test\n");
94 /* Now shake the heap, to verify various sizes */
95 fprintf(stderr, "doing many heap blocks\n");
115 fprintf(stderr, "random heap free and checks\n");
/external/valgrind/memcheck/tests/
H A Dbadjump.stderr.exp20 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-autofreepool-5.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dnoisy_child.stderr.exp24 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dpartial_load_dflt.stderr.exp23 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dpartial_load_ok.stderr.exp23 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/valgrind/memcheck/tests/darwin/
H A Daio.stderr.exp19 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/valgrind/memcheck/tests/solaris/
H A Dbrk.stderr.exp18 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dsyscall_at.stderr.exp19 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
/external/v8/src/
H A Dbackground-parsing-task.cc37 info->set_hash_seed(isolate->heap()->HashSeed());
H A Dfutex-emulation.cc88 return isolate->heap()->not_equal();
161 result = isolate->heap()->ok();
169 result = isolate->heap()->timed_out();
/external/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc87 return isolate->heap()->ToBoolean(arg->IsJSArrayBufferView());
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c478 struct pb_slab *amdgpu_bo_slab_alloc(void *priv, unsigned heap, argument
491 if (heap & 1)
493 if (heap & 2)
496 switch (heap >> 2) {
683 unsigned heap = 0; local
686 heap |= 1;
688 heap |= 2;
694 heap |= 0 * 4;
697 heap |= 1 * 4;
700 heap |
[all...]
/external/syslinux/gpxe/src/core/
H A Dmalloc.c85 /** The heap itself */
86 static char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) ))); variable
135 * the heap).
149 * the very start of the heap.
359 * Initialise the heap
363 mpopulate ( heap, sizeof ( heap ) );
/external/v8/src/debug/
H A Ddebug-coverage.cc78 // Iterate the heap to find all feedback vectors and accumulate the
80 HeapIterator heap_iterator(isolate->heap());
148 HeapIterator heap_iterator(isolate->heap());
164 isolate->SetCodeCoverageList(isolate->heap()->undefined_value());

Completed in 626 milliseconds

1234567891011>>