Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-property-hashmap.c138 uint8_t *bits_p = (uint8_t *) (pair_list_p + max_property_count); in ecma_property_hashmap_create() local
186 ECMA_PROPERTY_HASHMAP_SET_BIT (bits_p, entry_index); in ecma_property_hashmap_create()
266 uint8_t *bits_p = (uint8_t *) (pair_list_p + hashmap_p->max_property_count); in ecma_property_hashmap_insert() local
267 bits_p += (entry_index >> 3); in ecma_property_hashmap_insert()
270 if (!(*bits_p & mask)) in ecma_property_hashmap_insert()
283 *bits_p = (uint8_t) ((*bits_p) & ~mask); in ecma_property_hashmap_insert()
287 *bits_p = (uint8_t) ((*bits_p) | mask); in ecma_property_hashmap_insert()
319 uint8_t *bits_p in ecma_property_hashmap_delete() local
414 uint8_t *bits_p = (uint8_t *) (pair_list_p + hashmap_p->max_property_count); ecma_property_hashmap_find() local
[all...]

Completed in 1 milliseconds