Searched refs:gcCount (Results 1 – 5 of 5) sorted by relevance
81 int gcCount; // #of times an allocation triggered a GC member
550 gDvm.allocProf.gcCount); in dvmMethodTraceStop()
88 allocProf->gcCount = 0; in clearAllocProfStateFields()172 pResult->i = allocProf->gcCount; in Dalvik_dalvik_system_VMDebug_getAllocCount()
310 gDvm.allocProf.gcCount++; in gcForMalloc()312 self->allocProf.gcCount++; in gcForMalloc()
1400 gDvm.allocProf.gcCount++; in gcForExternalAlloc()1402 self->allocProf.gcCount++; in gcForExternalAlloc()