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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 145 // would be live at entersyscall and dead at asmcgocall, so if
147 // and then live. Prevent these undead arguments from crashing
148 // GC by forcing them to stay live across this time warp.
mheap.go 63 // address is live and looking it up in the spans array.
    [all...]
os_linux.go 49 // It's difficult to live within the no-split stack limits here.
mbitmap.go 10 // by 1-bit bitmaps in which 0 means uninteresting and 1 means live pointer
25 // bitmaps: 0 means uninteresting and 1 means live pointer to be visited during GC.
44 // has no live pointer bit set and is (depending on position), not used,
56 // a live object due to mutations without write barriers or bugs in the
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 145 // would be live at entersyscall and dead at asmcgocall, so if
147 // and then live. Prevent these undead arguments from crashing
148 // GC by forcing them to stay live across this time warp.
mheap.go 63 // address is live and looking it up in the spans array.
    [all...]
os_linux.go 49 // It's difficult to live within the no-split stack limits here.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go 652 s.Fatalf("memory no longer live from 2-result dottype load")
1007 // Insert a varkill op to record that a variable is no longer live.
1016 // Insert a varlive op to record that a variable is still live.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go 652 s.Fatalf("memory no longer live from 2-result dottype load")
1007 // Insert a varkill op to record that a variable is no longer live.
1016 // Insert a varlive op to record that a variable is still live.
    [all...]
  /build/blueprint/
context.go     [all...]
  /external/harfbuzz_ng/
git.mk 45 # Don't EXTRA_DIST this file. It is supposed to only live in git clones,
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 189 // content to live with. See ../syscall/exec_unix.go.
  /prebuilts/go/linux-x86/src/os/
file_unix.go 189 // content to live with. See ../syscall/exec_unix.go.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
15 // - Floating-point types live in the low natural slot of an sse2 register.
    [all...]
MIPSOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 54 // URL to download live profiles:
112 // the profile away from live data and toward garbage.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
15 // - Floating-point types live in the low natural slot of an sse2 register.
    [all...]
MIPSOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 54 // URL to download live profiles:
112 // the profile away from live data and toward garbage.
  /device/google/marlin/common/
base.mk 758 # Live Wallpapers
843 #Enabling video for live effects
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 70 static cl::opt<bool, true> ClobberNonLiveOverride("rs4gc-clobber-non-live",
142 /// Values used in this block (and thus live); does not included values
146 /// Values live into this basic block (i.e. used by any
150 /// Values live out of this basic block (i.e. live into
171 /// The set of values known to be live across this safepoint
174 /// Mapping from live pointers to a base-defining-value
185 /// Record live values we are rematerialized instead of relocating.
205 /// Compute the live-in set for every basic block in the function
209 /// Given results from the dataflow liveness computation, find the set of live
    [all...]
  /external/syslinux/memdisk/
memdisk16.asm 300 jnz a20_done ; A20 live, no need to use KBC
  /external/v8/tools/turbolizer/
graph-view.js 744 .classed("live", function(n) { return n.isLive(); })
  /prebuilts/go/darwin-x86/src/cmd/internal/goobj/
read.go 7 // TODO(rsc): Decide where this package should live. (golang.org/issue/6932)
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip_test.go 113 "nation might live. It is altogether fitting and proper that\n" +

Completed in 656 milliseconds

1 2 3 4 5 6 7 891011>>