Home
last modified time | relevance | path

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

/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/004-NativeAllocations/src/
DMain.java60 NativeAllocation[] allocations = new NativeAllocation[count]; in main() local
62 allocations[i % count] = new NativeAllocation(size); in main()
/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.cc999 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument
1008 Object** objects = allocations->Begin(); in SweepArray()
1009 size_t count = allocations->Size(); in SweepArray()
1091 allocations->Reset(); in SweepArray()