Home
last modified time | relevance | path

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

/dalvik/vm/
DProfile.h66 int allocCount; // #of objects allocated member
DProfile.cpp680 gDvm.allocProf.allocCount); in dvmMethodTraceStop()
DDebugger.cpp492 LOGI("GC lifetime allocation: %d bytes", gDvm.allocProf.allocCount); in dvmDbgExit()
/dalvik/vm/alloc/
DHeap.cpp363 gDvm.allocProf.allocCount++; in dvmMalloc()
366 self->allocProf.allocCount++; in dvmMalloc()
/dalvik/vm/native/
Ddalvik_system_VMDebug.cpp110 allocProf->allocCount = 0; in clearAllocProfStateFields()
180 pResult->i = allocProf->allocCount; in Dalvik_dalvik_system_VMDebug_getAllocCount()