Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 10 of 10) sorted by relevance

/art/test/104-growth-limit/src/
DMain.java51 int allocations = 0; in allocateTillOOME() local
57 allocations++; in allocateTillOOME()
63 return allocations; in allocateTillOOME()
/art/test/098-ddmc/
Dexpected.txt6 Capture some allocations (note just this causes allocations)
18 Confirm we can reenable twice in a row without losing allocations
/art/test/154-gc-loop/
Dinfo.txt1 Test that GC doesn't happen too often for a few small allocations.
/art/tools/ahat/
DREADME.txt37 * [low priority] by site allocations won't line up if the stack has been
101 Remove native allocations view.
120 Show registered native allocations for heap dumps that support it.
132 Enable stack allocations code (using custom modified perflib).
136 Enable stack allocations code (using custom modified perflib).
/art/test/098-ddmc/src/
DMain.java145 Allocations(byte[] allocations) { in Allocations() argument
146 ByteBuffer b = ByteBuffer.wrap(allocations); in Allocations()
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md3 tiallocsample is a JVMTI agent designed to track the call stacks of allocations
29 The resulting file is a sequence of object allocations, with a limited form of
/art/test/980-redefine-object/
Dinfo.txt21 It is also possible it could fail due to the pattern of allocations caused by
Dexpected.txt1 …ializing and loading the TestWatcher class that will (eventually) be notified of object allocations
/art/runtime/gc/collector/
Dmark_sweep.cc1207 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument
1216 StackReference<mirror::Object>* objects = allocations->Begin(); in SweepArray()
1217 size_t count = allocations->Size(); in SweepArray()
1302 allocations->Reset(); in SweepArray()
Dconcurrent_copying.cc2435 void ConcurrentCopying::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument
2447 StackReference<mirror::Object>* objects = allocations->Begin(); in SweepArray()
2448 size_t count = allocations->Size(); in SweepArray()
2520 allocations->Reset(); in SweepArray()