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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 12 // each block. This is basically a best-effort live variable
68 // The current live flag value the pre-flagalloc copy).
76 f.Fatalf("live flag in %s's predecessors not consistent", b)
127 // Save live flag state for later.
check.go 336 // Single live memory checks.
338 // (Memory copies introduce ambiguity about which mem value is really live.
352 // Compute live memory at the end of each block.
376 f.Fatalf("two live memory values in %s: %s and %s", b, lastmem[b.ID], v)
392 f.Fatalf("two live memory values in %s: %s and %s", b, lastmem[b.ID], m)
398 // Propagate last live memory through storeless blocks.
431 // Check that only one memory is live at any point.
434 var mem *Value // the current live memory in the block
448 f.Fatalf("two live mems @ %s: %s and %s", v, mem, a)
tighten.go 9 // if it doesn't also create more live values.
25 // make two memory values live across a block boundary.
145 // This pass avoids having lots of constants live for lots of the program.
debug.go 330 // The block is done; mark any live locations as ending with the block.
374 live := make([]VarLocList, len(state.slots))
396 live[slot].append(loc)
405 state.logf("Merging in state from %v: %v &= %v\n", p, live, state.BlockString(blockLocs[p.ID]))
408 for slot, liveVar := range live {
417 live[slot].Locations = nil
431 locs := &BlockDebug{Variables: live}
438 for slot, locList := range live {
470 for slot, live := range existingSlots {
471 if live {
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 12 // each block. This is basically a best-effort live variable
68 // The current live flag value the pre-flagalloc copy).
76 f.Fatalf("live flag in %s's predecessors not consistent", b)
127 // Save live flag state for later.
check.go 336 // Single live memory checks.
338 // (Memory copies introduce ambiguity about which mem value is really live.
352 // Compute live memory at the end of each block.
376 f.Fatalf("two live memory values in %s: %s and %s", b, lastmem[b.ID], v)
392 f.Fatalf("two live memory values in %s: %s and %s", b, lastmem[b.ID], m)
398 // Propagate last live memory through storeless blocks.
431 // Check that only one memory is live at any point.
434 var mem *Value // the current live memory in the block
448 f.Fatalf("two live mems @ %s: %s and %s", v, mem, a)
tighten.go 9 // if it doesn't also create more live values.
25 // make two memory values live across a block boundary.
145 // This pass avoids having lots of constants live for lots of the program.
debug.go 330 // The block is done; mark any live locations as ending with the block.
374 live := make([]VarLocList, len(state.slots))
396 live[slot].append(loc)
405 state.logf("Merging in state from %v: %v &= %v\n", p, live, state.BlockString(blockLocs[p.ID]))
408 for slot, liveVar := range live {
417 live[slot].Locations = nil
431 locs := &BlockDebug{Variables: live}
438 for slot, locList := range live {
470 for slot, live := range existingSlots {
471 if live {
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
  /tools/test/connectivity/acts/framework/acts/bin/
monsoon.py 57 sample_offset=FLAGS.offset, live=True)
  /test/vts/agents/hal/
AgentRequestHandler.cpp 76 bool* live) {
85 if (live) *live = true;
91 if (live) *live = false;
  /build/blueprint/
live_tracker.go 19 // A liveTracker tracks the values of live variables, rules, and pools. An
20 // entity is made "live" when it is referenced directly or indirectly by a build
21 // definition. When an entity is made live its value is computed based on the
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 4 http://source.android.com/devices/tv/index.html) simplifies the delivery of live
83 another activity (i.e. a link from live programming to related content). The TV
91 to pause and resume live content.
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.cpp 810 sblog << "init_regmap: live: ";
811 dump::dump_set(sh, live);
815 for (val_set::iterator I = live.begin(sh), E = live.end(sh); I != E; ++I) {
944 live = c->live_after;
983 dump::dump_set(sh, live);
988 for (val_set::iterator I = live.begin(sh), E = live.end(sh); I != E; ++I) {
993 v->interferences.add_set(live);
1005 if (live.add_val(v))
    [all...]
sb_sched.h 253 val_set live; // values live at the end of the alu clause member in class:r600_sb::post_scheduler
267 live(), ucm(), alu(sh), regmap(), cleared_interf() {}
  /art/runtime/gc/accounting/
space_bitmap.cc 184 Atomic<uintptr_t>* live = live_bitmap.bitmap_begin_; local
187 uintptr_t garbage = live[i].LoadRelaxed() & ~mark[i].LoadRelaxed();
  /external/libpng/contrib/gregbook/
makevms.com 8 $! Set locations where zlib and libpng sources live.
  /external/toolchain-utils/
test_gcc_dejagnu.py 177 default='gcc.live',
183 default='chromeos.live',
  /external/v8/src/compiler/
liveness-analyzer.cc 171 bool live = liveness->Contains(var) || permanently_live_.Contains(var); local
172 inputs_buffer_.push_back(live ? value_node : replacement_node_);
223 os << " Live set: ";
  /packages/apps/TV/src/com/android/tv/data/
PreviewProgramContent.java 142 /** Returns whether the preview program is live or not. */
225 public Builder setLive(boolean live) {
226 mPreviewProgramContent.mLive = live;
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
main.go 11 // json.Unmarshaler. This itab happens to also live in bucket 0x111.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 73 sink = nil // ... but not live
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage_test.go 130 // Create 100 MB of live heap as a baseline.
138 t.Fatalf("failed to set up baseline live heap; got %d MB, want %d MB", ms.Alloc>>20, baseline>>20)
157 // Trigger a GC and get back to 100 MB live with GOGC=100.
160 // Raise live to 120 MB.
  /prebuilts/go/darwin-x86/test/
finprofiled.go 9 // (while the object is still live).

Completed in 511 milliseconds

1 2 34 5 6 7 8 91011>>