Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 25 of 135) sorted by relevance

123456

/external/v8/src/heap/
Dobjects-visiting-inl.h81 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 …]
Dspaces-inl.h136 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
Dmark-compact.cc39 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 …]
Dincremental-marking.cc19 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()
Dobjects-visiting.h189 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()
Dobjects-visiting.cc180 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/
Dmm.c34 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/
Dmm.c31 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/
Du_mm.c34 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/
Dnouveau_heap.c29 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/
Dtest-spaces.cc151 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
Dtest-weakmaps.cc85 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
Dtest-weaksets.cc85 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
Dtest-mementos.cc35 Heap* heap = isolate->heap(); in SetUpNewSpaceWithPoisonedMementoAtTop() local
90 Heap* heap = isolate->heap(); in TEST() local
Dtest-heap.cc56 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 …]
Dtest-mark-compact.cc79 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/
Dtransitions-inl.h20 #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
Dtype-feedback-vector-inl.h39 Object* TypeFeedbackVector::RawUninitializedSentinel(Heap* heap) { in RawUninitializedSentinel()
Dheap-profiler.h70 Heap* heap() const { return ids_->heap(); } in heap() function
Dbuiltins.cc185 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/
Ddescribe_address.cc9 int *heap = new int[100]; in main() local
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c87 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/
Dgrokdump.py118 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/
Dcxa_vector.cpp149 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/
DGarbageCollection.rst356 Write barrier: ``llvm.gcwrite``
372 Read barrier: ``llvm.gcread``

123456