HomeSort by relevance Sort by last modified time
    Searched defs:heap (Results 101 - 125 of 211) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/base/core/jni/
android_hardware_Camera.cpp 232 sp<IMemoryHeap> heap = dataPtr->getMemory(&offset, &size); local
234 uint8_t *heapBase = (uint8_t*)heap->base();
265 ALOGE("image heap is NULL");
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 26 #include "alloc/Heap.h"
40 /* How long to wait after a GC before performing a heap trim
62 struct Heap {
67 /* The largest size that this heap is allowed to grow to.
87 * The lowest address of this heap, inclusive.
92 * The highest address of this heap, exclusive.
97 * If the heap has an mspace, the current high water mark in
104 /* Target ideal heap utilization ratio; range 1..HEAP_UTILIZATION_MAX
108 /* The starting heap size.
112 /* The largest that the heap source as a whole is allowed to grow
260 const Heap *const heap = &hs->heaps[i]; local
334 Heap* heap = NULL; local
425 Heap heap; local
778 Heap *const heap = &hs->heaps[i]; local
803 Heap *const heap = &hs->heaps[i]; local
923 Heap* heap = hs2heap(hs); local
1023 Heap* heap = hs2heap(hs); local
1080 Heap* heap = ptr2heap(gHs, *ptrs); local
1139 Heap *heap = ptr2heap(hs, obj); local
1161 Heap* heap = ptr2heap(gHs, ptr); local
1385 Heap* heap = hs2heap(hs); local
1454 Heap *heap = &hs->heaps[i]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Toolbar.js 122 "heap-profiler": true,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 311 PageHeap::Stats pageheap; // Stats from page heap
383 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n"
434 // append page heap info
567 // the page heap releases at the span granularity, and spans are of wildly
596 "%warn This heap profile does not have any data in it, because\n"
597 "%warn the application was run with heap sampling turned off.\n"
1079 ThreadCache* heap = ThreadCache::GetCache(); local
1150 ThreadCache* heap = GetCacheIfPresent(); local
1289 ThreadCache* heap = ThreadCache::GetCache(); local
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 89 // HeapEntry instances represent an entity from the heap (or a special
155 // HeapSnapshot represents a single heap snapshot. It is stored in
157 // HeapSnapshots. All HeapSnapshots share strings copied from JS heap
222 explicit HeapObjectsMap(Heap* heap);
224 Heap* heap() const { return heap_; } function in class:v8::internal::HeapObjectsMap
273 Heap* heap_;
281 explicit HeapSnapshotsCollection(Heap* heap);
284 Heap* heap() const { return ids_.heap(); } function in class:v8::internal::HeapSnapshotsCollection
    [all...]
objects-debug.cc 233 CHECK(HEAP->Contains(HeapObject::cast(p)));
340 CHECK(!HEAP->InNewSpace(this));
344 instance_size() < HEAP->Capacity()));
526 CHECK(!HEAP->InNewSpace(this));
618 CHECK(number == HEAP->nan_value());
1045 Heap* heap = HEAP; local
1047 if (e->get(i) == heap->the_hole_value()) holes++;
    [all...]
serialize.cc 334 "Heap::roots_array_start()");
365 "Heap::NewSpaceStart()");
369 "Heap::NewSpaceMask()");
373 "Heap::always_allocate_scope_depth()");
377 "Heap::NewSpaceAllocationLimitAddress()");
381 "Heap::NewSpaceAllocationTopAddress()");
538 "Heap::NewSpaceAllocationTopAddress");
542 "Heap::NewSpaceAllocationLimitAddress");
551 "Heap::OldPointerSpaceAllocationTopAddress");
556 "Heap::OldPointerSpaceAllocationLimitAddress")
1397 Heap* heap = HEAP; local
    [all...]
assembler.cc 1180 Heap* heap = isolate->heap(); local
    [all...]
bootstrapper.cc 82 Heap* heap = isolate_->heap(); local
83 if (heap->natives_source_cache()->get(index)->IsUndefined()) {
92 heap->natives_source_cache()->set(index, *source_code);
94 Handle<Object> cached_source(heap->natives_source_cache()->get(index),
164 Heap* heap() const { return isolate_->heap(); } function in class:BASE_EMBEDDED
659 Heap* heap = context->GetIsolate()->heap() local
849 Heap* heap = isolate->heap(); local
    [all...]
builtins.cc 37 #include "heap-profiler.h"
190 return isolate->heap()->undefined_value(); // Make compiler happy.
195 return isolate->heap()->undefined_value();
203 Heap* heap = isolate->heap(); local
245 MaybeObject* maybe_obj = heap->AllocateJSObject(constructor);
284 static void FillWithHoles(Heap* heap, FixedArray* dst, int from, int to) {
285 ASSERT(dst->map() != heap->fixed_cow_array_map())
462 Heap* heap = isolate->heap(); local
577 Heap* heap = isolate->heap(); local
608 Heap* heap = isolate->heap(); local
659 Heap* heap = isolate->heap(); local
726 Heap* heap = isolate->heap(); local
859 Heap* heap = isolate->heap(); local
1066 Heap* heap = isolate->heap(); local
1225 Heap* heap = isolate->heap(); local
1308 Heap* heap = isolate->heap(); local
1723 Heap* heap = isolate->heap(); local
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1138 HeapSpaceRegion *heap; member in class:clang::ento::MemRegionManager
    [all...]
  /external/v8/src/arm/
ic-arm.cc 101 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
328 __ LoadRoot(ip, Heap::kFixedArrayMapRootIndex);
344 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
428 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
431 __ LoadRoot(ip, Heap::kFalseValueRootIndex);
609 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
644 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
766 Heap* heap = masm->isolate()->heap(); local
    [all...]
  /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...]
frames.cc 454 // into the heap to determine the state. This is safe as long
473 return HEAP->raw_unchecked_js_entry_code();
496 return HEAP->raw_unchecked_js_construct_entry_code();
709 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
764 v8::internal::Isolate::Current()->heap()->FindCodeObject(pc));
1303 Heap* heap = isolate_->heap(); local
    [all...]
mark-compact.h 37 // Callback function, returns whether an object is alive. The heap size
51 explicit Marking(Heap* heap)
52 : heap_(heap) {
164 Heap* heap_;
196 // heap.
271 // - Typed slots are expected to contain an encoded pointer to a heap
307 void UpdateSlots(Heap* heap);
309 void UpdateSlotsWithFilter(Heap* heap)
468 inline Heap* heap() const { return heap_; } function in class:v8::internal::MarkCompactCollector
    [all...]
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/v8/src/ia32/
ic-ia32.cc 374 Heap* heap = masm->isolate()->heap(); local
390 Handle<Map> arguments_map(heap->non_strict_arguments_elements_map());
432 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map());
    [all...]
  /external/v8/src/x64/
ic-x64.cc 95 Heap::kHashTableMapRootIndex);
335 Heap::kFixedArrayMapRootIndex);
350 __ CompareRoot(scratch, Heap::kTheHoleValueRootIndex);
432 Heap::kHashTableMapRootIndex);
454 Heap::kHashTableMapRootIndex);
693 __ CompareRoot(rdi, Heap::kFixedArrayMapRootIndex);
701 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
728 __ CompareRoot(rdi, Heap::kFixedArrayMapRootIndex);
755 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
769 __ CompareRoot(r9, Heap::kHeapNumberMapRootIndex)
1159 Heap* heap = masm->isolate()->heap(); local
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 838 MemoryHeapBase *heap; local
1439 sp<MemoryHeapBase> heap; local
1548 sp<MemoryHeapBase> heap; local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /art/compiler/driver/
compiler_driver.cc 768 gc::Heap* heap = Runtime::Current()->GetHeap(); local
771 heap->FlushAllocStack();
772 heap->GetLiveBitmap()->Walk(FindClinitImageClassesCallback, this);
    [all...]
  /art/oatdump/
oatdump.cc 750 gc::Heap* heap = Runtime::Current()->GetHeap(); local
751 const std::vector<gc::space::ContinuousSpace*>& spaces = heap->GetContinuousSpaces();
755 heap->FlushAllocStack();
771 heap->GetLargeObjectsSpace()->GetLiveObjects()->Walk(ImageDumper::Callback, this);
1460 gc::Heap* heap = Runtime::Current()->GetHeap(); local
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 32 #include "gc/heap.h"
109 // being sorted by Heap::AddContinuousSpace.
131 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
132 : GarbageCollector(heap,
325 // Before freeing anything, lets verify the heap.
769 VLOG(heap) << "Parallel scanning cards " << reinterpret_cast<void*>(begin_) << " - "
811 // Calculate how many bytes of heap we will scan,
839 VLOG(heap) << "Scanning space cards " << reinterpret_cast<void*>(space->Begin()) << " - "
1046 Heap* heap = GetHeap(); local
1116 Heap* heap = mark_sweep->GetHeap(); local
1134 Heap* heap = context->mark_sweep->GetHeap(); local
1623 Heap* heap = GetHeap(); local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp 205 SkBitmapHeap* heap = SkNEW(SkBitmapHeap); local
206 deepCopyInfo->controller.setBitmapStorage(heap);
207 heap->unref();
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 320 PageHeap::Stats pageheap; // Stats from page heap
408 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n"
462 // append page heap info
595 // the page heap releases at the span granularity, and spans are of wildly
624 "%warn This heap profile does not have any data in it, because\n"
625 "%warn the application was run with heap sampling turned off.\n"
1094 ThreadCache* heap = ThreadCache::GetCache(); local
1185 ThreadCache* heap = GetCacheIfPresent(); local
1331 ThreadCache* heap = ThreadCache::GetCache(); local
    [all...]

Completed in 2023 milliseconds

1 2 3 45 6 7 8 9