Searched refs:alignBytesNeeded (Results 1 – 5 of 5) sorted by relevance
142 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue()249 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()
683 total += alignBytesNeeded(static_cast<uint32_t>(total), loc.length); in allocatePointerArgumentsToPool()
719 totalSizeOfTemporaries += alignBytesNeeded(totalSizeOfTemporaries, size); in makeController()
235 uint32_t alignBytesNeeded(uint32_t index, size_t length);
331 uint32_t alignBytesNeeded(uint32_t index, size_t length) { in alignBytesNeeded() function