Searched refs:sweep (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/dtrace/
H A Dtest_gc.rb8 gc-sweep-begin
9 gc-sweep-end
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DGCIncomingRefCountedSet.h44 void sweep();
H A DWeakSet.cpp45 void WeakSet::sweep() function in class:JSC::WeakSet
48 block->sweep();
H A DGCIncomingRefCountedSetInlines.h63 void GCIncomingRefCountedSet<T>::sweep() function in class:JSC::GCIncomingRefCountedSet
H A DMarkedBlock.cpp60 // A previous eager sweep may already have run cell's destructor.
108 MarkedBlock::FreeList MarkedBlock::sweep(SweepMode sweepMode) function in class:JSC::MarkedBlock
113 m_weakSet.sweep();
252 sweep();
268 return sweep(SweepToFreeList);
283 // previously destroyed objects when we re-sweep the block in the future.
H A DIncrementalSweeper.cpp100 block->sweep();
H A DWeakSet.h54 void sweep();
H A DMarkedSpace.h63 void operator()(MarkedBlock* block) { block->sweep(); }
70 block->sweep();
131 void sweep();
H A DWeakBlock.cpp66 void WeakBlock::sweep() function in class:JSC::WeakBlock
68 // If a block is completely empty, a sweep won't have any effect.
H A DWeakBlock.h65 void sweep();
H A DMarkedAllocator.cpp80 MarkedBlock::FreeList freeList = block->sweep(MarkedBlock::SweepToFreeList);
H A DMarkedSpace.cpp122 void MarkedSpace::sweep() function in class:JSC::MarkedSpace
133 dataLog("Zombifying sweep...");
H A DMarkedBlock.h130 FreeList sweep(SweepMode = SweepOnly);
143 void didConsumeEmptyFreeList(); // Call this if you sweep a block, but the returned FreeList is empty.
144 void didSweepToNoAvail(); // Call this if you sweep a block and get an empty free list back.
H A DHeap.cpp961 m_objectSpace.sweep();
1115 m_arrayBuffers.sweep();
/macosx-10.10.1/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp495 double sweep = ((atan2(p[1] + p[3] - c[1], p[0] + p[2] - c[0]) local
498 if (sweep > 0.0)
499 sweep -= 360.0;
500 printf("PDAR%d,%d,%f", int(c[0]), int(c[1]), sweep);
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.music169 09/23 "Paul is dead" rumors sweep the country, 1969
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxmath.vim140 syn keyword xmathFunc dbtolin hinfcontr phaseshift sweep
H A Dstata.vim408 syn region stataFunc matchgroup=Function start=/\<sweep(/ end=/)/ contains=@stataFuncGroup
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_table.c755 int *naddr, int sweep)
761 w.pfrw_op = sweep ? PFRW_SWEEP : PFRW_ENQUEUE;
754 pfr_enqueue_addrs(struct pfr_ktable *kt, struct pfr_kentryworkq *workq, int *naddr, int sweep) argument

Completed in 113 milliseconds