Home
last modified time | relevance | path

Searched refs:literal_end (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/api/
H A 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 in static_snapshot_add_compiled_code()
582 uint32_t literal_end; snapshot_load_compiled_code() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A 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()
H A Decma-helpers.c1378 uint32_t literal_end; in ecma_bytecode_deref() local
1384 literal_end = args_p->literal_end; in ecma_bytecode_deref()
1393 literal_end = args_p->literal_end; in ecma_bytecode_deref()
1400 for (uint32_t i = const_literal_end; i < literal_end; i++) in ecma_bytecode_deref()
/third_party/jerryscript/jerry-core/parser/js/
H A 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()
H A Dbyte-code.h770 * const_literal_end <= index < literal_end : template literals
784 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/jerry-core/vm/
H A Dvm.c4287 literal_p += args_p->literal_end; in vm_init_exec()
4299 literal_p += args_p->literal_end; in vm_init_exec()

Completed in 13 milliseconds