Searched refs:PARSER_PLUS_EQUAL_U16 (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-util.c | 182 PARSER_PLUS_EQUAL_U16 (context_p->stack_depth, CBC_STACK_ADJUST_VALUE (flags)); in parser_flush_cbc() 558 PARSER_PLUS_EQUAL_U16 (context_p->stack_depth, CBC_STACK_ADJUST_VALUE (flags)); in parser_emit_cbc_forward_branch() 569 PARSER_PLUS_EQUAL_U16 (opcode, PARSER_MAX_BRANCH_LENGTH - 1); in parser_emit_cbc_forward_branch() 670 PARSER_PLUS_EQUAL_U16 (context_p->stack_depth, CBC_STACK_ADJUST_VALUE (flags)); in parser_emit_cbc_backward_branch()
|
D | js-parser-statm.c | 392 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_push_block_context() 910 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in parser_parse_with_statement_start() 1269 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, in parser_parse_for_statement_start() 2923 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_statements()
|
D | js-parser-internal.h | 227 #define PARSER_PLUS_EQUAL_U16(base, value) (base) = (uint16_t) ((base) + (value)) macro
|
D | js-parser-expr.c | 3296 PARSER_PLUS_EQUAL_U16 (context_p->last_cbc_opcode, 2); in parser_parse_block_expression()
|