Home
last modified time | relevance | path

Searched refs:PARSER_IS_BASIC_OPCODE (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-util.c160 if (PARSER_IS_BASIC_OPCODE (last_opcode)) in parser_flush_cbc()
235 PARSER_IS_BASIC_OPCODE (last_opcode) ? cbc_names[last_opcode] in parser_flush_cbc()
535 if (PARSER_IS_BASIC_OPCODE (opcode)) in parser_emit_cbc_forward_branch()
639 if (PARSER_IS_BASIC_OPCODE (opcode)) in parser_emit_cbc_backward_branch()
H A Djs-parser-internal.h249 #define PARSER_IS_BASIC_OPCODE(opcode) ((opcode) < 256) macro
296 (PARSER_IS_BASIC_OPCODE (op) ? cbc_flags[(op)] : cbc_ext_flags[PARSER_GET_EXT_OPCODE (op)])
H A Djs-lexer.c2557 bool two_literals = !PARSER_IS_BASIC_OPCODE (context_p->last_cbc_opcode); in lexer_convert_push_number_to_push_literal()

Completed in 8 milliseconds