Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h231 ((cbc_opcode_t) ((((token_type) - LEXER_BIT_OR) * 3) + CBC_BIT_OR))
234 ((cbc_opcode_t) ((((token_type) - LEXER_ASSIGN_ADD) * 2) + CBC_ASSIGN_ADD))
Djs-parser-expr.c142 cbc_opcode_t opcode) /**< current opcode under parsing */ in parser_check_invalid_new_target()
200 cbc_opcode_t opcode) /**< opcode */ in parser_emit_unary_lvalue_opcode()
818 cbc_opcode_t opcode = CBC_MOV_IDENT; in parser_parse_class()
1699 cbc_opcode_t opcode = CBC_PUSH_LITERAL; in parser_parse_unary_expression()
2253cbc_opcode_t opcode = (context_p->token.type == LEXER_INCREASE) ? CBC_POST_INCR : CBC_POST_DECR; in parser_process_unary_expression()
2302 parser_emit_unary_lvalue_opcode (context_p, (cbc_opcode_t) token); in parser_process_unary_expression()
2571 cbc_opcode_t opcode; in parser_process_binary_opcodes()
2590 opcode = (cbc_opcode_t) context_p->stack_top_uint8; in parser_process_binary_opcodes()
3185 cbc_opcode_t opcode = CBC_BRANCH_IF_FALSE_FORWARD; in parser_process_ternary_expression()
Djs-parser.c720 cbc_opcode_t opcode = (cbc_opcode_t) *byte_code_p; in parse_print_final_cbc()
921 cbc_opcode_t last_opcode = CBC_EXT_OPCODE; in parser_post_processing()
1011 last_opcode = (cbc_opcode_t) (*opcode_p); in parser_post_processing()
1144 if (last_opcode == (cbc_opcode_t) (CBC_JUMP_FORWARD + PARSER_MAX_BRANCH_LENGTH - 1) in parser_post_processing()
1370 cbc_opcode_t opcode; in parser_post_processing()
1375 opcode = (cbc_opcode_t) (*branch_mark_p); in parser_post_processing()
Djs-parser-statm.c571 cbc_opcode_t opcode = CBC_ASSIGN_SET_IDENT; in parser_parse_var_statement()
598 cbc_opcode_t opcode = CBC_MOV_IDENT; in parser_parse_var_statement()
986 cbc_opcode_t opcode = CBC_BRANCH_IF_TRUE_BACKWARD; in parser_parse_do_while_statement_end()
1075 cbc_opcode_t opcode; in parser_parse_while_statement_end()
1567 cbc_opcode_t opcode; in parser_parse_for_statement_end()
2124 cbc_opcode_t opcode = CBC_JUMP_FORWARD; in parser_parse_break_statement()
2210 cbc_opcode_t opcode = CBC_JUMP_FORWARD; in parser_parse_continue_statement()
Djs-parser-util.c162 cbc_opcode_t opcode = (cbc_opcode_t) last_opcode; in parser_flush_cbc()
Dbyte-code.h839 } cbc_opcode_t; typedef
Djs-scanner-util.c2150 cbc_opcode_t opcode = CBC_SET_VAR_FUNC; in scanner_create_variables()