Searched refs:PARSER_MAXIMUM_STACK_LIMIT (Results 1 – 4 of 4) sorted by relevance
91 #ifndef PARSER_MAXIMUM_STACK_LIMIT92 #define PARSER_MAXIMUM_STACK_LIMIT 1024 macro124 #if (PARSER_MAXIMUM_STACK_LIMIT < 16) || (PARSER_MAXIMUM_STACK_LIMIT > 65500)
278 if (context_p->stack_limit > PARSER_MAXIMUM_STACK_LIMIT) in parser_flush_cbc()588 if (context_p->stack_limit > PARSER_MAXIMUM_STACK_LIMIT) in parser_emit_cbc_forward_branch()
103 if (context_p->stack_limit > PARSER_MAXIMUM_STACK_LIMIT) in parser_push_result()2638 if (context_p->stack_limit > PARSER_MAXIMUM_STACK_LIMIT) in parser_process_binary_opcodes()
952 …((size_t) context_p->stack_limit + (size_t) context_p->register_count > PARSER_MAXIMUM_STACK_LIMIT) in parser_post_processing()