Searched refs:parser_emit_cbc_backward_branch (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-internal.h | 654 void parser_emit_cbc_backward_branch (parser_context_t *context_p, uint16_t opcode, uint32_t offset… 673 parser_emit_cbc_backward_branch ((context_p), PARSER_TO_EXT_OPCODE (opcode), (offset))
|
D | js-parser-util.c | 622 parser_emit_cbc_backward_branch (parser_context_t *context_p, /**< context */ in parser_emit_cbc_backward_branch() function
|
D | js-parser-statm.c | 1002 parser_emit_cbc_backward_branch (context_p, (uint16_t) opcode, do_while_statement.start_offset); in parser_parse_do_while_statement_end() 1118 parser_emit_cbc_backward_branch (context_p, (uint16_t) opcode, while_statement.start_offset); in parser_parse_while_statement_end() 1653 parser_emit_cbc_backward_branch (context_p, (uint16_t) opcode, for_statement.start_offset); in parser_parse_for_statement_end()
|