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

/macosx-10.9.5/ruby-104/ruby/test/dtrace/
H A Dtest_gc.rb8 gc-sweep-begin
9 gc-sweep-end
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakSet.cpp44 void WeakSet::sweep() function in class:JSC::WeakSet
47 block->sweep();
H A DMarkedAllocator.cpp34 MarkedBlock::FreeList freeList = block->sweep(MarkedBlock::SweepToFreeList);
126 m_freeList = block->sweep(MarkedBlock::SweepToFreeList);
H A DMarkedBlock.cpp58 // A previous eager sweep may already have run cell's destructor.
107 MarkedBlock::FreeList MarkedBlock::sweep(SweepMode sweepMode) function in class:JSC::MarkedBlock
111 m_weakSet.sweep();
H A DWeakSet.h52 void sweep();
H A DIncrementalSweeper.cpp130 block->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 DMarkedSpace.h51 void operator()(MarkedBlock* block) { block->sweep(); }
107 void sweep();
H A DMarkedBlock.h124 FreeList sweep(SweepMode = SweepOnly);
230 sweep();
H A DMarkedSpace.cpp116 void MarkedSpace::sweep() function in class:JSC::MarkedSpace
H A DHeap.cpp767 m_objectSpace.sweep();
892 m_objectSpace.sweep();
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathByteStreamSource.cpp102 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) argument
108 sweep = readFlag();
H A DSVGPathStringSource.cpp228 static bool parseArcToSegmentHelper(const CharacterType*& current, const CharacterType* end, float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) argument
236 || !parseArcFlag(current, end, sweep)
244 bool SVGPathStringSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) argument
247 return parseArcToSegmentHelper(m_current.m_character8, m_end.m_character8, rx, ry, angle, largeArc, sweep, targetPoint);
248 return parseArcToSegmentHelper(m_current.m_character16, m_end.m_character16, rx, ry, angle, largeArc, sweep, targetPoint);
H A DSVGPathSegListSource.cpp138 bool SVGPathSegListSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) argument
147 sweep = arcTo->sweepFlag();
H A DSVGPathParser.cpp244 bool sweep; local
246 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
279 return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep);
281 m_consumer->arcTo(rx, ry, angle, largeArc, sweep, targetPoint, m_mode);
/macosx-10.9.5/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.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DPathCairo.cpp180 float sweep = endAngle - startAngle; local
182 if ((sweep <= -twoPI || sweep >= twoPI)
/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.music169 09/23 "Paul is dead" rumors sweep the country, 1969
/macosx-10.9.5/vim-53/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.9.5/xnu-2422.115.4/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 223 milliseconds