Home
last modified time | relevance | path

Searched refs:RHASH_AR_TABLE_P (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dhash.c377 if (RHASH_AR_TABLE_P(hash)) { in rb_hash_dump()
409 if (RHASH_AR_TABLE_P(hash)) { in hash_verify_()
1214 if (RHASH_AR_TABLE_P(hash)) { in rb_hash_stlike_foreach()
1227 if (RHASH_AR_TABLE_P(hash)) { in hash_foreach_call()
1415 if (RHASH_AR_TABLE_P(hash)) { in rb_hash_stlike_update()
1653 if (RHASH_AR_TABLE_P(arg)) { in rb_hash_rehash_i()
1692 if (RHASH_AR_TABLE_P(hash)) { in rb_hash_rehash()
1762 if (RHASH_AR_TABLE_P(hash)) { in rb_hash_stlike_lookup()
2030 if (RHASH_AR_TABLE_P(hash)) { in rb_hash_stlike_delete()
2147 if (RHASH_AR_TABLE_P(hash)) { in rb_hash_shift()
[all …]
H A Dinternal.h783 #define RHASH_AR_TABLE_P(hash) rb_hash_ar_table_p(hash)
787 #define RHASH_AR_TABLE_P(hash) (!FL_TEST_RAW((hash), RHASH_ST_TABLE_FLAG)) macro
794 #define RHASH_ST_TABLE_P(h) (!RHASH_AR_TABLE_P(h))
852 # define RHASH_SIZE(h) (RHASH_AR_TABLE_P(h) ? RHASH_AR_TABLE_SIZE_RAW(h) : RHASH_ST_SIZE(h))
H A Dtransient_heap.c586 TH_ASSERT(RHASH_AR_TABLE_P(obj)); in transient_heap_ptr()
H A Dgc.c2277 if (RHASH_AR_TABLE_P(obj)) { in obj_free()
3361 if (RHASH_AR_TABLE_P(obj)) { in obj_memsize_of()
4260 if (RHASH_AR_TABLE_P(hash)) { in mark_hash()
9716 RHASH_AR_TABLE_P(obj) ? 'A' : 'S', in rb_raw_obj_info()