Searched refs:WordSizeInBytes (Results 1 – 3 of 3) sorted by relevance
164 const uint32_t WordSizeInBytes = typeWidthInBytes(Traits::WordType); in typeWidthInBytesOnStack() local165 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
2444 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout() local2475 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()2480 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout()2595 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in BuildRCBlockLayout() local2630 fieldSize = CharUnits::fromQuantity(WordSizeInBytes); in BuildRCBlockLayout()
2743 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout() local2774 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()2779 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout()2929 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in fillRunSkipBlockVars() local2964 fieldSize = CharUnits::fromQuantity(WordSizeInBytes); in fillRunSkipBlockVars()