/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 73 // Mark the FramePtr as live-in in every block except the entry. 197 // Add the callee-saved register as live-in. It's killed at the spill.
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 55 * "live" backup services without interfering with the live bookkeeping. The
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 86 * Test creating with a live cursor 108 * Test changeCursor() with live cursor
|
/frameworks/base/core/java/android/app/ |
WallpaperManager.java | 63 * Launch an activity for the user to pick the current global live 70 * Directly launch live wallpaper preview, allowing the user to immediately 71 * confirm to switch to a specific live wallpaper. You must specify 73 * a live wallpaper component that is to be shown. 80 * ComponentName of a live wallpaper that should be shown as a preview, 448 * If the current wallpaper is a live wallpaper component, return the
|
/external/libpcap/ |
pcap.3 | 431 This is not a minimum number; when reading a live capture, only one 437 live capture, or all the packets in the file when reading a 486 0 is returned if no packets were read from a live capture (if, for 508 when reading a live capture, 529 return when live read timeouts occur. 563 is returned if an error occured, or if no packets were read from a live 580 packets are being read from a live capture, and the timeout expired 620 if the signal interrupted a call reading packets in a live capture, 825 machine on which the packets are captured; if a live capture is being 1159 is supported only on live captures, not on ``savefiles''; no statistic [all...] |
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 349 // block so it does not unnecessarily extend the live range. 630 // if the def of regC is closer. Its live interval is shorter. 635 /// block, distance map, and live variables if needed. Return true if it is 654 // Update live variables [all...] |
SjLjEHPrepare.cpp | 42 STATISTIC(NumSpilled, "Number of registers live across unwind edges"); 252 /// ensures that the argument value itself cannot be live out of the entry 300 // Finally, scan the code looking for instructions with bad live ranges. 329 // Find all of the blocks that this value is live in. 347 // Now that we know all of the blocks that this thing is live in, see if
|
MachineCopyPropagation.cpp | 179 // live range. 313 // If MBB does have successors, then conservative assume the defs are live-out 314 // since we don't want to trust live-in lists.
|
MachineLICM.cpp | 252 /// this does not count live through (livein but not used) registers. 514 // Conservatively treat live-in's as an external def. 621 // loop invariant must be kept live throughout the whole loop. This is 795 /// does not count live through (livein but not used) registers. 800 // fallthrough or an unconditional branch, then scan its predecessor for live [all...] |
PeepholeOptimizer.cpp | 202 // We may want to extend the live range of the extension result in order 206 // Both will be live out of the def MBB anyway. Don't extend live range of
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentLinkedQueue.java | 103 * a Node was tenured while live, which generational GCs have a 177 * A node from which the first live (non-deleted) node (if any) 180 * - all live nodes are reachable from head via succ() 290 // and for newNode to become "live". 300 // jump to head, from which all live nodes are always 352 * Returns the first live (non-deleted) node on list, or null if none. 512 // jump to head, from which all live nodes are always
|
/external/v8/src/ |
mark-compact.cc | 387 // size, so the adjustment to the live data count will be zero anyway. 445 PrintF("%p [%s]: %d bytes live (unswept)\n", 736 // Phase 1: tracing and marking live objects. 738 // after: a live object's map pointer is marked as '00'. 740 // Marking all live objects in the heap as part of mark-sweep or mark-compact 742 // marking, live objects' map pointers are marked indicating that the object [all...] |
/dalvik/vm/alloc/ |
HeapSource.cpp | 159 * The live object bitmap. 717 * Get the bitmap representing all live objects. 753 * Copy the contents of the live bit vector for immune object 771 /* Compute the starting offset in the live and mark bits. */ 774 /* Compute the number of bytes of the live bitmap to copy. */ [all...] |
Heap.cpp | 159 * heap as a side-effect if the live set is large. 225 * many live objects. Try a foreground GC. This will have no 587 * Live objects have a bit set in the mark bitmap, swap the mark 588 * and live bitmaps. The sweep can proceed concurrently viewing 589 * the new live bitmap as the old mark bitmap, and vice versa.
|
/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/llvm/lib/CodeGen/SelectionDAG/ |
ResourcePriorityQueue.cpp | 85 // live outside BB. 122 // live outside BB. 522 // Adjust number of parallel live ranges. 524 // number of live ranges. All others, increase it. 544 // Track parallel live chains.
|
/external/qemu/audio/ |
dsoundaudio.c | 568 static int dsound_run_out (HWVoiceOut *hw, int live) 600 len = live << hwshift; 762 int live, len, dead; local 777 live = audio_pcm_hw_get_live_in (hw); 778 dead = hw->samples - live;
|
ossaudio.c | 424 static int oss_run_out (HWVoiceOut *hw, int live) 445 decr = audio_MIN (bytes >> hw->info.shift, live); 471 decr = audio_MIN (abinfo.bytes >> hw->info.shift, live); 744 int live = audio_pcm_hw_get_live_in (hw); local 745 int dead = hw->samples - live;
|
/external/webkit/Source/WebCore/loader/cache/ |
MemoryCache.cpp | 151 // Dead resource capacity is whatever space is not occupied by live resources, bounded by an independent minimum and maximum. 160 // Live resource capacity is whatever is left over after calculating dead resource capacity. 178 // Destroy any decoded data in live objects that we can. 582 void MemoryCache::adjustSize(bool live, int delta) 584 if (live) {
|
/dalvik/vm/compiler/ |
SSATransformation.cpp | 380 * Iterate through all successor blocks and propagate up the live-in sets. 382 * insert a phi node if the variable is live-in to the block. 478 * register is in the live-in set.
|
/external/blktrace/doc/ |
blkparse.1 | 30 blkparse may be run in a live manner concurrently with blktrace by specifying 31 \fB\-i \-\fR to blkparse, and combining it with the live option for blktrace. 75 As noted above, specifying \fB\-i \-\fR runs in live mode with blktrace
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheExpirationTest.java | 411 // wait, so that entries have just 10 ms to live 419 // fill with new data - has to live for 20 ms more 434 // check that new values are still there - they still have 10 ms to live
|
/external/llvm/include/llvm/CodeGen/ |
Passes.h | 236 /// work well with unreachable basic blocks (what live ranges make sense for a 290 /// RegisterCoalescer - This pass merges live ranges to eliminate copies. 308 /// possible. It is best suited for debug code where live ranges are short.
|
ScheduleDAGInstrs.h | 114 /// The SparseSet allows iterating over the (few) live registers for quickly 174 /// Live Intervals provides reaching defs in preRA scheduling. 283 /// the terminator or are live-out are properly scheduled. This is
|
/external/webkit/Source/WebCore/bindings/v8/ |
npruntime.cpp | 353 // The liveObjectMap is a hash table of all live objects to their owner 355 // objects are live or not. 367 // A map of live NPObjects with pointers to their Roots.
|