/external/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()
|
D | objects-visiting.cc | 180 static bool MustRecordSlots(Heap* heap) { in MustRecordSlots() 191 Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer) { in VisitWeakList() 240 static void ClearWeakList(Heap* heap, Object* list) { in ClearWeakList()
|
/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/libdrm/intel/ |
D | mm.c | 31 void mmDumpMemInfo(const struct mem_block *heap) in mmDumpMemInfo() 59 struct mem_block *heap, *block; in mmInit() local 162 struct mem_block *mmAllocMem(struct mem_block *heap, int size, int align2, in mmAllocMem() 194 struct mem_block *mmFindBlock(struct mem_block *heap, int start) in mmFindBlock() 257 void 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/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/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/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
|
D | type-feedback-vector-inl.h | 39 Object* TypeFeedbackVector::RawUninitializedSentinel(Heap* heap) { in RawUninitializedSentinel()
|
D | heap-profiler.h | 70 Heap* heap() const { return ids_->heap(); } in heap() function
|
D | builtins.cc | 185 static bool ArrayPrototypeHasNoElements(Heap* heap, in ArrayPrototypeHasNoElements() 222 Heap* heap = isolate->heap(); in EnsureJSArrayWithWritableFastElements() local 267 static inline bool IsJSArrayFastElementMovingAllowed(Heap* heap, in IsJSArrayFastElementMovingAllowed() 450 Heap* heap = isolate->heap(); in BUILTIN() local 499 Heap* heap = isolate->heap(); in BUILTIN() local 564 Heap* heap = isolate->heap(); in BUILTIN() local 706 Heap* heap = isolate->heap(); in BUILTIN() local 929 Heap* heap = isolate->heap(); in BUILTIN() local 1034 static inline Object* FindHidden(Heap* heap, in FindHidden() 1054 static inline Object* TypeCheck(Heap* heap, in TypeCheck() [all …]
|
/external/compiler-rt/test/asan/TestCases/ |
D | describe_address.cc | 9 int *heap = new int[100]; in main() 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/v8/tools/ |
D | grokdump.py | 118 def FullDump(reader, heap): argument 898 def FormatDisasmLine(start, heap, line): argument 921 def AnnotateAddresses(heap, line): argument 933 def __init__(self, heap, map, address): argument 1059 def __init__(self, heap, map, address): argument 1070 def __init__(self, heap, map, address): argument 1088 def __init__(self, heap, map, address): argument 1104 def __init__(self, heap, map, address): argument 1134 def __init__(self, heap, map, address): argument 1167 def __init__(self, heap, map, address): argument [all …]
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 149 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_new2() local 178 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3() local 334 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() local 357 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3() local
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 356 Write barrier: ``llvm.gcwrite`` 372 Read barrier: ``llvm.gcread``
|