Home
last modified time | relevance | path

Searched refs:cbc_ext_names (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Dbyte-code.c75 const char * const cbc_ext_names[] = variable
H A Djs-parser-util.c236 : cbc_ext_names[PARSER_GET_EXT_OPCODE (last_opcode)]); in parser_flush_cbc()
565 extra_byte_code_increase == 0 ? cbc_names[opcode] : cbc_ext_names[opcode]); in parser_emit_cbc_forward_branch()
658 name = cbc_ext_names[opcode]; in parser_emit_cbc_backward_branch()
H A Dbyte-code.h863 extern const char * const cbc_ext_names[];
H A Djs-parser.c734 JERRY_DEBUG_MSG (" %3d : %s", (int) cbc_offset, cbc_ext_names[ext_opcode]); in parse_print_final_cbc()

Completed in 5 milliseconds