Searched refs:string_list_p (Results 1 – 1 of 1) sorted by relevance
80 …ecma_lit_storage_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, st… in ecma_free_string_list() local84 if (string_list_p->values[i] != JMEM_CP_NULL) in ecma_free_string_list()87 string_list_p->values[i]); in ecma_free_string_list()95 jmem_cpointer_t next_item_cp = string_list_p->next_cp; in ecma_free_string_list()96 jmem_pools_free (string_list_p, sizeof (ecma_lit_storage_item_t)); in ecma_free_string_list()170 …ecma_lit_storage_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, st… in ecma_find_or_create_literal_string() local174 if (string_list_p->values[i] == JMEM_CP_NULL) in ecma_find_or_create_literal_string()178 empty_cpointer_p = string_list_p->values + i; in ecma_find_or_create_literal_string()188 string_list_p->values[i]); in ecma_find_or_create_literal_string()202 string_list_cp = string_list_p->next_cp; in ecma_find_or_create_literal_string()