Searched refs:ECMA_PROPERTY_HASHMAP_GET_BIT (Results 1 – 1 of 1) sorted by relevance
53 #define ECMA_PROPERTY_HASHMAP_GET_BIT(byte_p, index) \ macro334 if (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_delete()354 JERRY_ASSERT (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)); in ecma_property_hashmap_delete()434 if (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()459 if (!ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()483 if (ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()512 if (!ECMA_PROPERTY_HASHMAP_GET_BIT (bits_p, entry_index)) in ecma_property_hashmap_find()