Searched refs:cbc_uint16_arguments_t (Results 1 – 12 of 12) sorted by relevance
251 literal_start_p = (ecma_value_t *) (buffer_p + sizeof (cbc_uint16_arguments_t)); in snapshot_add_compiled_code()253 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) buffer_p; in snapshot_add_compiled_code()378 literal_start_p = (ecma_value_t *) (buffer_p + sizeof (cbc_uint16_arguments_t)); in static_snapshot_add_compiled_code()380 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) buffer_p; in static_snapshot_add_compiled_code()468 … literal_start_p = (ecma_value_t *) (((uint8_t *) buffer_p) + sizeof (cbc_uint16_arguments_t)); in jerry_snapshot_set_offsets()470 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) buffer_p; in jerry_snapshot_set_offsets()587 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) byte_p; in snapshot_load_compiled_code()596 header_size = sizeof (cbc_uint16_arguments_t); in snapshot_load_compiled_code()1081 literal_start_p = (ecma_value_t *) (buffer_p + sizeof (cbc_uint16_arguments_t)); in scan_snapshot_functions()1083 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) buffer_p; in scan_snapshot_functions()[all …]
21 JERRY_STATIC_ASSERT ((sizeof (cbc_uint16_arguments_t) % sizeof (jmem_cpointer_t)) == 0,
529 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) compiled_code_p; in parse_print_literal()617 cbc_uint16_arguments_t *args = (cbc_uint16_arguments_t *) compiled_code_p; in parse_print_final_cbc()706 byte_code_start_p += sizeof (cbc_uint16_arguments_t); in parse_print_final_cbc()1189 total_size = sizeof (cbc_uint16_arguments_t); in parser_post_processing()1249 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) compiled_code_p; in parser_post_processing()1259 byte_code_p += sizeof (cbc_uint16_arguments_t); in parser_post_processing()
800 } cbc_uint16_arguments_t; typedef
374 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) compiled_code_p; in ecma_save_literals_add_compiled_code()377 literal_p = (ecma_value_t *) (byte_p + sizeof (cbc_uint16_arguments_t)); in ecma_save_literals_add_compiled_code()
1378 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_p; in ecma_bytecode_deref()1382 literal_start_p = (ecma_value_t *) ((uint8_t *) bytecode_p + sizeof (cbc_uint16_arguments_t)); in ecma_bytecode_deref()1508 return ((cbc_uint16_arguments_t *) bytecode_header_p)->argument_end; in ecma_compiled_code_get_formal_params()
462 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in ecma_gc_mark_executable_object()859 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in ecma_gc_free_executable_object()
56 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_data_p; in ecma_op_create_arguments_object()
271 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_data_p; in ecma_op_object_get_own_property()623 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_data_p; in ecma_op_object_find_own()
1401 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_data_p; in ecma_op_function_try_to_lazy_instantiate_property()
588 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in opfunc_create_executable_object()657 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in opfunc_resume_executable_object()
1008 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) (bytecode_header_p); in vm_loop()4279 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in vm_init_exec()4284 literal_p = (ecma_value_t *) ((uint8_t *) bytecode_header_p + sizeof (cbc_uint16_arguments_t)); in vm_init_exec()4405 register_end = ((cbc_uint16_arguments_t *) bytecode_header_p)->register_end; in vm_execute()4456 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in vm_run()