Searched refs:residue_in_bytes (Results 1 – 1 of 1) sorted by relevance
2794 CharUnits residue_in_bytes = CharUnits::Zero(); in getBitmapBlockLayout() local2796 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()2797 size_in_bytes -= residue_in_bytes; in getBitmapBlockLayout()2815 if (residue_in_bytes > CharUnits::Zero()) { in getBitmapBlockLayout()2817 (BLOCK_LAYOUT_NON_OBJECT_BYTES << 4) | (residue_in_bytes.getQuantity()-1); in getBitmapBlockLayout()