Home
last modified time | relevance | path

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

/dalvik/hit/src/com/android/hit/
DInstance.java76 size += instance.getSize(); in getCompositeSize()
83 public int getSize() { in getSize() method in Instance
DRootObj.java67 public final int getSize() { in getSize() method in RootObj
80 return instance.getSize(); in getSize()
DClassInstance.java86 public final int getSize() { in getSize() method in ClassInstance
89 return isa.getSize(); in getSize()
DArrayInstance.java74 public final int getSize() { in getSize() method in ArrayInstance
DHeap.java142 System.out.println(theClass + ": base " + theClass.getSize() in dumpSizes()
/dalvik/libdex/
DSysUtil.cpp417 size_t getSize = (count > kBufSize) ? kBufSize : count; in sysCopyFileToFile() local
419 ssize_t actual = TEMP_FAILURE_RETRY(read(inFd, buf, getSize)); in sysCopyFileToFile()
420 if (actual != (ssize_t) getSize) { in sysCopyFileToFile()
422 (int) actual, getSize); in sysCopyFileToFile()
426 if (sysWriteFully(outFd, buf, getSize, "sysCopyFileToFile") != 0) in sysCopyFileToFile()
429 count -= getSize; in sysCopyFileToFile()
DZipArchive.cpp633 size_t getSize = (compLen > kBufSize) ? kBufSize : compLen; in inflateToFile() local
635 ssize_t actual = TEMP_FAILURE_RETRY(read(inFd, readBuf, getSize)); in inflateToFile()
636 if (actual != (ssize_t) getSize) { in inflateToFile()
638 (int)actual, getSize); in inflateToFile()
642 compLen -= getSize; in inflateToFile()
645 zstream.avail_in = getSize; in inflateToFile()
/dalvik/dx/src/com/android/dx/io/instructions/
DFillArrayDataPayloadDecodedInstruction.java88 public int getSize() { in getSize() method in FillArrayDataPayloadDecodedInstruction
DInstructionCodec.java871 out.writeInt(payload.getSize()); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()
/dalvik/dx/src/junit/runner/
DTestCaseClassLoader.java172 int size= (int) entry.getSize(); in loadJarData()
/dalvik/dx/src/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java1058 for (int i = 0; i < mapSet.getSize(); i++) { in processPhiInsn()
1135 public int getSize() { in getSize() method in FirstFitLocalCombiningAllocator.Multiset