/external/v8/src/heap/ |
D | objects-visiting-inl.h | 220 Heap* heap, HeapObject* object, Address entry_address) { in VisitCodeEntry() 230 Heap* heap, RelocInfo* rinfo) { in VisitEmbeddedPointer() 245 void StaticMarkingVisitor<StaticVisitor>::VisitCell(Heap* heap, in VisitCell() 258 void StaticMarkingVisitor<StaticVisitor>::VisitDebugTarget(Heap* heap, in VisitDebugTarget() 270 void StaticMarkingVisitor<StaticVisitor>::VisitCodeTarget(Heap* heap, in VisitCodeTarget() 292 Heap* heap, RelocInfo* rinfo) { in VisitCodeAgeSequence() 313 Heap* heap = map->GetHeap(); in VisitMap() local 336 Heap* heap = map->GetHeap(); in VisitWeakCell() local 365 Heap* heap = array->GetHeap(); in VisitTransitionArray() local 378 Heap* heap = map->GetHeap(); in VisitTransitionArray() local [all …]
|
D | incremental-marking-job.cc | 17 void IncrementalMarkingJob::Start(Heap* heap) { in Start() 24 void IncrementalMarkingJob::ScheduleTask(Heap* heap) { in ScheduleTask() 33 void IncrementalMarkingJob::Task::Step(Heap* heap) { in Step() 45 Heap* heap = isolate()->heap(); in RunInternal() local
|
D | scavenger.h | 19 explicit Scavenger(Heap* heap) : heap_(heap) {} in Scavenger() 40 Heap* heap() { return heap_; } in heap() function 52 explicit ScavengeVisitor(Heap* heap) : heap_(heap) {} in ScavengeVisitor()
|
D | scavenge-job.cc | 20 Heap* heap = isolate()->heap(); in RunInternal() local 80 void ScavengeJob::RescheduleIdleTask(Heap* heap) { in RescheduleIdleTask() 90 void ScavengeJob::ScheduleIdleTaskIfNeeded(Heap* heap, int bytes_allocated) { in ScheduleIdleTaskIfNeeded() 101 void ScavengeJob::ScheduleIdleTask(Heap* heap) { in ScheduleIdleTask()
|
D | mark-compact.cc | 49 MarkCompactCollector::MarkCompactCollector(Heap* heap) in MarkCompactCollector() 70 explicit VerifyMarkingVisitor(Heap* heap) : heap_(heap) {} in VerifyMarkingVisitor() 102 static void VerifyMarking(Heap* heap, Address bottom, Address top) { in VerifyMarking() 153 static void VerifyMarking(Heap* heap) { in VerifyMarking() 215 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation() 226 static void VerifyEvacuation(Heap* heap) { in VerifyEvacuation() 1073 Heap* heap = isolate_->heap(); in IteratePointersToFromSpace() local 1092 INLINE(static void VisitPointer(Heap* heap, HeapObject* object, Object** p)) { in INLINE() 1096 INLINE(static void VisitPointers(Heap* heap, HeapObject* object, in INLINE() 1111 INLINE(static void MarkObject(Heap* heap, HeapObject* object)) { in INLINE() [all …]
|
D | scavenger-inl.h | 40 SlotCallbackResult Scavenger::CheckAndScavengeObject(Heap* heap, in CheckAndScavengeObject() 65 void StaticScavengeVisitor::VisitPointer(Heap* heap, HeapObject* obj, in VisitPointer()
|
D | scavenger.cc | 95 static void RecordCopiedObject(Heap* heap, HeapObject* obj) { in RecordCopiedObject() 113 INLINE(static void MigrateObject(Heap* heap, HeapObject* source, in INLINE() 150 Heap* heap = map->GetHeap(); in SemiSpaceCopyObject() local 179 Heap* heap = map->GetHeap(); in PromoteObject() local 211 Heap* heap = map->GetHeap(); in EvacuateObject() local 309 Heap* heap = map->GetHeap(); in EvacuateShortcutCandidate() local
|
D | object-stats.h | 20 explicit ObjectStats(Heap* heap) : heap_(heap) { ClearObjectStats(); } in ObjectStats() 94 Heap* heap() { return heap_; } in heap() function 135 ObjectStatsCollector(Heap* heap, ObjectStats* stats) in ObjectStatsCollector()
|
D | spaces-inl.h | 168 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable, in Initialize() 186 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable, in Initialize() 287 MemoryChunk* MemoryChunk::FromAnyPointerAddress(Heap* heap, Address addr) { in FromAnyPointerAddress() 296 Page* Page::FromAnyPointerAddress(Heap* heap, Address addr) { in FromAnyPointerAddress() 324 MemoryChunkIterator::MemoryChunkIterator(Heap* heap) in MemoryChunkIterator() 592 LargePage* LargePage::Initialize(Heap* heap, MemoryChunk* chunk, in Initialize() 612 LocalAllocationBuffer LocalAllocationBuffer::FromResult(Heap* heap, in FromResult()
|
D | array-buffer-tracker-inl.h | 13 void ArrayBufferTracker::RegisterNew(Heap* heap, JSArrayBuffer* buffer) { in RegisterNew() 35 void ArrayBufferTracker::Unregister(Heap* heap, JSArrayBuffer* buffer) { in Unregister()
|
D | incremental-marking.cc | 22 IncrementalMarking::IncrementalMarking(Heap* heap) in IncrementalMarking() 138 void IncrementalMarking::TransferMark(Heap* heap, Address old_start, in TransferMark() 191 Heap* heap = map->GetHeap(); in VisitFixedArrayIncremental() local 240 INLINE(static void VisitPointer(Heap* heap, HeapObject* object, Object** p)) { in INLINE() 248 INLINE(static void VisitPointers(Heap* heap, HeapObject* object, in INLINE() 260 INLINE(static void MarkObject(Heap* heap, Object* obj)) { in INLINE() 266 INLINE(static bool MarkObjectWithoutPush(Heap* heap, Object* obj)) { in INLINE() 427 Heap* heap, RecordWriteStub::Mode mode) { in PatchIncrementalMarkingRecordWriteStubs() 856 void IncrementalMarking::MarkGrey(Heap* heap, HeapObject* object) { in MarkGrey()
|
D | remembered-set.h | 90 static void Iterate(Heap* heap, Callback callback) { in Iterate() 98 static void IterateMemoryChunks(Heap* heap, Callback callback) { in IterateMemoryChunks() 170 static void IterateTyped(Heap* heap, Callback callback) { in IterateTyped() 191 static void ClearAll(Heap* heap) { in ClearAll()
|
D | objects-visiting.cc | 218 static bool MustRecordSlots(Heap* heap) { in MustRecordSlots() 229 Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer) { in VisitWeakList() 278 static void ClearWeakList(Heap* heap, Object* list) { in ClearWeakList()
|
/external/v8/src/snapshot/ |
D | natives-common.cc | 15 FixedArray* NativesCollection<CORE>::GetSourceCache(Heap* heap) { in GetSourceCache() 21 FixedArray* NativesCollection<EXPERIMENTAL>::GetSourceCache(Heap* heap) { in GetSourceCache() 27 FixedArray* NativesCollection<EXTRAS>::GetSourceCache(Heap* heap) { in GetSourceCache() 33 FixedArray* NativesCollection<EXPERIMENTAL_EXTRAS>::GetSourceCache(Heap* heap) { in GetSourceCache()
|
/external/mesa3d/src/mesa/main/ |
D | mm.c | 34 mmDumpMemInfo(const struct mem_block *heap) in mmDumpMemInfo() 63 struct mem_block *heap, *block; in mmInit() local 168 mmAllocMem(struct mem_block *heap, unsigned size, unsigned align2, unsigned startSearch) in mmAllocMem() 201 mmFindBlock(struct mem_block *heap, unsigned start) in mmFindBlock() 269 mmDestroy(struct mem_block *heap) in mmDestroy()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_mm.c | 34 u_mmDumpMemInfo(const struct mem_block *heap) in u_mmDumpMemInfo() 72 struct mem_block *heap, *block; in u_mmInit() local 177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) in u_mmAllocMem() 214 u_mmFindBlock(struct mem_block *heap, int start) in u_mmFindBlock() 282 u_mmDestroy(struct mem_block *heap) in u_mmDestroy()
|
/external/jemalloc/test/unit/ |
D | ph.c | 63 heap_print(const heap_t *heap) in heap_print() 114 heap_validate(const heap_t *heap) in heap_validate() 140 heap_t heap; in TEST_BEGIN() local 149 node_remove(heap_t *heap, node_t *node) in node_remove() 158 node_remove_first(heap_t *heap) in node_remove_first() 172 heap_t heap; in TEST_BEGIN() local
|
/external/libdrm/intel/ |
D | mm.c | 36 drm_private void mmDumpMemInfo(const struct mem_block *heap) in mmDumpMemInfo() 64 struct mem_block *heap, *block; in mmInit() local 167 drm_private struct mem_block *mmAllocMem(struct mem_block *heap, int size, in mmAllocMem() 250 drm_private void mmDestroy(struct mem_block *heap) in mmDestroy()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_heap.c | 29 nouveau_heap_init(struct nouveau_heap **heap, in nouveau_heap_init() 45 nouveau_heap_destroy(struct nouveau_heap **heap) in nouveau_heap_destroy() 54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv, in nouveau_heap_alloc()
|
/external/skia/tests/ |
D | VkHeapTests.cpp | 25 GrVkSubHeap heap(gpu, 0, 0, 64 * 1024, 32); in subheap_test() local 122 GrVkHeap heap(gpu, GrVkHeap::kSubAlloc_Strategy, 64 * 1024); in suballoc_test() local 182 GrVkHeap heap(gpu, GrVkHeap::kSingleAlloc_Strategy, 64 * 1024); in singlealloc_test() local
|
/external/v8/src/ |
D | objects-body-descriptors-inl.h | 56 void BodyDescriptorBase::IterateBodyImpl(Heap* heap, HeapObject* obj, in IterateBodyImpl() 89 void BodyDescriptorBase::IteratePointers(Heap* heap, HeapObject* obj, in IteratePointers() 105 void BodyDescriptorBase::IteratePointer(Heap* heap, HeapObject* obj, in IteratePointer() 141 Heap* heap = obj->GetHeap(); in IterateBody() local 183 Heap* heap = obj->GetHeap(); in IterateBody() local 212 Heap* heap = obj->GetHeap(); in IterateBody() local 238 Heap* heap = obj->GetHeap(); in IterateBody() local 271 Heap* heap = obj->GetHeap(); in IterateBody() local 408 Heap* heap = obj->GetHeap(); in IterateBody() local
|
D | objects-body-descriptors.h | 96 Heap* heap = obj->GetHeap(); in IterateBody() local 128 Heap* heap = obj->GetHeap(); in IterateBody() local
|
D | identity-map.h | 28 IdentityMapBase(Heap* heap, Zone* zone) in IdentityMapBase() 72 IdentityMap(Heap* heap, Zone* zone) : IdentityMapBase(heap, zone) {} in IdentityMap()
|
/external/syslinux/core/mem/ |
D | malloc.c | 25 unsigned int heap = ARENA_HEAP_GET(fp->a.attrs); in __malloc_from_block() local 70 void *bios_malloc(size_t size, enum heap heap, malloc_tag_t tag) in bios_malloc() 92 static void *_malloc(size_t size, enum heap heap, malloc_tag_t tag) in _malloc()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_vertprog.c | 87 struct nouveau_heap *heap = nv30->screen->vp_exec_heap; in nv30_vertprog_validate() local 130 struct nouveau_heap *heap = nv30->screen->vp_data_heap; in nv30_vertprog_validate() local
|