Home
last modified time | relevance | path

Searched refs:classInitCount (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DProfile.h77 int classInitCount; // #of initialized classes member
/dalvik/vm/native/
Ddalvik_system_VMDebug.cpp125 allocProf->classInitCount = 0; in clearAllocProfStateFields()
195 pResult->i = allocProf->classInitCount; in Dalvik_dalvik_system_VMDebug_getAllocCount()
/dalvik/vm/oo/
DClass.cpp4501 gDvm.allocProf.classInitCount++; in dvmInitClass()
4502 self->allocProf.classInitCount++; in dvmInitClass()