Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c112 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort()
113 vm_stack_top_p -= PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_stack_context_abort()
330 return (4 << (VM_CONTEXT_OFFSET_SHIFT)) | PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_get_context_value_offsets()
Dvm.c3569 VM_PLUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION); in vm_loop()
3570 stack_top_p += PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_loop()
3637 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION); in vm_loop()
3638 stack_top_p -= PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_loop()
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h194 #define PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION 4 macro
532 -1 + PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION, VM_OC_FOR_IN_CREATE_CONTEXT) \
Djs-parser-statm.c1270 is_for_in ? PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION in parser_parse_for_statement_start()
3303 … PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, is_for_in ? PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION in parser_parse_statements()
3307 is_for_in ? PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION in parser_parse_statements()