Searched refs:scope_stack_reg_top (Results 1 – 4 of 4) sorted by relevance
1692 …uint32_t scope_stack_reg_top = (check_type != PARSER_CHECK_GLOBAL_CONTEXT ? context_p->scope_stack… in scanner_is_context_needed() local1698 uint32_t scope_stack_reg_top = context_p->scope_stack_reg_top; in scanner_is_context_needed() local1798 || scope_stack_reg_top >= PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_is_context_needed()1813 || scope_stack_reg_top >= PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_is_context_needed()1818 scope_stack_reg_top++; in scanner_is_context_needed()2023 uint32_t scope_stack_reg_top = context_p->scope_stack_reg_top; in scanner_create_variables() local2055 if (scope_stack_reg_top < PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_create_variables()2057 scope_stack_reg_top++; in scanner_create_variables()2193 && scope_stack_reg_top < PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_create_variables()2195 map_to = (uint16_t) (PARSER_REGISTER_START + scope_stack_reg_top); in scanner_create_variables()[all …]
136 uint16_t scope_stack_reg_top; /**< preserved top register of scope stack */ member246 uint16_t scope_stack_reg_top; /**< current top register of scope stack */ member383 block_statement.scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_push_block_context()440 context_p->scope_stack_reg_top = block_statement.scope_stack_reg_top; in parser_pop_block_context()1867 context_p->scope_stack_reg_top = try_statement.scope_stack_reg_top; in parser_parse_try_statement_end()1891 context_p->scope_stack_reg_top = try_statement.scope_stack_reg_top; in parser_parse_try_statement_end()1938 try_statement.scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_parse_try_statement_end()2933 try_statement.scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_parse_statements()
2071 context.scope_stack_reg_top = 0; in parser_parse_source()2323 saved_context_p->scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_save_context()2351 context_p->scope_stack_reg_top = 0; in parser_save_context()2396 context_p->scope_stack_reg_top = saved_context_p->scope_stack_reg_top; in parser_restore_context()
476 uint16_t scope_stack_reg_top; /**< preserved top register of scope stack */ member548 uint16_t scope_stack_reg_top; /**< current top register of scope stack */ member