Searched refs:garbage (Results 1 – 8 of 8) sorted by relevance
218 uintptr_t garbage = in SweepWalk() local220 buffer_size += POPCOUNT(garbage); in SweepWalk()228 uintptr_t garbage = in SweepWalk() local230 if (UNLIKELY(garbage != 0)) { in SweepWalk()233 const size_t shift = CTZ(garbage); in SweepWalk()234 garbage ^= (static_cast<uintptr_t>(1)) << shift; in SweepWalk()236 } while (garbage != 0); in SweepWalk()
3 the garbage collector often enough to prevent us from running out of memory.7 triggered by Java garbage collection.
1 This thrashes the memory allocator and garbage collector for a brief period.
1 Check that reachabilityFence() prevents garbage collection of objects only referred to by a dead
1 To support garbage collection, debugging and profiling the VM must be able to send all threads
6 object may have been moved by the garbage collector, but the stack
210 byte[] garbage = new byte[100000]; in run()
4 Most garbage collection work can proceed concurrently with the client or6 thread stacks, the garbage collector needs to ensure that Java data processed8 should not hold references to the heap that are invisible to the garbage33 logically releases the mutator lock. When the garbage collector needs mutator