/external/v8/src/heap/ |
D | objects-visiting-inl.h | 209 Heap* heap, HeapObject* object, Address entry_address) { in VisitCodeEntry() 219 Heap* heap, RelocInfo* rinfo) { in VisitEmbeddedPointer() 234 void StaticMarkingVisitor<StaticVisitor>::VisitCell(Heap* heap, in VisitCell() 247 void StaticMarkingVisitor<StaticVisitor>::VisitDebugTarget(Heap* heap, in VisitDebugTarget() 259 void StaticMarkingVisitor<StaticVisitor>::VisitCodeTarget(Heap* heap, in VisitCodeTarget() 281 Heap* heap, RelocInfo* rinfo) { in VisitCodeAgeSequence() 302 Heap* heap = map->GetHeap(); in VisitMap() local 326 Heap* heap = map->GetHeap(); in VisitPropertyCell() local 338 Heap* heap = map->GetHeap(); in VisitWeakCell() local 367 Heap* heap = array->GetHeap(); in VisitTransitionArray() local [all …]
|
D | incremental-marking-job.cc | 20 void IncrementalMarkingJob::Start(Heap* heap) { in Start() 45 void IncrementalMarkingJob::ScheduleIdleTask(Heap* heap) { in ScheduleIdleTask() 57 void IncrementalMarkingJob::ScheduleDelayedTask(Heap* heap) { in ScheduleDelayedTask() 72 Heap* heap, double deadline_in_ms) { in Step() 96 Heap* heap = isolate()->heap(); in RunInternal() local 117 void IncrementalMarkingJob::DelayedTask::Step(Heap* heap) { in Step() 132 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 | remembered-set.cc | 17 void RememberedSet<direction>::ClearInvalidSlots(Heap* heap) { in ClearInvalidSlots() 31 void RememberedSet<direction>::VerifyValidSlots(Heap* heap) { in VerifyValidSlots() 54 bool RememberedSet<direction>::IsValidSlot(Heap* heap, MemoryChunk* chunk, in IsValidSlot()
|
/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/v8/test/mjsunit/asm/ |
D | switch.js | 7 var heap = new ArrayBuffer(64 * 1024); variable 10 var switch1 = (function(stdlib, foreign, heap) { argument 30 var switch2 = (function(stdlib, foreign, heap) { argument 54 var switch3 = (function(stdlib, foreign, heap) { argument 84 var switch4 = (function(stdlib, foreign, heap) { argument
|
D | word32ror.js | 7 var heap = new ArrayBuffer(64 * 1024); variable 9 var rol = (function Module(stdlib, foreign, heap) { argument 24 var ror = (function Module(stdlib, foreign, heap) { argument
|
D | int32mod.js | 7 var heap = new ArrayBuffer(64 * 1024); variable 9 var mod = (function Module(stdlib, foreign, heap) { argument
|
D | int32modb.js | 7 var heap = new ArrayBuffer(64 * 1024); variable 9 var mod = (function Module(stdlib, foreign, heap) { argument
|
D | uint32mod.js | 7 var heap = new ArrayBuffer(64 * 1024); variable 9 var mod = (function Module(stdlib, foreign, heap) { argument
|
D | sign-extend.js | 10 var sext8 = (function Module(stdlib, foreign, heap) { argument 29 var sext16 = (function Module(stdlib, foreign, heap) { argument
|
D | zero-extend.js | 10 var zext8 = (function Module(stdlib, foreign, heap) { argument 25 var zext16 = (function Module(stdlib, foreign, heap) { argument
|
D | double-hi.js | 9 var heap = new ArrayBuffer(64 * 1024); variable 12 var m = (function(stdlib, foreign, heap) { argument
|
/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/v8/test/mjsunit/compiler/ |
D | regress-452427.js | 7 var heap = new ArrayBuffer(64 * 1024); variable 9 var rol = (function Module(stdlib, foreign, heap) { argument
|
D | regress-3786.js | 5 var foo = (function Module(stdlib, foreign, heap) { argument
|
D | regress-445858.js | 5 var foo = (function module(stdlib, foreign, heap) { argument
|
D | regress-445267.js | 5 var foo = (function Module(stdlib, foreign, heap) { argument
|
/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/v8/test/cctest/heap/ |
D | test-array-buffer-tracker.cc | 29 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 56 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 85 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 117 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 156 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 194 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 229 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 263 Heap* heap = reinterpret_cast<Isolate*>(isolate)->heap(); in TEST() local 304 Heap* heap = i_isolate->heap(); in UNINITIALIZED_TEST() local
|
D | heap-utils.cc | 15 namespace heap { namespace 17 void SealCurrentObjects(Heap* heap) { in SealCurrentObjects() 31 std::vector<Handle<FixedArray>> CreatePadding(Heap* heap, int padding_size, in CreatePadding() 114 void SimulateIncrementalMarking(i::Heap* heap, bool force_completion) { in SimulateIncrementalMarking() 149 void GcAndSweep(Heap* heap, AllocationSpace space) { in GcAndSweep()
|
D | test-lab.cc | 16 static Address AllocateLabBackingStore(Heap* heap, intptr_t size_in_bytes) { in AllocateLabBackingStore() 42 static bool AllocateFromLab(Heap* heap, LocalAllocationBuffer* lab, in AllocateFromLab() 65 Heap* heap = CcTest::heap(); in TEST() local 85 Heap* heap = CcTest::heap(); in TEST() local 112 Heap* heap = CcTest::heap(); in TEST() local 141 Heap* heap = CcTest::heap(); in TEST() local 171 Heap* heap = CcTest::heap(); in TEST() local 227 Heap* heap = CcTest::heap(); in TEST() local 257 Heap* heap = CcTest::heap(); in TEST() local
|
/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/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()
|