Searched refs:garbage (Results 1 – 3 of 3) sorted by relevance
189 unsigned long garbage = live[i] & ~mark[i]; in dvmHeapBitmapSweepWalk() local190 if (UNLIKELY(garbage != 0)) { in dvmHeapBitmapSweepWalk()193 while (garbage != 0) { in dvmHeapBitmapSweepWalk()194 int shift = CLZ(garbage); in dvmHeapBitmapSweepWalk()195 garbage &= ~(highBit >> shift); in dvmHeapBitmapSweepWalk()
1 This thrashes the memory allocator and garbage collector for a brief period.
7 suspension for garbage collection and the debugger. This typically26 registers for "precise" garbage collection. So, all opcode handlers must