| 150 | } |
| 151 | |
| 152 | static unsigned bits_ptr_byte_offset() { |
| 153 | assert(!does_ptr_mem_access || bits_byte <= bits_program_pointer); |
| 154 | return bits_byte < bits_program_pointer ? 3 : 0; |
| 155 | } |
| 156 | |
| 157 | static unsigned padding_ptr_byte() { |
| 158 | return Byte::bitsByte() - byte_has_ptr_bit() - 1 - Pointer::totalBits() |
no outgoing calls
no test coverage detected