Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c2114 const size_t bitmap_row_size = sizeof (uint32_t) * JERRY_BITSINBYTE; in ecma_op_object_get_property_names() local
2115 const size_t names_hashes_bitmap_size = ECMA_OBJECT_HASH_BITMAP_SIZE / bitmap_row_size; in ecma_op_object_get_property_names()
2237 const size_t own_names_hashes_bitmap_size = ECMA_OBJECT_HASH_BITMAP_SIZE / bitmap_row_size; in ecma_op_object_get_property_names()
2266 uint32_t bitmap_row = (uint32_t) (hash / bitmap_row_size); in ecma_op_object_get_property_names()
2267 uint32_t bitmap_column = (uint32_t) (hash % bitmap_row_size); in ecma_op_object_get_property_names()
2296 uint32_t bitmap_row = (uint32_t) (hash / bitmap_row_size); in ecma_op_object_get_property_names()
2297 uint32_t bitmap_column = (uint32_t) (hash % bitmap_row_size); in ecma_op_object_get_property_names()
2381 uint32_t bitmap_row = (uint32_t) (hash / bitmap_row_size); in ecma_op_object_get_property_names()
2382 uint32_t bitmap_column = (uint32_t) (hash % bitmap_row_size); in ecma_op_object_get_property_names()
2558 uint32_t bitmap_row = (uint32_t) (hash / bitmap_row_size); in ecma_op_object_get_property_names()
[all...]

Completed in 4 milliseconds