Searched refs:fieldSize (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/ |
D | DvmDex.cpp | 45 u4 stringSize, classSize, methodSize, fieldSize; in allocateAuxStructures() local 52 fieldSize = pHeader->fieldIdsSize * sizeof(struct Field*); in allocateAuxStructures() 55 stringSize + classSize + methodSize + fieldSize; in allocateAuxStructures() 77 pDvmDex, stringSize/4, classSize/4, methodSize/4, fieldSize/4, in allocateAuxStructures() 78 stringSize + classSize + methodSize + fieldSize); in allocateAuxStructures()
|
/dalvik/hit/src/com/android/hit/ |
D | HprofParser.java | 471 int fieldSize = Types.getTypeSize(fieldType); in loadClassDump() local 474 in.readFully(buffer, 0, fieldSize); in loadClassDump() 475 staticFieldValues.write(buffer, 0, fieldSize); in loadClassDump() 477 bytesRead += mIdSize + 1 + fieldSize; in loadClassDump()
|