Searched refs:getSize (Results 1 – 11 of 11) sorted by relevance
76 size += instance.getSize(); in getCompositeSize()83 public int getSize() { in getSize() method in Instance
67 public final int getSize() { in getSize() method in RootObj80 return instance.getSize(); in getSize()
86 public final int getSize() { in getSize() method in ClassInstance89 return isa.getSize(); in getSize()
74 public final int getSize() { in getSize() method in ArrayInstance
142 System.out.println(theClass + ": base " + theClass.getSize() in dumpSizes()
417 size_t getSize = (count > kBufSize) ? kBufSize : count; in sysCopyFileToFile() local419 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()
633 size_t getSize = (compLen > kBufSize) ? kBufSize : compLen; in inflateToFile() local635 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()
88 public int getSize() { in getSize() method in FillArrayDataPayloadDecodedInstruction
871 out.writeInt(payload.getSize()); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()
172 int size= (int) entry.getSize(); in loadJarData()
1058 for (int i = 0; i < mapSet.getSize(); i++) { in processPhiInsn()1135 public int getSize() { in getSize() method in FirstFitLocalCombiningAllocator.Multiset