HomeSort by relevance Sort by last modified time
    Searched full:scavenge (Results 1 - 25 of 37) sorted by null

1 2

  /dalvik/vm/alloc/
Copying.cpp 891 /* Scavenge the array element class object. */
895 /* Scavenge the superclass. */
897 /* Scavenge the class loader. */
899 /* Scavenge static fields. */
906 /* Scavenge interface class objects. */
918 /* Scavenge the class object. */
924 /* Scavenge the array contents. */
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 238 Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
249 Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
366 stats(out, 'Scavenge', scavenges, 'pause')
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 100 // scavenge a register here instead of reserving G1 all of the time.
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 366 "Scavenger slot is live, unable to scavenge another register!");
376 "Cannot scavenge register without an emergency spill slot!");
PrologEpilogInserter.cpp 123 // post-pass, scavenge the virtual registers that frame index elimiation
846 // Scavenge a new scratch register
MachineLICM.cpp 622 // important to ensure later passes do not scavenge the def register.
    [all...]
  /external/v8/src/
global-handles.h 188 // scavenge collections and iterate over sets of handles that are
store-buffer.h 71 // stage of the scavenge can only reduce the number of addresses in the store
heap.cc 268 // Is there enough space left in OLD to guarantee that a scavenge can
276 // a scavenge would have succeeded.
280 *reason = "scavenge might not succeed";
502 PrintF("[IncrementalMarking] Scavenge during marking.\n");
832 Scavenge();
    [all...]
heap.h 288 // A queue of objects promoted during scavenge. Each object is accompanied
418 // To speed up scavenge collections new space string are kept
    [all...]
heap-inl.h 324 // - the object has survived a scavenge operation or
432 // Call the slow part of scavenge object.
contexts.h 293 // Scavenge treats them as strong references.
incremental-marking.cc 757 // that shouldn't make us do a scavenge and keep being incremental, so we set
spaces.h 622 // scavenge.
    [all...]
stub-cache.cc 62 // Validate that the name does not move on scavenge, and that we
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 99 // Use a background thread to periodically scavenge memory to release back to the system
841 // fetch too many at a time, we end up having to scavenge too often
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 29 // and may even makes it impossible to scavenge a register.
ARMFrameLowering.cpp 68 // and may even makes it impossible to scavenge a register.
    [all...]
  /external/v8/test/cctest/
test-mark-compact.cc 292 // Scavenge does not call GC callback functions.
test-heap.cc 364 // Scavenge treats weak pointers as normal roots.
1054 // Scavenge treats these references as strong.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 565 // The offset doesn't fit into a single register, scavenge one to build the
PPCInstrInfo.td 404 // scavenge a register for it.
410 // spilled), so we'll need to scavenge a register for it.
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2010-05-24     [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 718 // space is full and a scavenge is needed. All registers are clobbered also
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 533 // space is full and a scavenge is needed. All registers are clobbered also
    [all...]

Completed in 1126 milliseconds

1 2