Searched refs:VM_MINUS_EQUAL_U16 (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/vm/ |
D | vm-stack.c | 64 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort() 73 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort() 89 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort() 112 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_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() 258 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in vm_stack_find_finally()
|
D | vm-defines.h | 36 #define VM_MINUS_EQUAL_U16(base, value) (base) = (uint16_t) ((base) - (value)) macro
|
D | vm.c | 3637 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION); in vm_loop() 3732 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in vm_loop() 3807 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, in vm_loop()
|