Home
last modified time | relevance | path

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

/dalvik/vm/
DDvmDex.cpp45 u4 stringSize, classSize, methodSize, fieldSize; in allocateAuxStructures() local
50 classSize = pHeader->typeIdsSize * sizeof(struct ClassObject*); in allocateAuxStructures()
55 stringSize + classSize + methodSize + fieldSize; in allocateAuxStructures()
71 blob += classSize; in allocateAuxStructures()
77 pDvmDex, stringSize/4, classSize/4, methodSize/4, fieldSize/4, in allocateAuxStructures()
78 stringSize + classSize + methodSize + fieldSize); in allocateAuxStructures()