HomeSort by relevance Sort by last modified time
    Searched full:live (Results 276 - 300 of 1611) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 44 STATISTIC(NumSpilled, "Number of registers live across unwind edges");
237 /// splitLiveRangesAcrossInvokes - Each value that is live across an unwind edge
238 /// we spill into a stack location, guaranteeing that there is nothing live
265 // value itself cannot be live across the entry block.
301 // Finally, scan the code looking for instructions with bad live ranges.
328 // Find all of the blocks that this value is live in.
346 // Now that we know all of the blocks that this thing is live in, see if
487 // live across unwind edges. Each value that is live across an unwind edge we
488 // spill into a stack location, guaranteeing that there is nothing live acros
    [all...]
MachineSSAUpdater.cpp 73 /// live at the end of the specified block.
122 /// is live in the middle of the specified block.
135 /// set by the client of the rewriter, and those values are both live out of
138 /// merge the appropriate values, and this value isn't live out of the block.
155 // Otherwise, we have the hard case. Get the live-in values for each
RenderMachineFunction.h 77 /// Return the set of live intervals to render liveness for.
195 /// \brief Initialise/Reset the 'pressure' and live states tables.
326 /// and live intervals shown alongside.
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 85 * A node p is considered "live" if it contains a non-null item
91 * starting at a live node. Similarly there is precisely one
93 * a live node. The "first" and "last" nodes may or may not be live.
99 * "live" at that point.
101 * A node is considered "active" if it is a live node, or the
121 * any live node.
136 * any time, the set of live nodes maintained by prev and next
137 * links are identical, that is, the live nodes found via next
222 * - all live nodes are reachable from the first node via succ(
    [all...]
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 77 // Expects WebSocket live experiment server echoes message back within a few
80 // WebSocket live experiment server keeps idle for 1.5 seconds and sends
85 // WebSocket live experiment server sends "bye" message soon.
87 // WebSocket live experiment server closes after it receives "bye" message.
106 // Note: websocket live experiment server is configured to wait 1.5 sec
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 199 // We need enough space to keep out live resources, plus some headroom.
202 // We need enough space to keep our live resources.
290 // prefer to keep live objects around. There is probably some performance
366 // Next, we try to keep the live objects in the active renders (with some
372 // to at least keep around the live objects for the active renderers.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 7 * Definitions for EMU10K1 (SB Live!) chips
145 #define EXTOUT_AC97_CENTER 0x04 /* SB Live 5.1 - center */
146 #define EXTOUT_AC97_LFE 0x05 /* SB Live 5.1 - LFE */
154 #define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5.1 (c) 2003 - Rear Left */
155 #define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5.1 (c) 2003 - Rear Right */
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 103 * {@code null-ok;} indexed by reg: the regs that are live-in at
109 * {@code null-ok;} indexed by reg: the regs that are live-out at
786 * Adds {@code regV} to the live-out list for this block. This is called
789 * @param regV register that is live-out for this block.
800 * Adds {@code regV} to the live-in list for this block. This is
803 * @param regV register that is live-in for this block.
814 * Returns the set of live-in registers. Valid after register
817 * @return {@code non-null;} live-in register set.
827 * Returns the set of live-out registers. Valid after register
830 * @return {@code non-null;} live-out register se
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 187 path: 'articles/live-folders.html',
189 en: 'Live Folders'
192 en: 'Live Folders allow users to display any source of data on their home screen without launching an application. This article discusses how to export an application\'s data in a format suitable for display inside of a live folder.'
197 path: 'articles/live-wallpapers.html',
199 en: 'Live Wallpapers'
202 en: 'Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.'
504 en: 'Cube Live Wallpaper'
507 en: 'An application that demonstrates how to create a live wallpaper and bundle it in an application that users can install on their devices.
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 667 /// ComputeLiveInBlocks - Determine which blocks the value is live in. These
677 // where the def is live. Blocks are added to the worklist if we need to
684 // the value isn't really live-in.
690 // reference to the alloca is a def (store), then we know it isn't live-in.
696 // actually live-in here.
707 // live into this block.
713 // Now that we have a set of blocks where the phi is live-in, recursively add
714 // their predecessors until we find the full region the value is live.
718 // The block really is live in here, insert it into the set. If already in
723 // Since the value is live into BB, it is either defined in a predecessor o
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 84 * (They would be made live by move-result and then die on the
281 * Add a register to the LIVE set.
289 * Add a register pair to the LIVE set.
298 * Remove a register from the LIVE set.
306 * Remove a register pair from the LIVE set.
1025 * Mark all debugger-visible locals as live.
1038 * "live" stack frame is useful.)
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 97 // confuse us, so we mark all live things first.
98 llvm::BitVector live(cfg->getNumBlockIDs());
100 live);
106 // mark them as live.
109 if (!live[b.getBlockID()]) {
114 count += reachable_code::ScanReachableFromBlock(&b, live);
120 // Now we know what is live, we check the live precessors of the exit block
136 if (!live[B.getBlockID()])
    [all...]
  /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/llvm/lib/Transforms/Scalar/
Sink.cpp 185 // block they are currently in to shorten the live ranges. We often get
189 // "x = y + z" down if it kills y and z would increase the live ranges of y
190 // 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,
237 // to live new space objects, and not actually keep them alive.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 79 "disable-sched-live-uses", cl::Hidden, cl::init(true),
80 cl::desc("Disable live use priority in sched=list-ilp"));
155 /// that are "live". These nodes must be scheduled before any other nodes that
406 /// Call ReleasePred for each predecessor, then update register live def/gen.
408 /// also defines the register. This effectively create one large live range
619 // two-address node as a live range def.
622 // Release all the implicit physical register defs that are live.
    [all...]
  /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.
  /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.
  /external/chromium/base/
tools_sanity_unittest.cc 23 // Sleep for a few milliseconds so the two threads are more likely to live
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.h 10 // BackingStoreProxy, which must live on the UI thread. The IO thread
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.h 33 // Get the directory in which the Firefox .dylibs live, we need to load these
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h 22 // intended to own all the objects owned by OffTheRecordProfile which live on

Completed in 967 milliseconds

<<11121314151617181920>>