Home
last modified time | relevance | path

Searched refs:literal_end (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c247 uint32_t literal_end; in snapshot_add_compiled_code() local
254 literal_end = (uint32_t) (args_p->literal_end - args_p->register_end); in snapshot_add_compiled_code()
262 literal_end = (uint32_t) (args_p->literal_end - args_p->register_end); in snapshot_add_compiled_code()
266 for (uint32_t i = const_literal_end; i < literal_end; i++) in snapshot_add_compiled_code()
372 uint32_t literal_end; in static_snapshot_add_compiled_code() local
382 literal_end = (uint32_t) (args_p->literal_end - args_p->register_end); in static_snapshot_add_compiled_code()
391 literal_end = (uint32_t) (args_p->literal_end - args_p->register_end); in static_snapshot_add_compiled_code()
405 for (uint32_t i = const_literal_end; i < literal_end; i++) in static_snapshot_add_compiled_code()
582 uint32_t literal_end; in snapshot_load_compiled_code() local
595 literal_end = (uint32_t) (args_p->literal_end - args_p->register_end); in snapshot_load_compiled_code()
[all …]
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c368 uint32_t literal_end; in ecma_save_literals_add_compiled_code() local
380 literal_end = args_p->literal_end - register_end; in ecma_save_literals_add_compiled_code()
395 literal_end = args_p->literal_end - register_end; in ecma_save_literals_add_compiled_code()
413 for (uint32_t i = const_literal_end; i < literal_end; i++) in ecma_save_literals_add_compiled_code()
Decma-helpers.c1373 uint32_t literal_end; in ecma_bytecode_deref() local
1379 literal_end = args_p->literal_end; in ecma_bytecode_deref()
1388 literal_end = args_p->literal_end; in ecma_bytecode_deref()
1395 for (uint32_t i = const_literal_end; i < literal_end; i++) in ecma_bytecode_deref()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c613 uint16_t literal_end; in parse_print_final_cbc() local
623 literal_end = args->literal_end; in parse_print_final_cbc()
633 literal_end = args->literal_end; in parse_print_final_cbc()
700 JERRY_DEBUG_MSG (" Literal range end: %d\n\n", (int) literal_end); in parse_print_final_cbc()
713 byte_code_start_p += (unsigned int) (literal_end - register_end) * sizeof (ecma_value_t); in parse_print_final_cbc()
1256 args_p->literal_end = context_p->literal_count; in parser_post_processing()
1270 args_p->literal_end = (uint8_t) context_p->literal_count; in parser_post_processing()
Dbyte-code.h784 uint8_t literal_end; /**< end position of the literal group */ member
798 uint16_t literal_end; /**< end position of the literal group */ member
/third_party/jerryscript/docs/
D04.INTERNALS.md46 …nctions and regexp templates. The number of literals is stored in the `literal_end` field of the h…
64 …n integer index which is greater or equal than zero and less than the `literal_end` field of the h…
81 … right side of the range. For example a range between `ident_end` and `literal_end` fields of the …
82 and less than `literal_end`. If `ident_end` equals to `literal_end` the range is empty.)
88 …ctly by the Virtual Machine. Literals between `const_literal_end` and `literal_end` are template l…
/third_party/jerryscript/jerry-core/vm/
Dvm.c4287 literal_p += args_p->literal_end; in vm_init_exec()
4299 literal_p += args_p->literal_end; in vm_init_exec()