• Home
  • Raw
  • Download

Lines Matching refs:Collector

285         (Collector::collect): Remove separate unmarking pass and instead
443 (Collector::allocate): Clear the flags on newly allocated objects.
507 (Collector::allocate): Don't bother doing the bit tests on a bitmap word if
509 (Collector::collect): Track memoryFull boolean.
520 (Collector::allocate):
521 (Collector::collect):
522 (Collector::size):
523 (Collector::outOfMemory):
524 (Collector::finalCheck):
525 (Collector::numGCNotAllowedObjects):
526 (Collector::numReferencedObjects):
527 (Collector::liveObjectClasses):
1115 (Collector::allocate): Implement a new policy of doing a garbage collect every 1000
1117 (Collector::collect): Zero out the "number of allocations since last collect".
1429 (Collector::collect):
1655 (Collector::liveObjectClasses):
1663 (Collector::collect): Combine 3 loops over all objects into one,
1796 (Collector::allocate):
1797 (Collector::collect):
1798 (Collector::finalCheck):
1799 (Collector::numInterpreters):
1800 (Collector::numGCNotAllowedObjects):
1801 (Collector::numReferencedObjects):
2060 (Collector::lock, Collector::unlock): Trivial implementation of a
2062 (Collector::allocate): Lock around the body of this function.
2063 (Collector::collect): Likewise.
2064 (Collector::finalCheck): Likewise.
2065 (Collector::numInterpreters): Likewise.
2066 (Collector::numGCNotAllowedObjects): Likewise.
2067 (Collector::numReferencedObjects): Likewise.
2071 (InterpreterImp::InterpreterImp): Grab the Collector lock here,
2088 (Collector::numInterpreters):
2089 (Collector::numGCNotAllowedObjects):
2090 (Collector::numReferencedObjects):