HomeSort by relevance Sort by last modified time
    Searched full:live (Results 551 - 575 of 2712) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 50 // Initialize the indices to indicate that no registers are live.
60 // Examine the live-in regs of all successors.
73 // Mark live-out callee-saved registers. In a return block this is
102 // If Reg is currently live, then mark that it can't be renamed as
103 // we don't know the extent of its live-range anymore (now that it
188 // If an alias of the reg is used during the live range, give up.
283 // It wasn't previously live but now it is, this is a kill.
590 // Determine AntiDepReg's register class, if it is live and is
594 "Register should be live if it's causing an anti-dependence!");
MachineCopyPropagation.cpp 180 // live range.
305 // If MBB does have successors, then conservative assume the defs are live-out
306 // since we don't want to trust live-in lists.
MachineTraceMetrics.cpp 680 // Keep track of physreg data dependencies by recording each live register unit.
697 // Identify physreg dependencies for UseMI, and update the live regunit
712 // Track live defs and kills for updating RegUnits.
732 // Update RegUnits to reflect live registers after UseMI.
738 // Second, live defs.
759 /// This function computes the second number from the live-in list of the
799 // in the trace. We should track any live-out physregs that were defined in
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 73 /// that are "live". These nodes must be scheduled before any other nodes that
192 // Release all the implicit physical register defs that are live.
446 /// CheckForLiveRegDef - Return true and update live register vector if the
447 /// specified register def of the specified SUnit clobbers any "live" registers.
466 /// scheduling of the given node to satisfy live physical register dependencies.
475 // If this node would clobber any "live" register, then it's not ready.
561 // All candidates are delayed due to live physical reg dependencies.
590 report_fatal_error("Can't handle live physical "
612 llvm_unreachable("Unable to resolve live physical register dependencies!");
  /external/chromium/chrome/browser/printing/
print_job.cc 135 // Be sure to live long enough.
155 // Be sure to live long enough.
266 // Be sure to live long enough. The instance could be destroyed by the
  /external/chromium_org/base/process/
launch.h 105 // This pointer is owned by the caller and must live through the
111 // This pointer is owned by the caller and must live through the
116 // rlim_max. This pointer is owned by the caller and must live through
  /external/chromium_org/chrome/browser/printing/
print_job.cc 163 // Be sure to live long enough.
183 // Be sure to live long enough.
298 // Be sure to live long enough. The instance could be destroyed by the
  /external/chromium_org/chrome/common/extensions/api/
experimental_processes.json 179 "description": "A dictionary of Process objects for each requested process that is a live child process of the current browser process, indexed by process ID. Metrics requiring aggregation over time will not be populated in each Process object.",
197 "description": "A dictionary of updated Process objects for each live process in the browser, indexed by process ID. Metrics requiring aggregation over time will be populated in each Process object.",
210 "description": "A dictionary of updated Process objects for each live process in the browser, indexed by process ID. Memory usage details will be included in each Process object.",
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.cc 382 string16 live; local
384 &live)) {
385 NotifyLiveRegionUpdate(live);
  /external/chromium_org/net/http/
http_security_headers.cc 76 // Returns true iff |pins| contains both a live and a backup pin. A live pin
83 // Fast fail: 1 live + 1 backup = at least 2 pins. (Check for actual
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 143 group.add_option('--allow-live-sites',
145 help='Run against live sites if the Web Page Replay archives don\'t '
147 'of running against live sites.')
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 226 // block they are currently in to shorten the live ranges. We often get
230 // "x = y + z" down if it kills y and z would increase the live ranges of y
231 // and z and only shrink the live range of x.
  /external/v8/src/
liveobjectlist.h 57 // The LiveObjectList is both a mechanism for tracking a live capture of
59 // each of those captures. Unlike a snapshot, the lol is live. For example,
235 // to live new space objects, and not actually keep them alive.
  /frameworks/base/docs/html/google/gcm/
c2dm.jd 69 <dt><strong>Time-to-live messages</strong></dt>
70 <dd>Apps like video chat and calendar apps can send expiring invitation events with a time-to-live value between 0 and 4 weeks. GCM will store the messages until they expire. A message with a time-to-live value of 0 will not be stored on the GCM server, nor will it be throttled. For more information, see <a href="adv.html#ttl">Advanced Topics</a>.</dd>
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 76 * Live region mode specifying that accessibility services should not
77 * automatically announce changes to this view. This is the default live
85 * Live region mode specifying that accessibility services should announce
93 * Live region mode specifying that accessibility services should interrupt
    [all...]
  /art/runtime/gc/
heap.cc 208 live_stack_.reset(accounting::ObjectStack::Create("live stack",
666 // This is covering the allocation/live stack swapping that is done without mutators suspended.
692 // We need to check the bitmaps again since there is a race where we mark something as live and
791 // stack or the live bitmap.
    [all...]
  /art/runtime/gc/space/
image_space.h 72 // ImageSpaces have the same bitmap for both live and marked. This helps reduce the number of
  /art/test/StackWalk/
stack_walk_jni.cc 71 // we know the Dex registers with live reference values. Assert that what we
  /dalvik/hit/src/com/android/hit/
Instance.java 42 // List of all objects that hold a live reference to this object
  /dalvik/vm/mterp/
NOTES.txt 62 can find it, and use a live-precise GC to ignore the value.
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
devices.jd 45 <p>Emulators are handled specially by TF because they live in another process. To interact with an
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parser.h 55 * live because they are shared between parser and tree parser and this is the
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 46 * promise to implement the DOM NodeList's "live view" response to
  /external/chromium/base/debug/
leak_tracker.h 41 // Should the check fail (because there are live instances of net::URLRequest),
  /external/chromium/base/i18n/
icu_util.cc 92 // likely live in a data directory.

Completed in 643 milliseconds

<<21222324252627282930>>