Home
last modified time | relevance | path

Searched refs:PARSER_BLOCK_CONTEXT_STACK_ALLOCATION (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c30 JERRY_STATIC_ASSERT (PARSER_WITH_CONTEXT_STACK_ALLOCATION == PARSER_BLOCK_CONTEXT_STACK_ALLOCATION,
Dvm.c3472 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()
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h200 #define PARSER_BLOCK_CONTEXT_STACK_ALLOCATION 1 macro
250 PARSER_BLOCK_CONTEXT_STACK_ALLOCATION, VM_OC_BLOCK_CREATE_CONTEXT) \
Djs-parser.c932 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()
Djs-parser-statm.c392 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()