Home
last modified time | relevance | path

Searched refs:PARSER_WITH_CONTEXT_STACK_ALLOCATION (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
H A Dvm-stack.c30 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()
H A Dvm.c3526 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()
/third_party/jerryscript/jerry-core/parser/js/
H A Dbyte-code.h197 /* PARSER_WITH_CONTEXT_STACK_ALLOCATION must be <= 4 */
198 #define PARSER_WITH_CONTEXT_STACK_ALLOCATION 1 macro
528 -1 + PARSER_WITH_CONTEXT_STACK_ALLOCATION, VM_OC_WITH) \
H A Djs-parser-statm.c910 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()

Completed in 9 milliseconds