Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/alloc/
DHeapBitmap.cpp189 unsigned long garbage = live[i] & ~mark[i]; in dvmHeapBitmapSweepWalk() local
190 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()
/dalvik/tests/074-gc-thrash/
Dinfo.txt1 This thrashes the memory allocator and garbage collector for a brief period.
/dalvik/vm/mterp/
DNOTES.txt7 suspension for garbage collection and the debugger. This typically
26 registers for "precise" garbage collection. So, all opcode handlers must