Home
last modified time | relevance | path

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

/art/test/004-NativeAllocations/src/
DMain.java67 NativeAllocation[] allocations = new NativeAllocation[count]; in main() local
69 allocations[i % count] = new NativeAllocation(size, false); in main()
76 allocations[i % count] = new NativeAllocation(size, true); in main()
81 allocations[i % count] = new NativeAllocation(size, true); in main()
/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/tools/ahat/
DREADME.txt32 * [low priority] by site allocations won't line up if the stack has been
75 * Adding up allocations by stack frame.
82 Show registered native allocations for heap dumps that support it.
94 Enable stack allocations code (using custom modified perflib).
98 Enable stack allocations code (using custom modified perflib).
/art/test/098-ddmc/src/
DMain.java94 Allocations(byte[] allocations) { in Allocations() argument
95 ByteBuffer b = ByteBuffer.wrap(allocations); in Allocations()
/art/runtime/gc/collector/
Dmark_sweep.cc1184 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument
1193 StackReference<mirror::Object>* objects = allocations->Begin(); in SweepArray()
1194 size_t count = allocations->Size(); in SweepArray()
1279 allocations->Reset(); in SweepArray()