HomeSort by relevance Sort by last modified time
    Searched refs:live (Results 176 - 200 of 331) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 86 // to live data remaining after the previous collection reaches this percentage.
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 219 ssglobal = ss // keep 0-length string live until here
mgc.go 157 // For small heaps, this overrides the usual GOGC*live set rule.
159 // When there is a very small live set but a lot of allocation, simply
160 // collecting when the heap reaches GOGC*live results in many GC
459 // the current live heap size. This may not be the case if GC
527 live := atomic.Load64(&memstats.heap_live)
530 if live <= memstats.next_gc {
540 // expected to be live, so that's what we target.
576 heapRemaining := heapGoal - int64(live)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
block.go 31 // After flagalloc, records whether flags are live at the end of the block.
loopreschedchecks.go 287 // (and if nil, indicates that the variable is no longer live)
441 b.Fatalf("two final stores - simultaneous live stores %s %s", last, v)
config.go 126 // AllocFrame assigns frame offsets to all live auto variables.
writebarrier.go 253 // one memory live.
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 98 and WithDeadline must be called or the new context will remain live
  /prebuilts/go/linux-x86/src/internal/poll/
fd_plan9.go 42 // but the real implementation has to live in the net package because
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 19 // Not a map because entries live here only very briefly.
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 86 // to live data remaining after the previous collection reaches this percentage.
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 219 ssglobal = ss // keep 0-length string live until here
mgc.go 157 // For small heaps, this overrides the usual GOGC*live set rule.
159 // When there is a very small live set but a lot of allocation, simply
160 // collecting when the heap reaches GOGC*live results in many GC
459 // the current live heap size. This may not be the case if GC
527 live := atomic.Load64(&memstats.heap_live)
530 if live <= memstats.next_gc {
540 // expected to be live, so that's what we target.
576 heapRemaining := heapGoal - int64(live)
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 702 def take_samples(self, sample_hz, sample_num, sample_offset=0, live=False):
713 live: Print each sample in console as measurement goes on.
765 if live:
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 302 // confuse us, so we mark all live things first.
303 llvm::BitVector live(cfg->getNumBlockIDs());
305 live);
311 // mark them as live.
313 if (!live[B->getBlockID()]) {
318 count += reachable_code::ScanReachableFromBlock(B, live);
324 // Now we know what is live, we check the live precessors of the exit block
340 if (!live[B.getBlockID()])
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 995 live := false
998 live = true
1002 live = true
1004 if !live {
1007 return !live
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 995 live := false
998 live = true
1002 live = true
1004 if !live {
1007 return !live
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 287 // (and if nil, indicates that the variable is no longer live)
441 b.Fatalf("two final stores - simultaneous live stores %s %s", last, v)
config.go 126 // AllocFrame assigns frame offsets to all live auto variables.
writebarrier.go 253 // one memory live.
  /tools/acloud/internal/lib/
gcompute_client.py 504 determines whether the instance is live
566 determines whether the instance is live
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 23 # This perl script creates ICU transliterator data files, that live
  /external/v8/tools/turbolizer/
graph-layout.js 387 // compact and not overlapping live input lines.
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 304 // The closure ensures that we don't have a live reference to buf1
  /prebuilts/go/linux-x86/src/io/
multi_test.go 304 // The closure ensures that we don't have a live reference to buf1

Completed in 894 milliseconds

1 2 3 4 5 6 78 91011>>