1 | // SHA1Hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 |
2 | /* |
3 | * Copyright (C) 2019 Apple Inc. All rights reserved. |
4 | * |
5 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions |
7 | * are met: |
8 | * |
9 | * 1. Redistributions of source code must retain the above copyright |
10 | * notice, this list of conditions and the following disclaimer. |
11 | * 2. Redistributions in binary form must reproduce the above copyright |
12 | * notice, this list of conditions and the following disclaimer in the |
13 | * documentation and/or other materials provided with the distribution. |
14 | * |
15 | * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY |
16 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
17 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
18 | * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
19 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
20 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
21 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
22 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
23 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
25 | |
26 | * Autogenerated from /home/user/data/webkitgtk-2.25.2/Source/JavaScriptCore/bytecode/BytecodeList.rb, do not modify. |
27 | */ |
28 | |
29 | #pragma once |
30 | |
31 | #define FOR_EACH_BYTECODE_ID(macro) \ |
32 | macro(op_create_this, 5) \ |
33 | macro(op_get_argument, 4) \ |
34 | macro(op_to_this, 3) \ |
35 | macro(op_new_object, 4) \ |
36 | macro(op_new_array, 6) \ |
37 | macro(op_new_array_with_size, 4) \ |
38 | macro(op_new_array_buffer, 5) \ |
39 | macro(op_add, 6) \ |
40 | macro(op_mul, 6) \ |
41 | macro(op_div, 6) \ |
42 | macro(op_sub, 6) \ |
43 | macro(op_bitand, 5) \ |
44 | macro(op_bitor, 5) \ |
45 | macro(op_bitxor, 5) \ |
46 | macro(op_bitnot, 4) \ |
47 | macro(op_to_object, 5) \ |
48 | macro(op_to_number, 4) \ |
49 | macro(op_negate, 5) \ |
50 | macro(op_in_by_val, 5) \ |
51 | macro(op_get_by_id, 5) \ |
52 | macro(op_get_by_id_with_this, 6) \ |
53 | macro(op_get_by_val_with_this, 6) \ |
54 | macro(op_get_by_id_direct, 5) \ |
55 | macro(op_try_get_by_id, 5) \ |
56 | macro(op_put_by_id, 6) \ |
57 | macro(op_get_by_val, 5) \ |
58 | macro(op_put_by_val, 5) \ |
59 | macro(op_put_by_val_direct, 5) \ |
60 | macro(op_jneq_ptr, 5) \ |
61 | macro(op_call, 6) \ |
62 | macro(op_tail_call, 6) \ |
63 | macro(op_call_eval, 6) \ |
64 | macro(op_call_varargs, 8) \ |
65 | macro(op_tail_call_varargs, 8) \ |
66 | macro(op_tail_call_forward_arguments, 8) \ |
67 | macro(op_construct, 6) \ |
68 | macro(op_construct_varargs, 8) \ |
69 | macro(op_resolve_scope, 7) \ |
70 | macro(op_get_from_scope, 8) \ |
71 | macro(op_put_to_scope, 8) \ |
72 | macro(op_get_from_arguments, 5) \ |
73 | macro(op_catch, 4) \ |
74 | macro(op_profile_type, 7) \ |
75 | macro(op_profile_control_flow, 3) \ |
76 | macro(op_has_indexed_property, 5) \ |
77 | macro(op_get_direct_pname, 7) \ |
78 | macro(op_wide16, 1) \ |
79 | macro(op_wide32, 1) \ |
80 | macro(op_enter, 1) \ |
81 | macro(op_get_scope, 2) \ |
82 | macro(op_create_direct_arguments, 2) \ |
83 | macro(op_create_scoped_arguments, 3) \ |
84 | macro(op_create_cloned_arguments, 2) \ |
85 | macro(op_argument_count, 2) \ |
86 | macro(op_check_tdz, 2) \ |
87 | macro(op_new_array_with_spread, 5) \ |
88 | macro(op_spread, 3) \ |
89 | macro(op_new_regexp, 3) \ |
90 | macro(op_mov, 3) \ |
91 | macro(op_eq, 4) \ |
92 | macro(op_neq, 4) \ |
93 | macro(op_stricteq, 4) \ |
94 | macro(op_nstricteq, 4) \ |
95 | macro(op_less, 4) \ |
96 | macro(op_lesseq, 4) \ |
97 | macro(op_greater, 4) \ |
98 | macro(op_greatereq, 4) \ |
99 | macro(op_below, 4) \ |
100 | macro(op_beloweq, 4) \ |
101 | macro(op_mod, 4) \ |
102 | macro(op_pow, 4) \ |
103 | macro(op_lshift, 4) \ |
104 | macro(op_rshift, 4) \ |
105 | macro(op_urshift, 4) \ |
106 | macro(op_eq_null, 3) \ |
107 | macro(op_neq_null, 3) \ |
108 | macro(op_to_string, 3) \ |
109 | macro(op_unsigned, 3) \ |
110 | macro(op_is_empty, 3) \ |
111 | macro(op_is_undefined, 3) \ |
112 | macro(op_is_undefined_or_null, 3) \ |
113 | macro(op_is_boolean, 3) \ |
114 | macro(op_is_number, 3) \ |
115 | macro(op_is_object, 3) \ |
116 | macro(op_is_object_or_null, 3) \ |
117 | macro(op_is_function, 3) \ |
118 | macro(op_inc, 2) \ |
119 | macro(op_dec, 2) \ |
120 | macro(op_not, 3) \ |
121 | macro(op_identity_with_profile, 4) \ |
122 | macro(op_overrides_has_instance, 4) \ |
123 | macro(op_instanceof, 4) \ |
124 | macro(op_instanceof_custom, 5) \ |
125 | macro(op_typeof, 3) \ |
126 | macro(op_is_cell_with_type, 4) \ |
127 | macro(op_in_by_id, 4) \ |
128 | macro(op_put_by_id_with_this, 5) \ |
129 | macro(op_del_by_id, 4) \ |
130 | macro(op_put_by_val_with_this, 5) \ |
131 | macro(op_del_by_val, 4) \ |
132 | macro(op_put_getter_by_id, 5) \ |
133 | macro(op_put_setter_by_id, 5) \ |
134 | macro(op_put_getter_setter_by_id, 6) \ |
135 | macro(op_put_getter_by_val, 5) \ |
136 | macro(op_put_setter_by_val, 5) \ |
137 | macro(op_define_data_property, 5) \ |
138 | macro(op_define_accessor_property, 6) \ |
139 | macro(op_jmp, 2) \ |
140 | macro(op_jtrue, 3) \ |
141 | macro(op_jfalse, 3) \ |
142 | macro(op_jeq_null, 3) \ |
143 | macro(op_jneq_null, 3) \ |
144 | macro(op_jeq, 4) \ |
145 | macro(op_jstricteq, 4) \ |
146 | macro(op_jneq, 4) \ |
147 | macro(op_jnstricteq, 4) \ |
148 | macro(op_jless, 4) \ |
149 | macro(op_jlesseq, 4) \ |
150 | macro(op_jgreater, 4) \ |
151 | macro(op_jgreatereq, 4) \ |
152 | macro(op_jnless, 4) \ |
153 | macro(op_jnlesseq, 4) \ |
154 | macro(op_jngreater, 4) \ |
155 | macro(op_jngreatereq, 4) \ |
156 | macro(op_jbelow, 4) \ |
157 | macro(op_jbeloweq, 4) \ |
158 | macro(op_loop_hint, 1) \ |
159 | macro(op_switch_imm, 4) \ |
160 | macro(op_switch_char, 4) \ |
161 | macro(op_switch_string, 4) \ |
162 | macro(op_new_func, 4) \ |
163 | macro(op_new_func_exp, 4) \ |
164 | macro(op_new_generator_func, 4) \ |
165 | macro(op_new_generator_func_exp, 4) \ |
166 | macro(op_new_async_func, 4) \ |
167 | macro(op_new_async_func_exp, 4) \ |
168 | macro(op_new_async_generator_func, 4) \ |
169 | macro(op_new_async_generator_func_exp, 4) \ |
170 | macro(op_set_function_name, 3) \ |
171 | macro(op_ret, 2) \ |
172 | macro(op_strcat, 4) \ |
173 | macro(op_to_primitive, 3) \ |
174 | macro(op_put_to_arguments, 4) \ |
175 | macro(op_push_with_scope, 4) \ |
176 | macro(op_create_lexical_environment, 5) \ |
177 | macro(op_create_generator_frame_environment, 5) \ |
178 | macro(op_get_parent_scope, 3) \ |
179 | macro(op_throw, 2) \ |
180 | macro(op_throw_static_error, 3) \ |
181 | macro(op_debug, 3) \ |
182 | macro(op_end, 2) \ |
183 | macro(op_get_enumerable_length, 3) \ |
184 | macro(op_has_structure_property, 5) \ |
185 | macro(op_has_generic_property, 4) \ |
186 | macro(op_get_property_enumerator, 3) \ |
187 | macro(op_enumerator_structure_pname, 4) \ |
188 | macro(op_enumerator_generic_pname, 4) \ |
189 | macro(op_to_index_string, 3) \ |
190 | macro(op_unreachable, 1) \ |
191 | macro(op_create_rest, 4) \ |
192 | macro(op_get_rest_length, 3) \ |
193 | macro(op_yield, 4) \ |
194 | macro(op_check_traps, 1) \ |
195 | macro(op_log_shadow_chicken_prologue, 2) \ |
196 | macro(op_log_shadow_chicken_tail, 3) \ |
197 | macro(op_resolve_scope_for_hoisting_func_decl_in_eval, 4) \ |
198 | macro(op_nop, 1) \ |
199 | macro(op_super_sampler_begin, 1) \ |
200 | macro(op_super_sampler_end, 1) \ |
201 | |
202 | #define NUMBER_OF_BYTECODE_IDS 169 |
203 | #define FOR_EACH_BYTECODE_METADATA_SIZE(macro) \ |
204 | macro(sizeof(OpCreateThis::Metadata))\ |
205 | macro(sizeof(OpGetArgument::Metadata))\ |
206 | macro(sizeof(OpToThis::Metadata))\ |
207 | macro(sizeof(OpNewObject::Metadata))\ |
208 | macro(sizeof(OpNewArray::Metadata))\ |
209 | macro(sizeof(OpNewArrayWithSize::Metadata))\ |
210 | macro(sizeof(OpNewArrayBuffer::Metadata))\ |
211 | macro(sizeof(OpAdd::Metadata))\ |
212 | macro(sizeof(OpMul::Metadata))\ |
213 | macro(sizeof(OpDiv::Metadata))\ |
214 | macro(sizeof(OpSub::Metadata))\ |
215 | macro(sizeof(OpBitand::Metadata))\ |
216 | macro(sizeof(OpBitor::Metadata))\ |
217 | macro(sizeof(OpBitxor::Metadata))\ |
218 | macro(sizeof(OpBitnot::Metadata))\ |
219 | macro(sizeof(OpToObject::Metadata))\ |
220 | macro(sizeof(OpToNumber::Metadata))\ |
221 | macro(sizeof(OpNegate::Metadata))\ |
222 | macro(sizeof(OpInByVal::Metadata))\ |
223 | macro(sizeof(OpGetById::Metadata))\ |
224 | macro(sizeof(OpGetByIdWithThis::Metadata))\ |
225 | macro(sizeof(OpGetByValWithThis::Metadata))\ |
226 | macro(sizeof(OpGetByIdDirect::Metadata))\ |
227 | macro(sizeof(OpTryGetById::Metadata))\ |
228 | macro(sizeof(OpPutById::Metadata))\ |
229 | macro(sizeof(OpGetByVal::Metadata))\ |
230 | macro(sizeof(OpPutByVal::Metadata))\ |
231 | macro(sizeof(OpPutByValDirect::Metadata))\ |
232 | macro(sizeof(OpJneqPtr::Metadata))\ |
233 | macro(sizeof(OpCall::Metadata))\ |
234 | macro(sizeof(OpTailCall::Metadata))\ |
235 | macro(sizeof(OpCallEval::Metadata))\ |
236 | macro(sizeof(OpCallVarargs::Metadata))\ |
237 | macro(sizeof(OpTailCallVarargs::Metadata))\ |
238 | macro(sizeof(OpTailCallForwardArguments::Metadata))\ |
239 | macro(sizeof(OpConstruct::Metadata))\ |
240 | macro(sizeof(OpConstructVarargs::Metadata))\ |
241 | macro(sizeof(OpResolveScope::Metadata))\ |
242 | macro(sizeof(OpGetFromScope::Metadata))\ |
243 | macro(sizeof(OpPutToScope::Metadata))\ |
244 | macro(sizeof(OpGetFromArguments::Metadata))\ |
245 | macro(sizeof(OpCatch::Metadata))\ |
246 | macro(sizeof(OpProfileType::Metadata))\ |
247 | macro(sizeof(OpProfileControlFlow::Metadata))\ |
248 | macro(sizeof(OpHasIndexedProperty::Metadata))\ |
249 | macro(sizeof(OpGetDirectPname::Metadata))\ |
250 | |
251 | #define NUMBER_OF_BYTECODE_WITH_METADATA 46 |
252 | |
253 | #define FOR_EACH_BYTECODE_METADATA_ALIGNMENT(macro) \ |
254 | macro(alignof(OpCreateThis::Metadata))\ |
255 | macro(alignof(OpGetArgument::Metadata))\ |
256 | macro(alignof(OpToThis::Metadata))\ |
257 | macro(alignof(OpNewObject::Metadata))\ |
258 | macro(alignof(OpNewArray::Metadata))\ |
259 | macro(alignof(OpNewArrayWithSize::Metadata))\ |
260 | macro(alignof(OpNewArrayBuffer::Metadata))\ |
261 | macro(alignof(OpAdd::Metadata))\ |
262 | macro(alignof(OpMul::Metadata))\ |
263 | macro(alignof(OpDiv::Metadata))\ |
264 | macro(alignof(OpSub::Metadata))\ |
265 | macro(alignof(OpBitand::Metadata))\ |
266 | macro(alignof(OpBitor::Metadata))\ |
267 | macro(alignof(OpBitxor::Metadata))\ |
268 | macro(alignof(OpBitnot::Metadata))\ |
269 | macro(alignof(OpToObject::Metadata))\ |
270 | macro(alignof(OpToNumber::Metadata))\ |
271 | macro(alignof(OpNegate::Metadata))\ |
272 | macro(alignof(OpInByVal::Metadata))\ |
273 | macro(alignof(OpGetById::Metadata))\ |
274 | macro(alignof(OpGetByIdWithThis::Metadata))\ |
275 | macro(alignof(OpGetByValWithThis::Metadata))\ |
276 | macro(alignof(OpGetByIdDirect::Metadata))\ |
277 | macro(alignof(OpTryGetById::Metadata))\ |
278 | macro(alignof(OpPutById::Metadata))\ |
279 | macro(alignof(OpGetByVal::Metadata))\ |
280 | macro(alignof(OpPutByVal::Metadata))\ |
281 | macro(alignof(OpPutByValDirect::Metadata))\ |
282 | macro(alignof(OpJneqPtr::Metadata))\ |
283 | macro(alignof(OpCall::Metadata))\ |
284 | macro(alignof(OpTailCall::Metadata))\ |
285 | macro(alignof(OpCallEval::Metadata))\ |
286 | macro(alignof(OpCallVarargs::Metadata))\ |
287 | macro(alignof(OpTailCallVarargs::Metadata))\ |
288 | macro(alignof(OpTailCallForwardArguments::Metadata))\ |
289 | macro(alignof(OpConstruct::Metadata))\ |
290 | macro(alignof(OpConstructVarargs::Metadata))\ |
291 | macro(alignof(OpResolveScope::Metadata))\ |
292 | macro(alignof(OpGetFromScope::Metadata))\ |
293 | macro(alignof(OpPutToScope::Metadata))\ |
294 | macro(alignof(OpGetFromArguments::Metadata))\ |
295 | macro(alignof(OpCatch::Metadata))\ |
296 | macro(alignof(OpProfileType::Metadata))\ |
297 | macro(alignof(OpProfileControlFlow::Metadata))\ |
298 | macro(alignof(OpHasIndexedProperty::Metadata))\ |
299 | macro(alignof(OpGetDirectPname::Metadata))\ |
300 | |
301 | #define op_create_this_value_string "0" |
302 | #define op_get_argument_value_string "1" |
303 | #define op_to_this_value_string "2" |
304 | #define op_new_object_value_string "3" |
305 | #define op_new_array_value_string "4" |
306 | #define op_new_array_with_size_value_string "5" |
307 | #define op_new_array_buffer_value_string "6" |
308 | #define op_add_value_string "7" |
309 | #define op_mul_value_string "8" |
310 | #define op_div_value_string "9" |
311 | #define op_sub_value_string "10" |
312 | #define op_bitand_value_string "11" |
313 | #define op_bitor_value_string "12" |
314 | #define op_bitxor_value_string "13" |
315 | #define op_bitnot_value_string "14" |
316 | #define op_to_object_value_string "15" |
317 | #define op_to_number_value_string "16" |
318 | #define op_negate_value_string "17" |
319 | #define op_in_by_val_value_string "18" |
320 | #define op_get_by_id_value_string "19" |
321 | #define op_get_by_id_with_this_value_string "20" |
322 | #define op_get_by_val_with_this_value_string "21" |
323 | #define op_get_by_id_direct_value_string "22" |
324 | #define op_try_get_by_id_value_string "23" |
325 | #define op_put_by_id_value_string "24" |
326 | #define op_get_by_val_value_string "25" |
327 | #define op_put_by_val_value_string "26" |
328 | #define op_put_by_val_direct_value_string "27" |
329 | #define op_jneq_ptr_value_string "28" |
330 | #define op_call_value_string "29" |
331 | #define op_tail_call_value_string "30" |
332 | #define op_call_eval_value_string "31" |
333 | #define op_call_varargs_value_string "32" |
334 | #define op_tail_call_varargs_value_string "33" |
335 | #define op_tail_call_forward_arguments_value_string "34" |
336 | #define op_construct_value_string "35" |
337 | #define op_construct_varargs_value_string "36" |
338 | #define op_resolve_scope_value_string "37" |
339 | #define op_get_from_scope_value_string "38" |
340 | #define op_put_to_scope_value_string "39" |
341 | #define op_get_from_arguments_value_string "40" |
342 | #define op_catch_value_string "41" |
343 | #define op_profile_type_value_string "42" |
344 | #define op_profile_control_flow_value_string "43" |
345 | #define op_has_indexed_property_value_string "44" |
346 | #define op_get_direct_pname_value_string "45" |
347 | #define op_wide16_value_string "46" |
348 | #define op_wide32_value_string "47" |
349 | #define op_enter_value_string "48" |
350 | #define op_get_scope_value_string "49" |
351 | #define op_create_direct_arguments_value_string "50" |
352 | #define op_create_scoped_arguments_value_string "51" |
353 | #define op_create_cloned_arguments_value_string "52" |
354 | #define op_argument_count_value_string "53" |
355 | #define op_check_tdz_value_string "54" |
356 | #define op_new_array_with_spread_value_string "55" |
357 | #define op_spread_value_string "56" |
358 | #define op_new_regexp_value_string "57" |
359 | #define op_mov_value_string "58" |
360 | #define op_eq_value_string "59" |
361 | #define op_neq_value_string "60" |
362 | #define op_stricteq_value_string "61" |
363 | #define op_nstricteq_value_string "62" |
364 | #define op_less_value_string "63" |
365 | #define op_lesseq_value_string "64" |
366 | #define op_greater_value_string "65" |
367 | #define op_greatereq_value_string "66" |
368 | #define op_below_value_string "67" |
369 | #define op_beloweq_value_string "68" |
370 | #define op_mod_value_string "69" |
371 | #define op_pow_value_string "70" |
372 | #define op_lshift_value_string "71" |
373 | #define op_rshift_value_string "72" |
374 | #define op_urshift_value_string "73" |
375 | #define op_eq_null_value_string "74" |
376 | #define op_neq_null_value_string "75" |
377 | #define op_to_string_value_string "76" |
378 | #define op_unsigned_value_string "77" |
379 | #define op_is_empty_value_string "78" |
380 | #define op_is_undefined_value_string "79" |
381 | #define op_is_undefined_or_null_value_string "80" |
382 | #define op_is_boolean_value_string "81" |
383 | #define op_is_number_value_string "82" |
384 | #define op_is_object_value_string "83" |
385 | #define op_is_object_or_null_value_string "84" |
386 | #define op_is_function_value_string "85" |
387 | #define op_inc_value_string "86" |
388 | #define op_dec_value_string "87" |
389 | #define op_not_value_string "88" |
390 | #define op_identity_with_profile_value_string "89" |
391 | #define op_overrides_has_instance_value_string "90" |
392 | #define op_instanceof_value_string "91" |
393 | #define op_instanceof_custom_value_string "92" |
394 | #define op_typeof_value_string "93" |
395 | #define op_is_cell_with_type_value_string "94" |
396 | #define op_in_by_id_value_string "95" |
397 | #define op_put_by_id_with_this_value_string "96" |
398 | #define op_del_by_id_value_string "97" |
399 | #define op_put_by_val_with_this_value_string "98" |
400 | #define op_del_by_val_value_string "99" |
401 | #define op_put_getter_by_id_value_string "100" |
402 | #define op_put_setter_by_id_value_string "101" |
403 | #define op_put_getter_setter_by_id_value_string "102" |
404 | #define op_put_getter_by_val_value_string "103" |
405 | #define op_put_setter_by_val_value_string "104" |
406 | #define op_define_data_property_value_string "105" |
407 | #define op_define_accessor_property_value_string "106" |
408 | #define op_jmp_value_string "107" |
409 | #define op_jtrue_value_string "108" |
410 | #define op_jfalse_value_string "109" |
411 | #define op_jeq_null_value_string "110" |
412 | #define op_jneq_null_value_string "111" |
413 | #define op_jeq_value_string "112" |
414 | #define op_jstricteq_value_string "113" |
415 | #define op_jneq_value_string "114" |
416 | #define op_jnstricteq_value_string "115" |
417 | #define op_jless_value_string "116" |
418 | #define op_jlesseq_value_string "117" |
419 | #define op_jgreater_value_string "118" |
420 | #define op_jgreatereq_value_string "119" |
421 | #define op_jnless_value_string "120" |
422 | #define op_jnlesseq_value_string "121" |
423 | #define op_jngreater_value_string "122" |
424 | #define op_jngreatereq_value_string "123" |
425 | #define op_jbelow_value_string "124" |
426 | #define op_jbeloweq_value_string "125" |
427 | #define op_loop_hint_value_string "126" |
428 | #define op_switch_imm_value_string "127" |
429 | #define op_switch_char_value_string "128" |
430 | #define op_switch_string_value_string "129" |
431 | #define op_new_func_value_string "130" |
432 | #define op_new_func_exp_value_string "131" |
433 | #define op_new_generator_func_value_string "132" |
434 | #define op_new_generator_func_exp_value_string "133" |
435 | #define op_new_async_func_value_string "134" |
436 | #define op_new_async_func_exp_value_string "135" |
437 | #define op_new_async_generator_func_value_string "136" |
438 | #define op_new_async_generator_func_exp_value_string "137" |
439 | #define op_set_function_name_value_string "138" |
440 | #define op_ret_value_string "139" |
441 | #define op_strcat_value_string "140" |
442 | #define op_to_primitive_value_string "141" |
443 | #define op_put_to_arguments_value_string "142" |
444 | #define op_push_with_scope_value_string "143" |
445 | #define op_create_lexical_environment_value_string "144" |
446 | #define op_create_generator_frame_environment_value_string "145" |
447 | #define op_get_parent_scope_value_string "146" |
448 | #define op_throw_value_string "147" |
449 | #define op_throw_static_error_value_string "148" |
450 | #define op_debug_value_string "149" |
451 | #define op_end_value_string "150" |
452 | #define op_get_enumerable_length_value_string "151" |
453 | #define op_has_structure_property_value_string "152" |
454 | #define op_has_generic_property_value_string "153" |
455 | #define op_get_property_enumerator_value_string "154" |
456 | #define op_enumerator_structure_pname_value_string "155" |
457 | #define op_enumerator_generic_pname_value_string "156" |
458 | #define op_to_index_string_value_string "157" |
459 | #define op_unreachable_value_string "158" |
460 | #define op_create_rest_value_string "159" |
461 | #define op_get_rest_length_value_string "160" |
462 | #define op_yield_value_string "161" |
463 | #define op_check_traps_value_string "162" |
464 | #define op_log_shadow_chicken_prologue_value_string "163" |
465 | #define op_log_shadow_chicken_tail_value_string "164" |
466 | #define op_resolve_scope_for_hoisting_func_decl_in_eval_value_string "165" |
467 | #define op_nop_value_string "166" |
468 | #define op_super_sampler_begin_value_string "167" |
469 | #define op_super_sampler_end_value_string "168" |
470 | #define op_create_this_wide16_value_string "223" |
471 | #define op_get_argument_wide16_value_string "224" |
472 | #define op_to_this_wide16_value_string "225" |
473 | #define op_new_object_wide16_value_string "226" |
474 | #define op_new_array_wide16_value_string "227" |
475 | #define op_new_array_with_size_wide16_value_string "228" |
476 | #define op_new_array_buffer_wide16_value_string "229" |
477 | #define op_add_wide16_value_string "230" |
478 | #define op_mul_wide16_value_string "231" |
479 | #define op_div_wide16_value_string "232" |
480 | #define op_sub_wide16_value_string "233" |
481 | #define op_bitand_wide16_value_string "234" |
482 | #define op_bitor_wide16_value_string "235" |
483 | #define op_bitxor_wide16_value_string "236" |
484 | #define op_bitnot_wide16_value_string "237" |
485 | #define op_to_object_wide16_value_string "238" |
486 | #define op_to_number_wide16_value_string "239" |
487 | #define op_negate_wide16_value_string "240" |
488 | #define op_in_by_val_wide16_value_string "241" |
489 | #define op_get_by_id_wide16_value_string "242" |
490 | #define op_get_by_id_with_this_wide16_value_string "243" |
491 | #define op_get_by_val_with_this_wide16_value_string "244" |
492 | #define op_get_by_id_direct_wide16_value_string "245" |
493 | #define op_try_get_by_id_wide16_value_string "246" |
494 | #define op_put_by_id_wide16_value_string "247" |
495 | #define op_get_by_val_wide16_value_string "248" |
496 | #define op_put_by_val_wide16_value_string "249" |
497 | #define op_put_by_val_direct_wide16_value_string "250" |
498 | #define op_jneq_ptr_wide16_value_string "251" |
499 | #define op_call_wide16_value_string "252" |
500 | #define op_tail_call_wide16_value_string "253" |
501 | #define op_call_eval_wide16_value_string "254" |
502 | #define op_call_varargs_wide16_value_string "255" |
503 | #define op_tail_call_varargs_wide16_value_string "256" |
504 | #define op_tail_call_forward_arguments_wide16_value_string "257" |
505 | #define op_construct_wide16_value_string "258" |
506 | #define op_construct_varargs_wide16_value_string "259" |
507 | #define op_resolve_scope_wide16_value_string "260" |
508 | #define op_get_from_scope_wide16_value_string "261" |
509 | #define op_put_to_scope_wide16_value_string "262" |
510 | #define op_get_from_arguments_wide16_value_string "263" |
511 | #define op_catch_wide16_value_string "264" |
512 | #define op_profile_type_wide16_value_string "265" |
513 | #define op_profile_control_flow_wide16_value_string "266" |
514 | #define op_has_indexed_property_wide16_value_string "267" |
515 | #define op_get_direct_pname_wide16_value_string "268" |
516 | #define op_wide16_wide16_value_string "269" |
517 | #define op_wide32_wide16_value_string "270" |
518 | #define op_enter_wide16_value_string "271" |
519 | #define op_get_scope_wide16_value_string "272" |
520 | #define op_create_direct_arguments_wide16_value_string "273" |
521 | #define op_create_scoped_arguments_wide16_value_string "274" |
522 | #define op_create_cloned_arguments_wide16_value_string "275" |
523 | #define op_argument_count_wide16_value_string "276" |
524 | #define op_check_tdz_wide16_value_string "277" |
525 | #define op_new_array_with_spread_wide16_value_string "278" |
526 | #define op_spread_wide16_value_string "279" |
527 | #define op_new_regexp_wide16_value_string "280" |
528 | #define op_mov_wide16_value_string "281" |
529 | #define op_eq_wide16_value_string "282" |
530 | #define op_neq_wide16_value_string "283" |
531 | #define op_stricteq_wide16_value_string "284" |
532 | #define op_nstricteq_wide16_value_string "285" |
533 | #define op_less_wide16_value_string "286" |
534 | #define op_lesseq_wide16_value_string "287" |
535 | #define op_greater_wide16_value_string "288" |
536 | #define op_greatereq_wide16_value_string "289" |
537 | #define op_below_wide16_value_string "290" |
538 | #define op_beloweq_wide16_value_string "291" |
539 | #define op_mod_wide16_value_string "292" |
540 | #define op_pow_wide16_value_string "293" |
541 | #define op_lshift_wide16_value_string "294" |
542 | #define op_rshift_wide16_value_string "295" |
543 | #define op_urshift_wide16_value_string "296" |
544 | #define op_eq_null_wide16_value_string "297" |
545 | #define op_neq_null_wide16_value_string "298" |
546 | #define op_to_string_wide16_value_string "299" |
547 | #define op_unsigned_wide16_value_string "300" |
548 | #define op_is_empty_wide16_value_string "301" |
549 | #define op_is_undefined_wide16_value_string "302" |
550 | #define op_is_undefined_or_null_wide16_value_string "303" |
551 | #define op_is_boolean_wide16_value_string "304" |
552 | #define op_is_number_wide16_value_string "305" |
553 | #define op_is_object_wide16_value_string "306" |
554 | #define op_is_object_or_null_wide16_value_string "307" |
555 | #define op_is_function_wide16_value_string "308" |
556 | #define op_inc_wide16_value_string "309" |
557 | #define op_dec_wide16_value_string "310" |
558 | #define op_not_wide16_value_string "311" |
559 | #define op_identity_with_profile_wide16_value_string "312" |
560 | #define op_overrides_has_instance_wide16_value_string "313" |
561 | #define op_instanceof_wide16_value_string "314" |
562 | #define op_instanceof_custom_wide16_value_string "315" |
563 | #define op_typeof_wide16_value_string "316" |
564 | #define op_is_cell_with_type_wide16_value_string "317" |
565 | #define op_in_by_id_wide16_value_string "318" |
566 | #define op_put_by_id_with_this_wide16_value_string "319" |
567 | #define op_del_by_id_wide16_value_string "320" |
568 | #define op_put_by_val_with_this_wide16_value_string "321" |
569 | #define op_del_by_val_wide16_value_string "322" |
570 | #define op_put_getter_by_id_wide16_value_string "323" |
571 | #define op_put_setter_by_id_wide16_value_string "324" |
572 | #define op_put_getter_setter_by_id_wide16_value_string "325" |
573 | #define op_put_getter_by_val_wide16_value_string "326" |
574 | #define op_put_setter_by_val_wide16_value_string "327" |
575 | #define op_define_data_property_wide16_value_string "328" |
576 | #define op_define_accessor_property_wide16_value_string "329" |
577 | #define op_jmp_wide16_value_string "330" |
578 | #define op_jtrue_wide16_value_string "331" |
579 | #define op_jfalse_wide16_value_string "332" |
580 | #define op_jeq_null_wide16_value_string "333" |
581 | #define op_jneq_null_wide16_value_string "334" |
582 | #define op_jeq_wide16_value_string "335" |
583 | #define op_jstricteq_wide16_value_string "336" |
584 | #define op_jneq_wide16_value_string "337" |
585 | #define op_jnstricteq_wide16_value_string "338" |
586 | #define op_jless_wide16_value_string "339" |
587 | #define op_jlesseq_wide16_value_string "340" |
588 | #define op_jgreater_wide16_value_string "341" |
589 | #define op_jgreatereq_wide16_value_string "342" |
590 | #define op_jnless_wide16_value_string "343" |
591 | #define op_jnlesseq_wide16_value_string "344" |
592 | #define op_jngreater_wide16_value_string "345" |
593 | #define op_jngreatereq_wide16_value_string "346" |
594 | #define op_jbelow_wide16_value_string "347" |
595 | #define op_jbeloweq_wide16_value_string "348" |
596 | #define op_loop_hint_wide16_value_string "349" |
597 | #define op_switch_imm_wide16_value_string "350" |
598 | #define op_switch_char_wide16_value_string "351" |
599 | #define op_switch_string_wide16_value_string "352" |
600 | #define op_new_func_wide16_value_string "353" |
601 | #define op_new_func_exp_wide16_value_string "354" |
602 | #define op_new_generator_func_wide16_value_string "355" |
603 | #define op_new_generator_func_exp_wide16_value_string "356" |
604 | #define op_new_async_func_wide16_value_string "357" |
605 | #define op_new_async_func_exp_wide16_value_string "358" |
606 | #define op_new_async_generator_func_wide16_value_string "359" |
607 | #define op_new_async_generator_func_exp_wide16_value_string "360" |
608 | #define op_set_function_name_wide16_value_string "361" |
609 | #define op_ret_wide16_value_string "362" |
610 | #define op_strcat_wide16_value_string "363" |
611 | #define op_to_primitive_wide16_value_string "364" |
612 | #define op_put_to_arguments_wide16_value_string "365" |
613 | #define op_push_with_scope_wide16_value_string "366" |
614 | #define op_create_lexical_environment_wide16_value_string "367" |
615 | #define op_create_generator_frame_environment_wide16_value_string "368" |
616 | #define op_get_parent_scope_wide16_value_string "369" |
617 | #define op_throw_wide16_value_string "370" |
618 | #define op_throw_static_error_wide16_value_string "371" |
619 | #define op_debug_wide16_value_string "372" |
620 | #define op_end_wide16_value_string "373" |
621 | #define op_get_enumerable_length_wide16_value_string "374" |
622 | #define op_has_structure_property_wide16_value_string "375" |
623 | #define op_has_generic_property_wide16_value_string "376" |
624 | #define op_get_property_enumerator_wide16_value_string "377" |
625 | #define op_enumerator_structure_pname_wide16_value_string "378" |
626 | #define op_enumerator_generic_pname_wide16_value_string "379" |
627 | #define op_to_index_string_wide16_value_string "380" |
628 | #define op_unreachable_wide16_value_string "381" |
629 | #define op_create_rest_wide16_value_string "382" |
630 | #define op_get_rest_length_wide16_value_string "383" |
631 | #define op_yield_wide16_value_string "384" |
632 | #define op_check_traps_wide16_value_string "385" |
633 | #define op_log_shadow_chicken_prologue_wide16_value_string "386" |
634 | #define op_log_shadow_chicken_tail_wide16_value_string "387" |
635 | #define op_resolve_scope_for_hoisting_func_decl_in_eval_wide16_value_string "388" |
636 | #define op_nop_wide16_value_string "389" |
637 | #define op_super_sampler_begin_wide16_value_string "390" |
638 | #define op_super_sampler_end_wide16_value_string "391" |
639 | #define op_create_this_wide32_value_string "446" |
640 | #define op_get_argument_wide32_value_string "447" |
641 | #define op_to_this_wide32_value_string "448" |
642 | #define op_new_object_wide32_value_string "449" |
643 | #define op_new_array_wide32_value_string "450" |
644 | #define op_new_array_with_size_wide32_value_string "451" |
645 | #define op_new_array_buffer_wide32_value_string "452" |
646 | #define op_add_wide32_value_string "453" |
647 | #define op_mul_wide32_value_string "454" |
648 | #define op_div_wide32_value_string "455" |
649 | #define op_sub_wide32_value_string "456" |
650 | #define op_bitand_wide32_value_string "457" |
651 | #define op_bitor_wide32_value_string "458" |
652 | #define op_bitxor_wide32_value_string "459" |
653 | #define op_bitnot_wide32_value_string "460" |
654 | #define op_to_object_wide32_value_string "461" |
655 | #define op_to_number_wide32_value_string "462" |
656 | #define op_negate_wide32_value_string "463" |
657 | #define op_in_by_val_wide32_value_string "464" |
658 | #define op_get_by_id_wide32_value_string "465" |
659 | #define op_get_by_id_with_this_wide32_value_string "466" |
660 | #define op_get_by_val_with_this_wide32_value_string "467" |
661 | #define op_get_by_id_direct_wide32_value_string "468" |
662 | #define op_try_get_by_id_wide32_value_string "469" |
663 | #define op_put_by_id_wide32_value_string "470" |
664 | #define op_get_by_val_wide32_value_string "471" |
665 | #define op_put_by_val_wide32_value_string "472" |
666 | #define op_put_by_val_direct_wide32_value_string "473" |
667 | #define op_jneq_ptr_wide32_value_string "474" |
668 | #define op_call_wide32_value_string "475" |
669 | #define op_tail_call_wide32_value_string "476" |
670 | #define op_call_eval_wide32_value_string "477" |
671 | #define op_call_varargs_wide32_value_string "478" |
672 | #define op_tail_call_varargs_wide32_value_string "479" |
673 | #define op_tail_call_forward_arguments_wide32_value_string "480" |
674 | #define op_construct_wide32_value_string "481" |
675 | #define op_construct_varargs_wide32_value_string "482" |
676 | #define op_resolve_scope_wide32_value_string "483" |
677 | #define op_get_from_scope_wide32_value_string "484" |
678 | #define op_put_to_scope_wide32_value_string "485" |
679 | #define op_get_from_arguments_wide32_value_string "486" |
680 | #define op_catch_wide32_value_string "487" |
681 | #define op_profile_type_wide32_value_string "488" |
682 | #define op_profile_control_flow_wide32_value_string "489" |
683 | #define op_has_indexed_property_wide32_value_string "490" |
684 | #define op_get_direct_pname_wide32_value_string "491" |
685 | #define op_wide16_wide32_value_string "492" |
686 | #define op_wide32_wide32_value_string "493" |
687 | #define op_enter_wide32_value_string "494" |
688 | #define op_get_scope_wide32_value_string "495" |
689 | #define op_create_direct_arguments_wide32_value_string "496" |
690 | #define op_create_scoped_arguments_wide32_value_string "497" |
691 | #define op_create_cloned_arguments_wide32_value_string "498" |
692 | #define op_argument_count_wide32_value_string "499" |
693 | #define op_check_tdz_wide32_value_string "500" |
694 | #define op_new_array_with_spread_wide32_value_string "501" |
695 | #define op_spread_wide32_value_string "502" |
696 | #define op_new_regexp_wide32_value_string "503" |
697 | #define op_mov_wide32_value_string "504" |
698 | #define op_eq_wide32_value_string "505" |
699 | #define op_neq_wide32_value_string "506" |
700 | #define op_stricteq_wide32_value_string "507" |
701 | #define op_nstricteq_wide32_value_string "508" |
702 | #define op_less_wide32_value_string "509" |
703 | #define op_lesseq_wide32_value_string "510" |
704 | #define op_greater_wide32_value_string "511" |
705 | #define op_greatereq_wide32_value_string "512" |
706 | #define op_below_wide32_value_string "513" |
707 | #define op_beloweq_wide32_value_string "514" |
708 | #define op_mod_wide32_value_string "515" |
709 | #define op_pow_wide32_value_string "516" |
710 | #define op_lshift_wide32_value_string "517" |
711 | #define op_rshift_wide32_value_string "518" |
712 | #define op_urshift_wide32_value_string "519" |
713 | #define op_eq_null_wide32_value_string "520" |
714 | #define op_neq_null_wide32_value_string "521" |
715 | #define op_to_string_wide32_value_string "522" |
716 | #define op_unsigned_wide32_value_string "523" |
717 | #define op_is_empty_wide32_value_string "524" |
718 | #define op_is_undefined_wide32_value_string "525" |
719 | #define op_is_undefined_or_null_wide32_value_string "526" |
720 | #define op_is_boolean_wide32_value_string "527" |
721 | #define op_is_number_wide32_value_string "528" |
722 | #define op_is_object_wide32_value_string "529" |
723 | #define op_is_object_or_null_wide32_value_string "530" |
724 | #define op_is_function_wide32_value_string "531" |
725 | #define op_inc_wide32_value_string "532" |
726 | #define op_dec_wide32_value_string "533" |
727 | #define op_not_wide32_value_string "534" |
728 | #define op_identity_with_profile_wide32_value_string "535" |
729 | #define op_overrides_has_instance_wide32_value_string "536" |
730 | #define op_instanceof_wide32_value_string "537" |
731 | #define op_instanceof_custom_wide32_value_string "538" |
732 | #define op_typeof_wide32_value_string "539" |
733 | #define op_is_cell_with_type_wide32_value_string "540" |
734 | #define op_in_by_id_wide32_value_string "541" |
735 | #define op_put_by_id_with_this_wide32_value_string "542" |
736 | #define op_del_by_id_wide32_value_string "543" |
737 | #define op_put_by_val_with_this_wide32_value_string "544" |
738 | #define op_del_by_val_wide32_value_string "545" |
739 | #define op_put_getter_by_id_wide32_value_string "546" |
740 | #define op_put_setter_by_id_wide32_value_string "547" |
741 | #define op_put_getter_setter_by_id_wide32_value_string "548" |
742 | #define op_put_getter_by_val_wide32_value_string "549" |
743 | #define op_put_setter_by_val_wide32_value_string "550" |
744 | #define op_define_data_property_wide32_value_string "551" |
745 | #define op_define_accessor_property_wide32_value_string "552" |
746 | #define op_jmp_wide32_value_string "553" |
747 | #define op_jtrue_wide32_value_string "554" |
748 | #define op_jfalse_wide32_value_string "555" |
749 | #define op_jeq_null_wide32_value_string "556" |
750 | #define op_jneq_null_wide32_value_string "557" |
751 | #define op_jeq_wide32_value_string "558" |
752 | #define op_jstricteq_wide32_value_string "559" |
753 | #define op_jneq_wide32_value_string "560" |
754 | #define op_jnstricteq_wide32_value_string "561" |
755 | #define op_jless_wide32_value_string "562" |
756 | #define op_jlesseq_wide32_value_string "563" |
757 | #define op_jgreater_wide32_value_string "564" |
758 | #define op_jgreatereq_wide32_value_string "565" |
759 | #define op_jnless_wide32_value_string "566" |
760 | #define op_jnlesseq_wide32_value_string "567" |
761 | #define op_jngreater_wide32_value_string "568" |
762 | #define op_jngreatereq_wide32_value_string "569" |
763 | #define op_jbelow_wide32_value_string "570" |
764 | #define op_jbeloweq_wide32_value_string "571" |
765 | #define op_loop_hint_wide32_value_string "572" |
766 | #define op_switch_imm_wide32_value_string "573" |
767 | #define op_switch_char_wide32_value_string "574" |
768 | #define op_switch_string_wide32_value_string "575" |
769 | #define op_new_func_wide32_value_string "576" |
770 | #define op_new_func_exp_wide32_value_string "577" |
771 | #define op_new_generator_func_wide32_value_string "578" |
772 | #define op_new_generator_func_exp_wide32_value_string "579" |
773 | #define op_new_async_func_wide32_value_string "580" |
774 | #define op_new_async_func_exp_wide32_value_string "581" |
775 | #define op_new_async_generator_func_wide32_value_string "582" |
776 | #define op_new_async_generator_func_exp_wide32_value_string "583" |
777 | #define op_set_function_name_wide32_value_string "584" |
778 | #define op_ret_wide32_value_string "585" |
779 | #define op_strcat_wide32_value_string "586" |
780 | #define op_to_primitive_wide32_value_string "587" |
781 | #define op_put_to_arguments_wide32_value_string "588" |
782 | #define op_push_with_scope_wide32_value_string "589" |
783 | #define op_create_lexical_environment_wide32_value_string "590" |
784 | #define op_create_generator_frame_environment_wide32_value_string "591" |
785 | #define op_get_parent_scope_wide32_value_string "592" |
786 | #define op_throw_wide32_value_string "593" |
787 | #define op_throw_static_error_wide32_value_string "594" |
788 | #define op_debug_wide32_value_string "595" |
789 | #define op_end_wide32_value_string "596" |
790 | #define op_get_enumerable_length_wide32_value_string "597" |
791 | #define op_has_structure_property_wide32_value_string "598" |
792 | #define op_has_generic_property_wide32_value_string "599" |
793 | #define op_get_property_enumerator_wide32_value_string "600" |
794 | #define op_enumerator_structure_pname_wide32_value_string "601" |
795 | #define op_enumerator_generic_pname_wide32_value_string "602" |
796 | #define op_to_index_string_wide32_value_string "603" |
797 | #define op_unreachable_wide32_value_string "604" |
798 | #define op_create_rest_wide32_value_string "605" |
799 | #define op_get_rest_length_wide32_value_string "606" |
800 | #define op_yield_wide32_value_string "607" |
801 | #define op_check_traps_wide32_value_string "608" |
802 | #define op_log_shadow_chicken_prologue_wide32_value_string "609" |
803 | #define op_log_shadow_chicken_tail_wide32_value_string "610" |
804 | #define op_resolve_scope_for_hoisting_func_decl_in_eval_wide32_value_string "611" |
805 | #define op_nop_wide32_value_string "612" |
806 | #define op_super_sampler_begin_wide32_value_string "613" |
807 | #define op_super_sampler_end_wide32_value_string "614" |
808 | |
809 | #define FOR_EACH_CLOOP_BYTECODE_HELPER_ID(macro) \ |
810 | macro(llint_entry, 1) \ |
811 | macro(getHostCallReturnValue, 1) \ |
812 | macro(llint_return_to_host, 1) \ |
813 | macro(llint_vm_entry_to_javascript, 1) \ |
814 | macro(llint_vm_entry_to_native, 1) \ |
815 | macro(llint_cloop_did_return_from_js_1, 1) \ |
816 | macro(llint_cloop_did_return_from_js_2, 1) \ |
817 | macro(llint_cloop_did_return_from_js_3, 1) \ |
818 | macro(llint_cloop_did_return_from_js_4, 1) \ |
819 | macro(llint_cloop_did_return_from_js_5, 1) \ |
820 | macro(llint_cloop_did_return_from_js_6, 1) \ |
821 | macro(llint_cloop_did_return_from_js_7, 1) \ |
822 | macro(llint_cloop_did_return_from_js_8, 1) \ |
823 | macro(llint_cloop_did_return_from_js_9, 1) \ |
824 | macro(llint_cloop_did_return_from_js_10, 1) \ |
825 | macro(llint_cloop_did_return_from_js_11, 1) \ |
826 | macro(llint_cloop_did_return_from_js_12, 1) \ |
827 | macro(llint_cloop_did_return_from_js_13, 1) \ |
828 | macro(llint_cloop_did_return_from_js_14, 1) \ |
829 | macro(llint_cloop_did_return_from_js_15, 1) \ |
830 | macro(llint_cloop_did_return_from_js_16, 1) \ |
831 | macro(llint_cloop_did_return_from_js_17, 1) \ |
832 | macro(llint_cloop_did_return_from_js_18, 1) \ |
833 | macro(llint_cloop_did_return_from_js_19, 1) \ |
834 | macro(llint_cloop_did_return_from_js_20, 1) \ |
835 | macro(llint_cloop_did_return_from_js_21, 1) \ |
836 | macro(llint_cloop_did_return_from_js_22, 1) \ |
837 | macro(llint_cloop_did_return_from_js_23, 1) \ |
838 | macro(llint_cloop_did_return_from_js_24, 1) \ |
839 | macro(llint_cloop_did_return_from_js_25, 1) \ |
840 | macro(llint_cloop_did_return_from_js_26, 1) \ |
841 | macro(llint_cloop_did_return_from_js_27, 1) \ |
842 | macro(llint_cloop_did_return_from_js_28, 1) \ |
843 | macro(llint_cloop_did_return_from_js_29, 1) \ |
844 | macro(llint_cloop_did_return_from_js_30, 1) \ |
845 | macro(llint_cloop_did_return_from_js_31, 1) \ |
846 | macro(llint_cloop_did_return_from_js_32, 1) \ |
847 | macro(llint_cloop_did_return_from_js_33, 1) \ |
848 | macro(llint_cloop_did_return_from_js_34, 1) \ |
849 | |
850 | #define NUMBER_OF_CLOOP_BYTECODE_HELPER_IDS 39 |
851 | |
852 | #define FOR_EACH_BYTECODE_HELPER_ID(macro) \ |
853 | macro(llint_program_prologue, 1) \ |
854 | macro(llint_eval_prologue, 1) \ |
855 | macro(llint_module_program_prologue, 1) \ |
856 | macro(llint_function_for_call_prologue, 1) \ |
857 | macro(llint_function_for_construct_prologue, 1) \ |
858 | macro(llint_function_for_call_arity_check, 1) \ |
859 | macro(llint_function_for_construct_arity_check, 1) \ |
860 | macro(llint_generic_return_point, 1) \ |
861 | macro(llint_throw_from_slow_path_trampoline, 1) \ |
862 | macro(llint_throw_during_call_trampoline, 1) \ |
863 | macro(llint_native_call_trampoline, 1) \ |
864 | macro(llint_native_construct_trampoline, 1) \ |
865 | macro(llint_internal_function_call_trampoline, 1) \ |
866 | macro(llint_internal_function_construct_trampoline, 1) \ |
867 | macro(handleUncaughtException, 1) \ |
868 | |
869 | #define NUMBER_OF_BYTECODE_HELPER_IDS 15 |
870 | |
871 | #define FOR_EACH_BYTECODE_STRUCT(macro) \ |
872 | macro(OpCreateThis) \ |
873 | macro(OpGetArgument) \ |
874 | macro(OpToThis) \ |
875 | macro(OpNewObject) \ |
876 | macro(OpNewArray) \ |
877 | macro(OpNewArrayWithSize) \ |
878 | macro(OpNewArrayBuffer) \ |
879 | macro(OpAdd) \ |
880 | macro(OpMul) \ |
881 | macro(OpDiv) \ |
882 | macro(OpSub) \ |
883 | macro(OpBitand) \ |
884 | macro(OpBitor) \ |
885 | macro(OpBitxor) \ |
886 | macro(OpBitnot) \ |
887 | macro(OpToObject) \ |
888 | macro(OpToNumber) \ |
889 | macro(OpNegate) \ |
890 | macro(OpInByVal) \ |
891 | macro(OpGetById) \ |
892 | macro(OpGetByIdWithThis) \ |
893 | macro(OpGetByValWithThis) \ |
894 | macro(OpGetByIdDirect) \ |
895 | macro(OpTryGetById) \ |
896 | macro(OpPutById) \ |
897 | macro(OpGetByVal) \ |
898 | macro(OpPutByVal) \ |
899 | macro(OpPutByValDirect) \ |
900 | macro(OpJneqPtr) \ |
901 | macro(OpCall) \ |
902 | macro(OpTailCall) \ |
903 | macro(OpCallEval) \ |
904 | macro(OpCallVarargs) \ |
905 | macro(OpTailCallVarargs) \ |
906 | macro(OpTailCallForwardArguments) \ |
907 | macro(OpConstruct) \ |
908 | macro(OpConstructVarargs) \ |
909 | macro(OpResolveScope) \ |
910 | macro(OpGetFromScope) \ |
911 | macro(OpPutToScope) \ |
912 | macro(OpGetFromArguments) \ |
913 | macro(OpCatch) \ |
914 | macro(OpProfileType) \ |
915 | macro(OpProfileControlFlow) \ |
916 | macro(OpHasIndexedProperty) \ |
917 | macro(OpGetDirectPname) \ |
918 | macro(OpWide16) \ |
919 | macro(OpWide32) \ |
920 | macro(OpEnter) \ |
921 | macro(OpGetScope) \ |
922 | macro(OpCreateDirectArguments) \ |
923 | macro(OpCreateScopedArguments) \ |
924 | macro(OpCreateClonedArguments) \ |
925 | macro(OpArgumentCount) \ |
926 | macro(OpCheckTdz) \ |
927 | macro(OpNewArrayWithSpread) \ |
928 | macro(OpSpread) \ |
929 | macro(OpNewRegexp) \ |
930 | macro(OpMov) \ |
931 | macro(OpEq) \ |
932 | macro(OpNeq) \ |
933 | macro(OpStricteq) \ |
934 | macro(OpNstricteq) \ |
935 | macro(OpLess) \ |
936 | macro(OpLesseq) \ |
937 | macro(OpGreater) \ |
938 | macro(OpGreatereq) \ |
939 | macro(OpBelow) \ |
940 | macro(OpBeloweq) \ |
941 | macro(OpMod) \ |
942 | macro(OpPow) \ |
943 | macro(OpLshift) \ |
944 | macro(OpRshift) \ |
945 | macro(OpUrshift) \ |
946 | macro(OpEqNull) \ |
947 | macro(OpNeqNull) \ |
948 | macro(OpToString) \ |
949 | macro(OpUnsigned) \ |
950 | macro(OpIsEmpty) \ |
951 | macro(OpIsUndefined) \ |
952 | macro(OpIsUndefinedOrNull) \ |
953 | macro(OpIsBoolean) \ |
954 | macro(OpIsNumber) \ |
955 | macro(OpIsObject) \ |
956 | macro(OpIsObjectOrNull) \ |
957 | macro(OpIsFunction) \ |
958 | macro(OpInc) \ |
959 | macro(OpDec) \ |
960 | macro(OpNot) \ |
961 | macro(OpIdentityWithProfile) \ |
962 | macro(OpOverridesHasInstance) \ |
963 | macro(OpInstanceof) \ |
964 | macro(OpInstanceofCustom) \ |
965 | macro(OpTypeof) \ |
966 | macro(OpIsCellWithType) \ |
967 | macro(OpInById) \ |
968 | macro(OpPutByIdWithThis) \ |
969 | macro(OpDelById) \ |
970 | macro(OpPutByValWithThis) \ |
971 | macro(OpDelByVal) \ |
972 | macro(OpPutGetterById) \ |
973 | macro(OpPutSetterById) \ |
974 | macro(OpPutGetterSetterById) \ |
975 | macro(OpPutGetterByVal) \ |
976 | macro(OpPutSetterByVal) \ |
977 | macro(OpDefineDataProperty) \ |
978 | macro(OpDefineAccessorProperty) \ |
979 | macro(OpJmp) \ |
980 | macro(OpJtrue) \ |
981 | macro(OpJfalse) \ |
982 | macro(OpJeqNull) \ |
983 | macro(OpJneqNull) \ |
984 | macro(OpJeq) \ |
985 | macro(OpJstricteq) \ |
986 | macro(OpJneq) \ |
987 | macro(OpJnstricteq) \ |
988 | macro(OpJless) \ |
989 | macro(OpJlesseq) \ |
990 | macro(OpJgreater) \ |
991 | macro(OpJgreatereq) \ |
992 | macro(OpJnless) \ |
993 | macro(OpJnlesseq) \ |
994 | macro(OpJngreater) \ |
995 | macro(OpJngreatereq) \ |
996 | macro(OpJbelow) \ |
997 | macro(OpJbeloweq) \ |
998 | macro(OpLoopHint) \ |
999 | macro(OpSwitchImm) \ |
1000 | macro(OpSwitchChar) \ |
1001 | macro(OpSwitchString) \ |
1002 | macro(OpNewFunc) \ |
1003 | macro(OpNewFuncExp) \ |
1004 | macro(OpNewGeneratorFunc) \ |
1005 | macro(OpNewGeneratorFuncExp) \ |
1006 | macro(OpNewAsyncFunc) \ |
1007 | macro(OpNewAsyncFuncExp) \ |
1008 | macro(OpNewAsyncGeneratorFunc) \ |
1009 | macro(OpNewAsyncGeneratorFuncExp) \ |
1010 | macro(OpSetFunctionName) \ |
1011 | macro(OpRet) \ |
1012 | macro(OpStrcat) \ |
1013 | macro(OpToPrimitive) \ |
1014 | macro(OpPutToArguments) \ |
1015 | macro(OpPushWithScope) \ |
1016 | macro(OpCreateLexicalEnvironment) \ |
1017 | macro(OpCreateGeneratorFrameEnvironment) \ |
1018 | macro(OpGetParentScope) \ |
1019 | macro(OpThrow) \ |
1020 | macro(OpThrowStaticError) \ |
1021 | macro(OpDebug) \ |
1022 | macro(OpEnd) \ |
1023 | macro(OpGetEnumerableLength) \ |
1024 | macro(OpHasStructureProperty) \ |
1025 | macro(OpHasGenericProperty) \ |
1026 | macro(OpGetPropertyEnumerator) \ |
1027 | macro(OpEnumeratorStructurePname) \ |
1028 | macro(OpEnumeratorGenericPname) \ |
1029 | macro(OpToIndexString) \ |
1030 | macro(OpUnreachable) \ |
1031 | macro(OpCreateRest) \ |
1032 | macro(OpGetRestLength) \ |
1033 | macro(OpYield) \ |
1034 | macro(OpCheckTraps) \ |
1035 | macro(OpLogShadowChickenPrologue) \ |
1036 | macro(OpLogShadowChickenTail) \ |
1037 | macro(OpResolveScopeForHoistingFuncDeclInEval) \ |
1038 | macro(OpNop) \ |
1039 | macro(OpSuperSamplerBegin) \ |
1040 | macro(OpSuperSamplerEnd) \ |
1041 | |
1042 | |