Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 4 of 4) 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/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.cc1116 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument
1125 StackReference<Object>* objects = allocations->Begin(); in SweepArray()
1126 size_t count = allocations->Size(); in SweepArray()
1210 allocations->Reset(); in SweepArray()