Searched refs:PARSER_BLOCK_CONTEXT_STACK_ALLOCATION (Results 1 – 5 of 5) sorted by relevance
30 JERRY_STATIC_ASSERT (PARSER_WITH_CONTEXT_STACK_ALLOCATION == PARSER_BLOCK_CONTEXT_STACK_ALLOCATION,
3472 VM_PLUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in vm_loop()3473 stack_top_p += PARSER_BLOCK_CONTEXT_STACK_ALLOCATION; in vm_loop()
200 #define PARSER_BLOCK_CONTEXT_STACK_ALLOCATION 1 macro250 PARSER_BLOCK_CONTEXT_STACK_ALLOCATION, VM_OC_BLOCK_CREATE_CONTEXT) \
932 PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_post_processing()934 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_post_processing()1975 context_p->context_stack_depth = PARSER_BLOCK_CONTEXT_STACK_ALLOCATION; in parser_parse_function_arguments()
392 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_push_block_context()444 PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_pop_block_context()446 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_pop_block_context()