Searched refs:getSize (Results 1 – 10 of 10) sorted by relevance
342 size_t getSize = (count > kBufSize) ? kBufSize : count; in sysCopyFileToFile() local344 ssize_t actual = TEMP_FAILURE_RETRY(read(inFd, buf, getSize)); in sysCopyFileToFile()345 if (actual != (ssize_t) getSize) { in sysCopyFileToFile()347 (int) actual, getSize); in sysCopyFileToFile()351 if (sysWriteFully(outFd, buf, getSize, "sysCopyFileToFile") != 0) in sysCopyFileToFile()354 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()
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()
88 public int getSize() { in getSize() method in FillArrayDataPayloadDecodedInstruction
738 out.writeInt(payload.getSize()); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()
1058 for (int i = 0; i < mapSet.getSize(); i++) { in processPhiInsn()1135 public int getSize() { in getSize() method in FirstFitLocalCombiningAllocator.Multiset