Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c722 size_t cbc_offset = (size_t) (byte_code_p - byte_code_start_p); in parse_print_final_cbc() local
727 JERRY_DEBUG_MSG (" %3d : %s", (int) cbc_offset, cbc_names[opcode]); in parse_print_final_cbc()
734 JERRY_DEBUG_MSG (" %3d : %s", (int) cbc_offset, cbc_ext_names[ext_opcode]); in parse_print_final_cbc()
811 (int) (cbc_offset + (CBC_BRANCH_IS_FORWARD (flags) ? offset : -offset))); in parse_print_final_cbc()