equal
deleted
inserted
replaced
137 // See Deoptimization::trap_state_reason for an assert that |
137 // See Deoptimization::trap_state_reason for an assert that |
138 // trap_bits is big enough to hold reasons < Reason_RECORDED_LIMIT. |
138 // trap_bits is big enough to hold reasons < Reason_RECORDED_LIMIT. |
139 // |
139 // |
140 // The trap_state is collected only if ProfileTraps is true. |
140 // The trap_state is collected only if ProfileTraps is true. |
141 trap_bits = 1+31, // 31: enough to distinguish [0..Reason_RECORDED_LIMIT]. |
141 trap_bits = 1+31, // 31: enough to distinguish [0..Reason_RECORDED_LIMIT]. |
142 trap_mask = right_n_bits(trap_bits), |
142 trap_mask = -1, |
143 first_flag = 0 |
143 first_flag = 0 |
144 }; |
144 }; |
145 |
145 |
146 // Size computation |
146 // Size computation |
147 static int header_size_in_bytes() { |
147 static int header_size_in_bytes() { |