Searched refs:PARSER_WITH_CONTEXT_STACK_ALLOCATION (Results 1 – 4 of 4) sorted by relevance
30 JERRY_STATIC_ASSERT (PARSER_WITH_CONTEXT_STACK_ALLOCATION == PARSER_BLOCK_CONTEXT_STACK_ALLOCATION,73 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort()74 vm_stack_top_p -= PARSER_WITH_CONTEXT_STACK_ALLOCATION; in vm_stack_context_abort()318 return PARSER_WITH_CONTEXT_STACK_ALLOCATION; in vm_get_context_value_offsets()
3526 VM_PLUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in vm_loop()3527 stack_top_p += PARSER_WITH_CONTEXT_STACK_ALLOCATION; in vm_loop()
198 #define PARSER_WITH_CONTEXT_STACK_ALLOCATION 1 macro528 -1 + PARSER_WITH_CONTEXT_STACK_ALLOCATION, VM_OC_WITH) \
910 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in parser_parse_with_statement_start()948 PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in parser_parse_with_statement_end()950 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in parser_parse_with_statement_end()