HomeSort by relevance Sort by last modified time
    Searched full:live (Results 226 - 250 of 2890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
reach_thread_register.c 11 /* Reproduces a false positive leak when a pointer is (only) in a live
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 39 * @param sourcePackage The package in which the label and icon live.
57 * @param sourcePackage The package in which the label and icon live.
74 * @param sourcePackage The package in which the label and icon live.
89 * @param sourcePackage The package in which the label and icon live.
  /frameworks/base/packages/ExternalStorageProvider/
AndroidManifest.xml 28 <!-- TODO: find a better place for tests to live -->
  /libcore/luni/src/main/java/java/lang/annotation/
RetentionPolicy.java 22 * with the {@link Retention} annotation to specify an annotation's time-to-live
  /libcore/support/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 20 * Triggers finalizers to run. Note that live-precise bugs may interfere with
  /packages/wallpapers/LivePicker/
android.software.live_wallpaper.xml 17 <!-- This feature should be defined for devices that support live wallpapers.
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 58 /// algorithm. It prioritizes live virtual registers by spill weight and spills
109 // Helper for spilling all live virtual registers currently unified under preg
164 // Spill or split all live virtual registers currently unified under PhysReg
165 // that interfere with VirtReg. The newly spilled or split live intervals are
170 // either the union or live intervals.
215 // selectOrSplit can only be called once per live virtual register. We then do a
265 // The live virtual register requesting allocation was spilled, so tell
LiveRangeEdit.cpp 1 //===-- LiveRangeEdit.cpp - Basic tools for editing a register live range -===//
30 STATISTIC(NumFracRanges, "Number of live ranges fractured by DCE");
191 // Since we're moving the DefMI load, make sure we're not extending any live
223 /// Find all live intervals that need to shrink, then remove the instruction.
251 // Check for live intervals that may shrink
277 // Always shrink COPY uses that probably come from live range splitting.
295 // Currently, we don't support DCE of physreg live ranges. If MI reads
297 // a KILL instead. This way, the physreg live ranges don't end up
321 // uses around. Keep the empty live range in that case.
343 // Shrink just one live interval. Then delete new dead defs
    [all...]
RegAllocBase.cpp 39 STATISTIC(NumNewQueued , "Number of new live ranges queued");
69 // Visit all the live registers. If they are already assigned to a physical
73 NamedRegionTimer T("Seed Live Regs", TimerGroupName, TimePassesIsEnabled);
98 // Invalidate all interference queries, live ranges could have changed.
102 // register if possible and populate a list of new live intervals that
LiveInterval.cpp 1 //===-- LiveInterval.cpp - Live Interval Representation -------------------===//
12 // live range for register v if there is no instruction with number j' >= j
13 // such that v is live at j' and there is no instruction with number i' < i such
14 // that v is live at i'. In this implementation ranges can have holes,
74 assert(SlotIndex::isEarlierInstr(Def, I->start) && "Already live at def");
80 // overlaps - Return true if the intersection of the two live ranges is
89 // The live ranges should look like:
180 /// overlaps - Return true if the live range overlaps an interval specified
211 assert(!VNI->isUnused() && "Unused valno used by live segment");
295 // Check to make sure that we are not overlapping two live segments wit
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 344 // HeapLeakChecker live object tracking components
347 // Cases of live object placement we distinguish
349 MUST_BE_ON_HEAP, // Must point to a live object of the matching size in the
351 IGNORED_ON_HEAP, // Is a live (ignored) object on heap
377 // to live (not leaked) objects.
382 // of the heap and removing the live heap objects we've handled from it.
384 // live heap objects in our flood traversal of them.
420 // These are used to consider live only appropriate chunks of the memory areas
422 // so that we do not treat pointers from outdated stack frames as live.
430 // and thread-local storage that we want to consider as live global data
    [all...]
heap-profile-table.h 82 bool live; member in struct:HeapProfileTable::AllocInfo
134 // If "ptr" points to a recorded allocation and it's not marked as live
135 // mark it as live and return true. Else return false.
136 // All allocations start as non-live.
201 // Return a snapshot of every non-live, non-ignored object in *this.
203 // As a side-effect, clears the "live" bit on every live object in *this.
207 // Dump a list of allocations marked as "live" along with their creation
218 // "live" where created during step 2.
250 bool live() const { return bucket_rep & kLive; function in struct:HeapProfileTable::AllocValue
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 344 // HeapLeakChecker live object tracking components
347 // Cases of live object placement we distinguish
349 MUST_BE_ON_HEAP, // Must point to a live object of the matching size in the
351 IGNORED_ON_HEAP, // Is a live (ignored) object on heap
377 // to live (not leaked) objects.
382 // of the heap and removing the live heap objects we've handled from it.
384 // live heap objects in our flood traversal of them.
420 // These are used to consider live only appropriate chunks of the memory areas
422 // so that we do not treat pointers from outdated stack frames as live.
430 // and thread-local storage that we want to consider as live global data
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
publications-and-presentations.rst 24 - `Google Developers Live <https://developers.google.com/live/>`_
26 <https://developers.google.com/live/shows/7320022-5002/>`_ Learn
39 - `Native Client Live
59 <https://www.google.com/events/io/2011/index-live.html>`_
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 49 /// Called before shrinking the live range of a virtual register.
79 /// live range trimmed or entirely removed.
109 /// @param MF The MachineFunction the live range edit is taking place in.
110 /// @param lis The collection of all live intervals in this function.
214 /// (allDefsAreDead returns true). This may cause live intervals to be trimmed
  /external/qemu/docs/
AUDIO.TXT 146 call this value the number of 'live' samples in the stereo buffer.
148 - if 'live' is 0, call the callback of each active SWVoiceOut to fill the stereo
178 live = MIN([sw.total_hw_samples_mixed for sw in hw.list_SWVoiceOut ])
179 if live > 0:
180 played = hw.run_out(live)
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 228 * The favorite is a live folder
230 * Note: live folders can no longer be added to Launcher, and any live folders which
281 * live folders to find the content provider.
287 * The display mode if the item is a live folder.
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 11 // pseudo registers into register stack instructions. This pass uses live
17 // partitioned into bundles where the same FP registers must be live in
19 // block to rearrange the live registers to match the outgoing bundle.
22 // live register shuffling instructions when critical edges are present.
80 // LiveBundle. It represents a set of CFG edges where the live FP stack
87 // The set of live FP registers in a LiveBundle is calculated by bundleCFG,
90 // Bit mask of live FP registers. Bit 0 = FP0, bit 1 = FP1, &c.
93 // Number of pre-assigned live registers in FixStack. This is 0 when the
97 // Assigned stack order for live-in registers.
103 // Have the live registers been assigned a stack order yet
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
heap_checker.html 55 not pointed to by objects that are still "live" at program-exit -- it
99 <p>"Normal" heap-checking tracks <A HREF="#live">live objects</A> and
100 reports a leak for any data that is not reachable via a live object
114 not do "live object" checking at all, so it reports a leak unless
147 before those objects are destroyed (since while they're live, any
424 <h3><A name=live>Detecting Live Objects</A></h3>
427 accessible at that time is considered "live." This includes global
436 <p>In all modes except "draconian," live memory is no
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.h 50 * A live range contains the start and end of a range where an instruction
51 * is live.
88 * A use position represents a live interval use at a given position.
131 * An interval is a list of disjoint live ranges where an instruction is live.
443 // Live interval that is the result of a split.
518 // This creates a natural and efficient ordering when visualizing live ranges.
525 // Compute live ranges of instructions, as well as live_in, live_out and kill sets.
528 // Compute the live ranges of instructions, as well as the initial live_in, live_out and
  /art/runtime/gc/collector/
semi_space.cc 224 // the live stack during the recursive mark.
332 // pointer space only collection is enabled,) then we need to scan its live bitmap or dirty
333 // cards as roots (including the objects on the live stack which have just marked in the live
371 // Delay copying the live set to the marked set until here from
373 // be newly added to the live set above in MarkAllocStackAsLive().
396 // Swap the live and mark bitmaps for each space which we modified space. This is an
397 // optimization that enables us to not clear live bits inside of the sweep. Only swaps unbound
400 // Unbind the live and mark bitmaps.
511 // If a bump pointer space only collection, delay the live
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SetFactory.java 47 * BitIntSet/ListIntSet threshold for the live in/out sets kept by
85 * Make IntSet for register live in/out sets.
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 77 * Path part for the Live Folder URI
101 * The content Uri pattern for a notes listing for live folders
  /external/chromium_org/base/i18n/
char_iterator.h 32 // Requires |str| to live as long as the UTF8CharIterator does.
78 // Requires |str| to live as long as the UTF16CharIterator does.
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.h 93 // These live on the FILE thread.
98 // All the PolicyValueStores live on the FILE thread, and |store_map_| can be

Completed in 1695 milliseconds

1 2 3 4 5 6 7 8 91011>>