Searched refs:cbc_uint8_arguments_t (Results 1 – 12 of 12) sorted by relevance
259 literal_start_p = (ecma_value_t *) (buffer_p + sizeof (cbc_uint8_arguments_t)); in snapshot_add_compiled_code()261 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) buffer_p; in snapshot_add_compiled_code()387 literal_start_p = (ecma_value_t *) (buffer_p + sizeof (cbc_uint8_arguments_t)); in static_snapshot_add_compiled_code()389 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) buffer_p; in static_snapshot_add_compiled_code()476 … literal_start_p = (ecma_value_t *) (((uint8_t *) buffer_p) + sizeof (cbc_uint8_arguments_t)); in jerry_snapshot_set_offsets()478 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) buffer_p; in jerry_snapshot_set_offsets()601 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) byte_p; in snapshot_load_compiled_code()610 header_size = sizeof (cbc_uint8_arguments_t); in snapshot_load_compiled_code()1089 literal_start_p = (ecma_value_t *) (buffer_p + sizeof (cbc_uint8_arguments_t)); in scan_snapshot_functions()1091 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) buffer_p; in scan_snapshot_functions()[all …]
18 JERRY_STATIC_ASSERT ((sizeof (cbc_uint8_arguments_t) % sizeof (jmem_cpointer_t)) == 0,
536 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) compiled_code_p; in parse_print_literal()627 cbc_uint8_arguments_t *args = (cbc_uint8_arguments_t *) compiled_code_p; in parse_print_final_cbc()710 byte_code_start_p += sizeof (cbc_uint8_arguments_t); in parse_print_final_cbc()1182 total_size = sizeof (cbc_uint8_arguments_t); in parser_post_processing()1263 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) compiled_code_p; in parser_post_processing()1272 byte_code_p += sizeof (cbc_uint8_arguments_t); in parser_post_processing()
785 } cbc_uint8_arguments_t; typedef
356 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) compiled_code_p; in ecma_save_literals_add_compiled_code()359 literal_p = (ecma_value_t *) (byte_p + sizeof (cbc_uint8_arguments_t)); in ecma_save_literals_add_compiled_code()
1387 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_p; in ecma_bytecode_deref()1391 literal_start_p = (ecma_value_t *) ((uint8_t *) bytecode_p + sizeof (cbc_uint8_arguments_t)); in ecma_bytecode_deref()1511 return ((cbc_uint8_arguments_t *) bytecode_header_p)->argument_end; in ecma_compiled_code_get_formal_params()
467 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; in ecma_gc_mark_executable_object()866 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; in ecma_gc_free_executable_object()
62 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_data_p; in ecma_op_create_arguments_object()
276 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_data_p; in ecma_op_object_get_own_property()628 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_data_p; in ecma_op_object_find_own()
1406 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_data_p; in ecma_op_function_try_to_lazy_instantiate_property()
593 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; in opfunc_create_executable_object()662 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; in opfunc_resume_executable_object()
1015 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) (bytecode_header_p); in vm_loop()4291 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; in vm_init_exec()4296 literal_p = (ecma_value_t *) ((uint8_t *) bytecode_header_p + sizeof (cbc_uint8_arguments_t)); in vm_init_exec()4409 register_end = ((cbc_uint8_arguments_t *) bytecode_header_p)->register_end; in vm_execute()4461 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; in vm_run()