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

1 2 3 4 5 6 7 8 91011>>

  /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/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 48 // depending on the live resource load. Here's an example of cache growth over time,
52 // |----------| Live: +
134 void adjustSize(bool live, int delta);
181 unsigned m_liveSize; // The number of bytes currently consumed by "live" resources in the cache.
189 // Lists just for live resources with decoded data. Access to this list is based off of painting the resource.
  /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.
105 /// @param MF The MachineFunction the live range edit is taking place in.
106 /// @param lis The collection of all live intervals in this function.
201 /// (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 212 * The favorite is a live folder
214 * Note: live folders can no longer be added to Launcher, and any live folders which
265 * live folders to find the content provider.
271 * 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.
79 // LiveBundle. It represents a set of CFG edges where the live FP stack
86 // The set of live FP registers in a LiveBundle is calculated by bundleCFG,
89 // Bit mask of live FP registers. Bit 0 = FP0, bit 1 = FP1, &c.
92 // Number of pre-assigned live registers in FixStack. This is 0 when the
96 // Assigned stack order for live-in registers.
102 // 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...]
  /external/chromium_org/v8/src/
mark-compact.h 39 // to the first live object in the page (only used for old and map objects).
169 // Marking deque for tracing live objects.
267 // after live objects were relocated from evacuation candidates.
553 // object from the forwarding address of the previous live object in the
555 // next live object in the same page. For spaces using a different
563 // Type of functions to process non-live objects.
805 // Phase 1: Marking live objects.
811 // After: Live objects are marked and non-live objects are unmarked.
886 // Map transitions from a live map to a dead map must be killed
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 57 STATISTIC(NumSpilled, "Number of registers live across unwind edges");
263 // live across unwind edges. Each value that is live across an unwind edge
264 // we spill into a stack location, guaranteeing that there is nothing live
283 // value itself cannot be live across the entry block.
319 // Finally, scan the code looking for instructions with bad live ranges.
346 // Scan all of the uses and see if the live range is live across an unwind
347 // edge. If we find a use live across an invoke edge, create an alloca
351 // Find all of the blocks that this value is live in
    [all...]
  /external/v8/src/
mark-compact.h 39 // to the first live object in the page (only used for old and map objects).
168 // Marking deque for tracing live objects.
267 // after live objects were relocated from evacuation candidates.
407 // object from the forwarding address of the previous live object in the
409 // next live object in the same page. For spaces using a different
417 // Type of functions to process non-live objects.
601 // Phase 1: Marking live objects.
607 // After: Live objects are marked and non-live objects are unmarked.
697 // Map transitions from a live map to a dead map must be killed
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 28 * live until it is either explicitly killed or reallocated.
55 regs[i].live = false;
67 p[i].live, p[i].dirty, p[i].s_reg, reinterpret_cast<uintptr_t>(p[i].def_start),
85 p[i].live = false;
105 /* Reset live temp tracking sanity checker */
275 if (p[next].is_temp && !p[next].in_use && !p[next].live) {
313 // First try to avoid allocating live registers
317 if ((p[next].is_temp && !p[next].in_use && !p[next].live) &&
318 (p[next+1].is_temp && !p[next+1].in_use && !p[next+1].live)) {
382 if (p[i].live && (p[i].s_reg == s_reg))
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 124 /// LiveRegs - true if the register is live.
139 /// startBlock - Initialize register live-range state for scheduling in
164 /// finishBlock - Clean up register live-range state.
209 "Live-ins must be accurate for anti-dependency breaking");
306 // Initialize register live-range state for scheduling in this block.
340 // Clean up register live-range state.
350 /// StartBlock - Initialize register live-range state for scheduling in
377 // When a live range is changed to use a different register, remove
380 // edges based on the next live range of the register.
405 /// FinishBlock - Clean up register live-range state
    [all...]
RegisterPressure.cpp 95 dbgs() << "Live In: ";
99 dbgs() << "Live Out: ";
244 /// Does this pressure result have a valid top position and live ins.
252 /// Does this pressure result have a valid bottom position and live outs.
270 /// Set the boundary for the top of the region and summarize live ins.
288 /// Set the boundary for the bottom of the region and summarize live outs.
306 /// Finalize the region boundaries and record live ins and live outs.
321 /// live-thru ranges. However, two-address or coalesced chains can also lead
322 /// to live ranges with no holes. Count these to inform heuristics that w
    [all...]
AggressiveAntiDepBreaker.cpp 54 // Initialize the indices to indicate that no registers are live.
109 // to be live.
154 // Examine the live-in regs of all successors.
167 // Mark live-out callee-saved registers. In a return block this is
204 // If Reg is current live, then mark that it can't be renamed as
205 // we don't know the extent of its live-range anymore (now that it
206 // has been scheduled). If it is not live but was defined in the
213 State->GetGroup(Reg) << "->g0(region live-out)");
343 // dead, or because only a subregister is live at the def. If we
373 // Any aliased that are live at this point are completely o
    [all...]
  /external/qemu/audio/
wavaudio.c 58 static int wav_out_run (HWVoiceOut *hw, int live)
77 decr = audio_MIN (live, samples);
348 int wpos, live, decr, samples; local
363 live = audio_pcm_hw_get_live_in (hw);
364 if (!live) {
370 decr = audio_MIN (live, samples);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
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...]
  /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/tools/
weburl_links.txt 11 http://www.live.com
46 https://signup.live.com/signup.aspx
  /external/chromium_org/content/browser/
browsing_instance.h 41 // A BrowsingInstance is live as long as any SiteInstance has a reference to
42 // it. A SiteInstance is live as long as any NavigationEntry or RenderViewHost
  /external/chromium_org/content/browser/download/
download_file.h 20 // These objects live exclusively on the file thread and handle the writing
21 // operations for one download. These objects live only for the duration that
  /external/chromium_org/content/browser/renderer_host/media/
audio_mirroring_manager.h 69 // diverters may be added for the same target. |diverter| must live until
81 // |destination|. |destination| must live until after StopMirroring() is
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptState.h 113 // Keep the context from being GC'ed. ScriptState is guaranteed to be live while the context is live.
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 33 // "*file" must remain live while this Reader is in use.
37 // live while this Reader is in use.

Completed in 1494 milliseconds

1 2 3 4 5 6 7 8 91011>>