Searched refs:argument_end (Results 1 – 9 of 9) sorted by relevance
370 uint32_t argument_end; in static_snapshot_add_compiled_code() local381 argument_end = args_p->argument_end; in static_snapshot_add_compiled_code()390 argument_end = args_p->argument_end; in static_snapshot_add_compiled_code()430 literal_start_p = ((ecma_value_t *) buffer_p) - argument_end; in static_snapshot_add_compiled_code()432 for (uint32_t i = 0; i < argument_end; i++) in static_snapshot_add_compiled_code()463 uint32_t argument_end; in jerry_snapshot_set_offsets() local471 argument_end = args_p->argument_end; in jerry_snapshot_set_offsets()479 argument_end = args_p->argument_end; in jerry_snapshot_set_offsets()503 literal_start_p = ((ecma_value_t *) byte_p) - argument_end; in jerry_snapshot_set_offsets()505 for (uint32_t i = 0; i < argument_end; i++) in jerry_snapshot_set_offsets()[all …]
332 uint32_t argument_end = 0; in ecma_save_literals_add_compiled_code() local351 argument_end = args_p->argument_end; in ecma_save_literals_add_compiled_code()366 argument_end = args_p->argument_end; in ecma_save_literals_add_compiled_code()370 for (uint32_t i = 0; i < argument_end; i++) in ecma_save_literals_add_compiled_code()392 if (argument_end != 0) in ecma_save_literals_add_compiled_code()396 literal_p = ((ecma_value_t *) byte_p) - argument_end; in ecma_save_literals_add_compiled_code()398 for (uint32_t i = 0; i < argument_end; i++) in ecma_save_literals_add_compiled_code()
1508 return ((cbc_uint16_arguments_t *) bytecode_header_p)->argument_end; in ecma_compiled_code_get_formal_params()1511 return ((cbc_uint8_arguments_t *) bytecode_header_p)->argument_end; in ecma_compiled_code_get_formal_params()
523 uint16_t argument_end; in parse_print_literal() local530 argument_end = args_p->argument_end; in parse_print_literal()537 argument_end = args_p->argument_end; in parse_print_literal()545 argument_end++; in parse_print_literal()549 if (literal_index < argument_end) in parse_print_literal()609 uint16_t argument_end; in parse_print_final_cbc() local619 argument_end = args->argument_end; in parse_print_final_cbc()629 argument_end = args->argument_end; in parse_print_final_cbc()696 JERRY_DEBUG_MSG (" Argument range end: %d\n", (int) argument_end); in parse_print_final_cbc()1252 args_p->argument_end = context_p->argument_count; in parser_post_processing()[all …]
780 uint8_t argument_end; /**< number of arguments expected by the function */ member794 uint16_t argument_end; /**< number of arguments expected by the function */ member
58 formal_params_number = args_p->argument_end; in ecma_op_create_arguments_object()64 formal_params_number = args_p->argument_end; in ecma_op_create_arguments_object()
272 len = args_p->argument_end; in ecma_op_object_get_own_property()277 len = args_p->argument_end; in ecma_op_object_get_own_property()624 len = args_p->argument_end; in ecma_op_object_find_own()629 len = args_p->argument_end; in ecma_op_object_find_own()
1402 len = args_p->argument_end; in ecma_op_function_try_to_lazy_instantiate_property()1407 len = args_p->argument_end; in ecma_op_function_try_to_lazy_instantiate_property()
4274 uint16_t argument_end, register_end; in vm_init_exec() local4281 argument_end = args_p->argument_end; in vm_init_exec()4293 argument_end = args_p->argument_end; in vm_init_exec()4318 if (arg_list_len > argument_end) in vm_init_exec()4320 arg_list_len = argument_end; in vm_init_exec()4348 VM_GET_REGISTER (frame_ctx_p, argument_end) = new_array; in vm_init_exec()