Searched refs:getCurrentSize (Results 1 – 8 of 8) sorted by relevance
245 const RelocOffsetT OffsetInSection = Section->getCurrentSize(); in writeFunctionCode()413 Section->getCurrentSize(), SymbolSize); in writeDataOfType()420 Section->setSize(Section->getCurrentSize() + SymbolSize); in writeDataOfType()439 NewFixup.set_position(Section->getCurrentSize()); in writeDataOfType()614 Section->getCurrentSize(), PointerSize); in writeJumpTable()619 NewFixup.set_position(Section->getCurrentSize()); in writeJumpTable()
70 SizeT getCurrentSize() const { return Header.sh_size; } in getCurrentSize() function
20 int getCurrentSize(); in getCurrentSize() method
14 public int getCurrentSize() { in getCurrentSize() method in MemoryCacheAdapter
51 trimToSize(getCurrentSize() / 2); in trimMemory()
74 public int getCurrentSize() { in getCurrentSize() method in LruCache
56 …final int maxSize = memoryCache.getMaxSize() - memoryCache.getCurrentSize() + bitmapPool.getMaxSiz… in generateAllocationOrder()
117 return memoryCache.getMaxSize() - memoryCache.getCurrentSize(); in getFreeMemoryCacheBytes()