Lines Matching full:bits
70 128 bits object header for high-end devices(64 bits pointers):
73 | Object Header (128 bits) | Sta…
75 | Mark Word (64 bits) | Class Word (64 bits) | …
88 64 bits object header for high-end devices(32 bits pointers):
91 | Object Header (64 bits) | Sta…
93 | Mark Word (32 bits) | Class Word (32 bits) | …
110 | Object Header (64 bits) | Sta…
112 | Mark Word (32 bits) | Class Word (32 bits) | …
127 32 bits object header for low-end devices:
130 | Object Header (32 bits) | Sta…
132 | Mark Word (16 bits) | Class Word (16 bits) | …
163 | Object Header (64 bits) |
165 | Length (32 bits) |
175 | Object Header (64 bits) |
177 | Length (32 bits) |
179 | String hash value (32 bits) |
187 | Object Header (64 bits) |
189 | Length (31 bits) |
193 | String hash value (32 bits) |
198 If the compressed bit is 1, the string has a compressed payload - 8 bits for each element.
200 If the compressed bit is 0, the string has not been compressed - its payload consists of 16 bits el…
207 | String Hash | GC bit (1 bit) | Status (2 bits) | <--- Mark Word (32 bits)
209 | Class Word (32 bits) |
211 | Length (32 bits) |