Searched refs:getCurrentSize (Results 1 – 8 of 8) sorted by relevance
20 int getCurrentSize(); in getCurrentSize() method
14 public int getCurrentSize() { in getCurrentSize() method in MemoryCacheAdapter
51 trimToSize(getCurrentSize() / 2); in trimMemory()
244 const RelocOffsetT OffsetInSection = Section->getCurrentSize(); in writeFunctionCode()412 Section->getCurrentSize(), SymbolSize); in writeDataOfType()419 Section->setSize(Section->getCurrentSize() + SymbolSize); in writeDataOfType()438 NewFixup.set_position(Section->getCurrentSize()); in writeDataOfType()602 Section->getCurrentSize(), PointerSize); in writeJumpTable()607 NewFixup.set_position(Section->getCurrentSize()); in writeJumpTable()
70 SizeT getCurrentSize() const { return Header.sh_size; } in getCurrentSize() function
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()