| /external/chromium_org/v8/src/heap/ |
| D | objects-visiting-inl.h | 81 Heap* heap = map->GetHeap(); in VisitJSArrayBuffer() local 207 Heap* heap, Address entry_address) { in VisitCodeEntry() 216 Heap* heap, RelocInfo* rinfo) { in VisitEmbeddedPointer() 230 void StaticMarkingVisitor<StaticVisitor>::VisitCell(Heap* heap, in VisitCell() 242 void StaticMarkingVisitor<StaticVisitor>::VisitDebugTarget(Heap* heap, in VisitDebugTarget() 255 void StaticMarkingVisitor<StaticVisitor>::VisitCodeTarget(Heap* heap, in VisitCodeTarget() 280 Heap* heap, RelocInfo* rinfo) { in VisitCodeAgeSequence() 307 Heap* heap = map->GetHeap(); in VisitMap() local 330 Heap* heap = map->GetHeap(); in VisitPropertyCell() local 355 Heap* heap = map->GetHeap(); in VisitAllocationSite() local [all …]
|
| D | spaces-inl.h | 136 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable, in Initialize() 169 MemoryChunk* MemoryChunk::FromAnyPointerAddress(Heap* heap, Address addr) { in FromAnyPointerAddress() 202 PointerChunkIterator::PointerChunkIterator(Heap* heap) in PointerChunkIterator() 292 LargePage* LargePage::Initialize(Heap* heap, MemoryChunk* chunk) { in Initialize() 305 Heap* heap = object->GetHeap(); in IsFreeListNode() local
|
| D | mark-compact.cc | 39 MarkCompactCollector::MarkCompactCollector(Heap* heap) in MarkCompactCollector() 61 explicit VerifyMarkingVisitor(Heap* heap) : heap_(heap) {} in VerifyMarkingVisitor() 93 static void VerifyMarking(Heap* heap, Address bottom, Address top) { in VerifyMarking() 135 static void VerifyMarking(Heap* heap) { in VerifyMarking() 201 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation() 216 static void VerifyEvacuation(Heap* heap) { in VerifyEvacuation() 317 static void VerifyNativeContextSeparation(Heap* heap) { in VerifyNativeContextSeparation() 538 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {} in SweeperTask() 1295 Heap* heap = isolate_->heap(); in IteratePointersToFromSpace() local 1337 Heap* heap = map->GetHeap(); in ShortCircuitConsString() local [all …]
|
| D | incremental-marking.cc | 19 IncrementalMarking::IncrementalMarking(Heap* heap) in IncrementalMarking() 179 Heap* heap = map->GetHeap(); in VisitFixedArrayIncremental() local 223 INLINE(static void VisitPointer(Heap* heap, Object** p)) { in INLINE() 231 INLINE(static void VisitPointers(Heap* heap, Object** start, Object** end)) { in INLINE() 241 INLINE(static void VisitPointersWithAnchor(Heap* heap, Object** anchor, in INLINE() 253 INLINE(static void MarkObject(Heap* heap, Object* obj)) { in INLINE() 265 INLINE(static bool MarkObjectWithoutPush(Heap* heap, Object* obj)) { in INLINE() 464 Heap* heap, RecordWriteStub::Mode mode) { in PatchIncrementalMarkingRecordWriteStubs()
|
| D | objects-visiting.h | 189 INLINE(static void IteratePointers(Heap* heap, HeapObject* object, in INLINE() 257 INLINE(static void VisitPointers(Heap* heap, Object** start, Object** end)) { in INLINE() 263 Heap* heap = map->GetHeap(); in INLINE() local 374 INLINE(static void VisitNextCodeLink(Heap* heap, Object** slot)) {} in INLINE()
|
| /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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/chromium_org/v8/test/cctest/ |
| D | test-spaces.cc | 151 Heap* heap, in VerifyMemoryChunk() 208 Heap* heap = isolate->heap(); in TEST() local 242 Heap* heap = isolate->heap(); in TEST() local 296 Heap* heap = isolate->heap(); in TEST() local 343 Heap* heap = isolate->heap(); in TEST() local 369 Heap* heap = isolate->heap(); in TEST() local
|
| D | test-weakmaps.cc | 85 Heap* heap = isolate->heap(); in TEST() local 146 Heap* heap = isolate->heap(); in TEST() local 188 Heap* heap = isolate->heap(); in TEST() local 228 Heap* heap = isolate->heap(); in TEST() local 264 Heap* heap = isolate->heap(); in TEST() local
|
| D | test-weaksets.cc | 85 Heap* heap = isolate->heap(); in TEST() local 146 Heap* heap = isolate->heap(); in TEST() local 188 Heap* heap = isolate->heap(); in TEST() local 228 Heap* heap = isolate->heap(); in TEST() local
|
| D | test-mementos.cc | 35 Heap* heap = isolate->heap(); in SetUpNewSpaceWithPoisonedMementoAtTop() local 90 Heap* heap = isolate->heap(); in TEST() local
|
| D | test-heap.cc | 56 Heap* heap = CcTest::heap(); in TEST() local 135 Heap* heap = isolate->heap(); in TEST() local 229 Heap* heap = isolate->heap(); in TEST() local 332 Heap* heap = isolate->heap(); in TEST() local 387 Heap* heap = isolate->heap(); in TEST() local 429 Heap* heap = isolate->heap(); in TEST() local 476 Heap* heap = isolate->heap(); in TEST() local 905 static int ObjectsFoundInHeap(Heap* heap, Handle<Object> objs[], int size) { in ObjectsFoundInHeap() 983 TestHeap* heap = CcTest::test_heap(); in TEST() local 1321 Heap* heap = isolate->heap(); in TEST() local [all …]
|
| D | test-mark-compact.cc | 79 TestHeap* heap = CcTest::test_heap(); in TEST() local 105 TestHeap* heap = CcTest::test_heap(); in TEST() local 132 TestHeap* heap = CcTest::test_heap(); in TEST() local 254 TestHeap* heap = CcTest::test_heap(); in TEST() local
|
| /external/chromium_org/v8/src/ |
| D | transitions-inl.h | 20 #define CONDITIONAL_WRITE_BARRIER(heap, object, offset, value, mode) \ argument 48 Heap* heap = GetHeap(); in set_back_pointer_storage() local 72 Heap* heap = GetHeap(); in SetPrototypeTransitions() local
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| D | thread_cache.cc | 339 ThreadCache* heap = NULL; in CreateCacheIfNecessary() local 391 ThreadCache *heap = threadcache_allocator.New(); in NewHeap() local 409 ThreadCache* heap = GetThreadHeap(); in BecomeIdle() local 442 void ThreadCache::DeleteCache(ThreadCache* heap) { in DeleteCache()
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| D | thread_cache.cc | 350 ThreadCache* heap = NULL; in CreateCacheIfNecessary() local 402 ThreadCache *heap = threadcache_allocator.New(); in NewHeap() local 420 ThreadCache* heap = GetThreadHeap(); in BecomeIdle() local 453 void ThreadCache::DeleteCache(ThreadCache* heap) { in DeleteCache()
|
| /external/srec/srec/Semproc/src/ |
| D | SemanticProcessorImpl.c | 251 sem_partial_path* heap, in checkpath_forwardByWordID() 357 sem_partial_path* heap, in checkpath_forward() 488 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParseByWordID() local 794 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParse() local 1089 static ESR_ReturnCode sem_partial_path_list_init(sem_partial_path* heap, int nheap) in sem_partial_path_list_init() 1098 static sem_partial_path* sem_partial_path_create(sem_partial_path* heap) in sem_partial_path_create() 1153 static ESR_ReturnCode sem_partial_path_free(sem_partial_path* heap, sem_partial_path* path) in sem_partial_path_free()
|
| /external/chromium_org/third_party/WebKit/Source/platform/ |
| D | Timer.cpp | 81 Vector<TimerBase*>& heap = timer->timerHeap(); in operator =() local 305 Vector<TimerBase*>& heap = timerHeap(); in heapPopMin() local 312 static inline bool parentHeapPropertyHolds(const TimerBase* current, const Vector<TimerBase*>& heap… in parentHeapPropertyHolds() 321 static inline bool childHeapPropertyHolds(const TimerBase* current, const Vector<TimerBase*>& heap,… in childHeapPropertyHolds() 337 const Vector<TimerBase*>& heap = timerHeap(); in hasValidHeapPosition() local
|
| /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
|
| /external/chromium_org/third_party/mesa/src/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
|
| /external/llvm/docs/ |
| D | GarbageCollection.rst | 417 Write barrier: ``llvm.gcwrite`` 433 Read barrier: ``llvm.gcread``
|