Home
last modified time | relevance | path

Searched refs:PARSER_TRY_CONTEXT_STACK_ALLOCATION (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c64 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort()
65 vm_stack_top_p -= PARSER_TRY_CONTEXT_STACK_ALLOCATION; in vm_stack_context_abort()
238 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in vm_stack_find_finally()
239 vm_stack_top_p -= PARSER_TRY_CONTEXT_STACK_ALLOCATION; in vm_stack_find_finally()
258 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in vm_stack_find_finally()
259 vm_stack_top_p -= PARSER_TRY_CONTEXT_STACK_ALLOCATION; in vm_stack_find_finally()
305 return (2 << (VM_CONTEXT_OFFSET_SHIFT)) | PARSER_TRY_CONTEXT_STACK_ALLOCATION; in vm_get_context_value_offsets()
311 return PARSER_TRY_CONTEXT_STACK_ALLOCATION; in vm_get_context_value_offsets()
Dvm.c3744 VM_PLUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in vm_loop()
3745 stack_top_p += PARSER_TRY_CONTEXT_STACK_ALLOCATION; in vm_loop()
3808 PARSER_TRY_CONTEXT_STACK_ALLOCATION); in vm_loop()
3809 stack_top_p -= PARSER_TRY_CONTEXT_STACK_ALLOCATION; in vm_loop()
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h192 #define PARSER_TRY_CONTEXT_STACK_ALLOCATION 2 macro
547 CBC_FORWARD_BRANCH (CBC_EXT_TRY_CREATE_CONTEXT, PARSER_TRY_CONTEXT_STACK_ALLOCATION, \
Djs-parser-statm.c1875 PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_try_statement_end()
1877 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_try_statement_end()
1897 PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_try_statement_end()
1899 … PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_try_statement_end()
2923 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_statements()