Searched refs:allocations (Results 1 – 9 of 9) sorted by relevance
51 int allocations = 0; in allocateTillOOME() local57 allocations++; in allocateTillOOME()63 return allocations; in allocateTillOOME()
1 Test that GC doesn't happen too often for a few small allocations.
37 * [low priority] by site allocations won't line up if the stack has been55 * Line number decoding for allocations in proguarded classes.111 Remove native allocations view.130 Show registered native allocations for heap dumps that support it.142 Enable stack allocations code (using custom modified perflib).146 Enable stack allocations code (using custom modified perflib).
131 private static void stress(int allocations) { in stress() argument134 final int num_obj = allocations; in stress()
3 tiallocsample is a JVMTI agent designed to track the call stacks of allocations29 The resulting file is a sequence of object allocations, with a limited form of
21 It is also possible it could fail due to the pattern of allocations caused by
1 …ializing and loading the TestWatcher class that will (eventually) be notified of object allocations
1210 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1219 StackReference<mirror::Object>* objects = allocations->Begin(); in SweepArray()1220 size_t count = allocations->Size(); in SweepArray()1305 allocations->Reset(); in SweepArray()
2541 void ConcurrentCopying::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument2553 StackReference<mirror::Object>* objects = allocations->Begin(); in SweepArray()2554 size_t count = allocations->Size(); in SweepArray()2626 allocations->Reset(); in SweepArray()