Home
last modified time | relevance | path

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

/art/test/109-suspend-check/src/
DMain.java25 MakeGarbage garbage = new MakeGarbage(); in main() local
29 garbage.start(); in main()
38 garbage.stopNow(); in main()
96 byte[] garbage = new byte[100000]; in run()
/art/runtime/gc/accounting/
Dspace_bitmap.cc159 uword garbage = live[i] & ~mark[i]; in SweepWalk() local
160 if (UNLIKELY(garbage != 0)) { in SweepWalk()
163 const size_t shift = CTZ(garbage); in SweepWalk()
164 garbage ^= (static_cast<uword>(1)) << shift; in SweepWalk()
166 } while (garbage != 0); in SweepWalk()
/art/test/074-gc-thrash/
Dinfo.txt1 This thrashes the memory allocator and garbage collector for a brief period.
/art/test/109-suspend-check/
Dinfo.txt1 To support garbage collection, debugging and profiling the VM must be able to send all threads