/cts/libs/view/src/com/android/view/ |
Position.java | 54 * Returns the closest double approximation to the smallest angle swept out by an arc from 58 * @return The angle swept out, in radians within the range {@code [-pi..pi]}. A negative double 59 * indicates that the smallest angle swept out is in the clockwise direction, and a positive 81 * @return The angle swept out, in radians within the range {@code [-pi..pi]}.
|
/art/runtime/gc/ |
weak_root_state.h | 30 // Need to mark new weak roots to make sure they don't get swept.
|
allocation_record.h | 255 // swept from the list. But missing the first few records is acceptable for using the button to
|
reference_processor.cc | 94 // in the heap causing corruption since this field would get swept.
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgcsweep.go | 27 // finishsweep_m ensures that all spans are swept. 101 // swept this span, but in that case the sweep 116 // move to the swept in-use list. 126 print("pacer: sweep done at heap size ", memstats.heap_live>>20, "MB; allocated ", (memstats.heap_live-mheap_.sweepHeapLiveBasis)>>20, "MB during sweep; swept ", mheap_.pagesSwept, " pages at ", sweepRatio, " pages/byte\n") 147 // Returns only when span s has been swept. 316 // We need to set s.sweepgen = h.sweepgen only when all blocks are swept, 320 // span is already swept if available for allocation. 366 // The span has been swept and is still in-use, so put 367 // it on the swept in-use list. 386 // enough sweeping so that all pages are swept during the concurren [all...] |
mcentral.go | 62 // the span is being swept by background sweeper, skip 77 // swept spans are at the end of the list 92 // the span is being swept by background sweeper, skip 95 // already swept empty span, 96 // all subsequent ones must also be either swept or in process of sweeping
|
mheap.go | 37 sweepdone uint32 // all spans are swept 70 // sweepSpans contains two mspan stacks: one of swept in-use 73 // on each cycle, this means the swept spans are in 77 // swept stack. Likewise, allocating an in-use span pushes it 78 // on the swept stack. 102 pagesSwept uint64 // pages swept this cycle; updated atomically 287 // if sweepgen == h->sweepgen - 1, the span is currently being swept 288 // if sweepgen == h->sweepgen, the span is swept and ready to use 586 // swept spans are at the end of the list 604 // already swept empty span [all...] |
mstats.go | 119 // includes unmarked objects that have not yet been swept (and 223 // objects are allocated and decreases as the heap is swept 281 // decreases as the heap is swept and unreachable objects are
|
mgc.go | 95 // The heap is swept span-by-span both lazily (when a goroutine needs another span) 116 // the span is swept (either by sweeping it, or by waiting for the concurrent sweep to finish). 117 // The finalizer goroutine is kicked off only when all spans are swept. 118 // When the next GC starts, it sweeps all not-yet-swept spans (if any). 872 // some might already be swept. [all...] |
runtime2.go | 519 // has actually been swept. 522 // swept and reclaimed by sweeping in the current sweep loop.
|
/prebuilts/go/linux-x86/src/runtime/ |
mgcsweep.go | 27 // finishsweep_m ensures that all spans are swept. 101 // swept this span, but in that case the sweep 116 // move to the swept in-use list. 126 print("pacer: sweep done at heap size ", memstats.heap_live>>20, "MB; allocated ", (memstats.heap_live-mheap_.sweepHeapLiveBasis)>>20, "MB during sweep; swept ", mheap_.pagesSwept, " pages at ", sweepRatio, " pages/byte\n") 147 // Returns only when span s has been swept. 316 // We need to set s.sweepgen = h.sweepgen only when all blocks are swept, 320 // span is already swept if available for allocation. 366 // The span has been swept and is still in-use, so put 367 // it on the swept in-use list. 386 // enough sweeping so that all pages are swept during the concurren [all...] |
mcentral.go | 62 // the span is being swept by background sweeper, skip 77 // swept spans are at the end of the list 92 // the span is being swept by background sweeper, skip 95 // already swept empty span, 96 // all subsequent ones must also be either swept or in process of sweeping
|
mheap.go | 37 sweepdone uint32 // all spans are swept 70 // sweepSpans contains two mspan stacks: one of swept in-use 73 // on each cycle, this means the swept spans are in 77 // swept stack. Likewise, allocating an in-use span pushes it 78 // on the swept stack. 102 pagesSwept uint64 // pages swept this cycle; updated atomically 287 // if sweepgen == h->sweepgen - 1, the span is currently being swept 288 // if sweepgen == h->sweepgen, the span is swept and ready to use 586 // swept spans are at the end of the list 604 // already swept empty span [all...] |
mstats.go | 119 // includes unmarked objects that have not yet been swept (and 223 // objects are allocated and decreases as the heap is swept 281 // decreases as the heap is swept and unreachable objects are
|
mgc.go | 95 // The heap is swept span-by-span both lazily (when a goroutine needs another span) 116 // the span is swept (either by sweeping it, or by waiting for the concurrent sweep to finish). 117 // The finalizer goroutine is kicked off only when all spans are swept. 118 // When the next GC starts, it sweeps all not-yet-swept spans (if any). 872 // some might already be swept. [all...] |
runtime2.go | 519 // has actually been swept. 522 // swept and reclaimed by sweeping in the current sweep loop.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue18902b.go | 65 pagesSwept uint64 // pages swept this cycle; updated atomically
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue18902b.go | 65 pagesSwept uint64 // pages swept this cycle; updated atomically
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/ |
pe.exp | 81 { "PR 19803: not exporting swept symbols"
|
/art/runtime/gc/collector/ |
mark_sweep.cc | 210 // reference to a string that is about to be swept. 346 // Clean up class loaders after system weaks are swept since that is how we know if class [all...] |
/libcore/ojluni/src/main/java/java/lang/ref/ |
Reference.java | 56 * can be immediately returned. Because the referent might get swept during
|
/prebuilts/go/darwin-x86/src/cmd/trace/ |
trace.go | 531 Swept uint64 `json:"Swept bytes"`
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
trace.go | 531 Swept uint64 `json:"Swept bytes"`
|
/prebuilts/go/darwin-x86/doc/ |
go1.9.html | [all...] |
/prebuilts/go/darwin-x86/src/internal/trace/ |
parser.go | 937 EvGCSweepDone = 12 // GC sweep done [timestamp, swept, reclaimed] 991 EvGCSweepDone: {"GCSweepDone", 1005, false, []string{"swept", "reclaimed"}}, // before 1.9, format was {}
|