Searched refs:symbol_list_p (Results 1 – 2 of 2) sorted by relevance
110 ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, in ecma_builtin_symbol_for_helper() local115 if (symbol_list_p->values[i] != JMEM_CP_NULL) in ecma_builtin_symbol_for_helper()118 symbol_list_p->values[i]); in ecma_builtin_symbol_for_helper()146 empty_cpointer_p = symbol_list_p->values + i; in ecma_builtin_symbol_for_helper()151 symbol_list_cp = symbol_list_p->next_cp; in ecma_builtin_symbol_for_helper()
37 …ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, sy… in ecma_free_symbol_list() local41 if (symbol_list_p->values[i] != JMEM_CP_NULL) in ecma_free_symbol_list()44 symbol_list_p->values[i]); in ecma_free_symbol_list()51 jmem_cpointer_t next_item_cp = symbol_list_p->next_cp; in ecma_free_symbol_list()52 jmem_pools_free (symbol_list_p, sizeof (ecma_lit_storage_item_t)); in ecma_free_symbol_list()