Searched refs:cbc_ext_opcode_t (Results 1 – 4 of 4) sorted by relevance
721 cbc_ext_opcode_t ext_opcode = CBC_EXT_NOP; in parse_print_final_cbc()732 ext_opcode = (cbc_ext_opcode_t) byte_code_p[1]; in parse_print_final_cbc()1019 cbc_ext_opcode_t ext_opcode; in parser_post_processing()1021 ext_opcode = (cbc_ext_opcode_t) page_p->bytes[offset]; in parser_post_processing()1408 cbc_ext_opcode_t ext_opcode; in parser_post_processing()1410 ext_opcode = (cbc_ext_opcode_t) page_p->bytes[offset]; in parser_post_processing()
172 cbc_ext_opcode_t opcode = (cbc_ext_opcode_t) PARSER_GET_EXT_OPCODE (last_opcode); in parser_flush_cbc()
577 cbc_ext_opcode_t opcode; in parser_parse_class_literal()930 cbc_ext_opcode_t opcode; in parser_parse_object_literal()1882 cbc_ext_opcode_t opcode = CBC_EXT_YIELD; in parser_parse_unary_expression()
847 } cbc_ext_opcode_t; typedef